Fixed the YMF278B device internal name, reported by Ompronce.

This commit is contained in:
OBattler
2023-10-14 03:52:28 +02:00
parent e64df83c67
commit 5eb0db0aae

View File

@@ -443,7 +443,7 @@ const device_t ymf289b_ymfm_device = {
const device_t ymf278b_ymfm_device = {
.name = "Yamaha YMF278B OPL4 (YMFM)",
.internal_name = "ymf289b_ymfm",
.internal_name = "ymf278b_ymfm",
.flags = 0,
.local = FM_YMF278B,
.init = ymfm_drv_init,