mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
lastduel.c - One too many zeroes in lastduel's 68000 clock (hi MASH!) -nw-
This commit is contained in:
parent
f576562b38
commit
8033b64389
@ -494,7 +494,7 @@ void lastduel_state::machine_reset()
|
||||
static MACHINE_CONFIG_START( lastduel, lastduel_state )
|
||||
|
||||
/* basic machine hardware */
|
||||
MCFG_CPU_ADD("maincpu", M68000, 100000000) // Unconfirmed - could be 8MHz
|
||||
MCFG_CPU_ADD("maincpu", M68000, 10000000) // Unconfirmed - could be 8MHz
|
||||
MCFG_CPU_PROGRAM_MAP(lastduel_map)
|
||||
MCFG_CPU_VBLANK_INT_DRIVER("screen", lastduel_state, irq2_line_hold)
|
||||
MCFG_TIMER_DRIVER_ADD_PERIODIC("timer_irq", lastduel_state, lastduel_timer_cb, attotime::from_hz(120))
|
||||
|
Loading…
Reference in New Issue
Block a user