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.

This commit is contained in:
Scott Stone 2022-03-15 15:37:43 -04:00
parent 0e457ec6ea
commit a671ee0dd7

View File

@ -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