mirror of
https://github.com/holub/mame
synced 2025-05-17 11:15:06 +03:00
Fix order of cfg lines, fixes listxml and similar too(no whatsnew)
This commit is contained in:
parent
fb5cdde049
commit
38dbb91dc8
@ -8407,8 +8407,8 @@ static MACHINE_CONFIG_DERIVED( hparadis, quizchq )
|
||||
MCFG_CPU_MODIFY("maincpu")
|
||||
MCFG_CPU_PROGRAM_MAP(hparadis_map)
|
||||
MCFG_CPU_IO_MAP(hparadis_portmap)
|
||||
MCFG_DEVICE_REMOVE("scantimer")
|
||||
MCFG_CPU_VBLANK_INT("screen", hparadis_irq)
|
||||
MCFG_DEVICE_REMOVE("scantimer")
|
||||
|
||||
MCFG_MACHINE_START(hparadis)
|
||||
MACHINE_CONFIG_END
|
||||
|
Loading…
Reference in New Issue
Block a user