mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
(MAME) Fix for -valid. (nw)
This commit is contained in:
parent
0fa38e9b1b
commit
f636c77ac4
@ -621,7 +621,7 @@ static MACHINE_CONFIG_DERIVED( supmodel, comad )
|
||||
MCFG_CPU_MODIFY("maincpu")
|
||||
MCFG_CPU_CLOCK(12000000) /* ? */
|
||||
MCFG_CPU_PROGRAM_MAP(supmodel_map)
|
||||
MCFG_TIMER_DRIVER_ADD_SCANLINE("scantimer", galpanic_state, galpanic_scanline, "screen", 0, 1)
|
||||
//MCFG_TIMER_DRIVER_ADD_SCANLINE("scantimer", galpanic_state, galpanic_scanline, "screen", 0, 1)
|
||||
|
||||
/* video hardware */
|
||||
MCFG_SCREEN_MODIFY("screen")
|
||||
|
@ -2646,7 +2646,7 @@ static MACHINE_CONFIG_START( bubsys, nemesis_state )
|
||||
/* basic machine hardware */
|
||||
MCFG_CPU_ADD("maincpu", M68000,18432000/2) /* 9.216MHz */
|
||||
MCFG_CPU_PROGRAM_MAP(gx400_map)
|
||||
MCFG_TIMER_DRIVER_ADD_SCANLINE("scantimer", nemesis_state, gx400_interrupt, "screen", 0, 1)
|
||||
//MCFG_TIMER_DRIVER_ADD_SCANLINE("scantimer", nemesis_state, gx400_interrupt, "screen", 0, 1)
|
||||
MCFG_DEVICE_DISABLE()
|
||||
|
||||
MCFG_CPU_ADD("audiocpu", Z80,14318180/4) /* 3.579545 MHz */
|
||||
|
Loading…
Reference in New Issue
Block a user