From a671ee0dd718a454c0bac362932bfeadcad0ad1c Mon Sep 17 00:00:00 2001 From: Scott Stone Date: Tue, 15 Mar 2022 15:37:43 -0400 Subject: [PATCH] msx.cpp [mx10, pv7, pv16, cpc50a, cpc50b, cpc51]: Corrected several machines' VDP model to match that of actual hardware which may have been lost to refactoring over time. Fixes MT#8249. --- src/mame/drivers/msx.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/mame/drivers/msx.cpp b/src/mame/drivers/msx.cpp index 585fe4c2532..6eb2a89b626 100644 --- a/src/mame/drivers/msx.cpp +++ b/src/mame/drivers/msx.cpp @@ -1717,7 +1717,7 @@ ROM_END void msx_state::mx10(machine_config &config) { - msx1(TMS9918, config); + msx1(TMS9118, config); // FDC: None, 0 drives // 2? Cartridge slots // Z80: uPD780C-1 @@ -1783,7 +1783,7 @@ ROM_END void msx_state::pv7(machine_config &config) { - msx1(TMS9918, config); + msx1(TMS9118, config); // AY8910? // FDC: None, 0 drives // 1 Cartridge slot + expansion slot, or 2 cartridge slots? @@ -1809,7 +1809,7 @@ ROM_END void msx_state::pv16(machine_config &config) { - msx1(TMS9918, config); + msx1(TMS9118, config); // AY8910 // FDC: None, 0 drives // 1 Cartridge slot @@ -1950,7 +1950,7 @@ ROM_END void msx_state::cpc50a(machine_config &config) { - msx1(TMS9918, config); + msx1(TMS9118, config); // AY8910/YM2149? // FDC: None, 0 drives // 1? Cartridge slot @@ -1974,7 +1974,7 @@ ROM_END void msx_state::cpc50b(machine_config &config) { - msx1(TMS9918, config); + msx1(TMS9118, config); // AY8910/YM2149? // FDC: None, 0 drives // 1? Cartridge slot @@ -1998,7 +1998,7 @@ ROM_END void msx_state::cpc51(machine_config &config) { - msx1(TMS9918, config); + msx1(TMS9118, config); // AY8910/YM2149? // FDC: None, 0 drives // 1 Cartridge slot