mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
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:
parent
0e457ec6ea
commit
a671ee0dd7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user