mirror of
https://github.com/holub/mame
synced 2025-04-26 02:07:14 +03:00
Small note change
This commit is contained in:
parent
c704408930
commit
6fdb70f2f8
@ -1961,7 +1961,7 @@ static MACHINE_CONFIG_START( system24, segas24_state )
|
||||
|
||||
MCFG_TIMER_ADD("irq_timer", irq_timer_cb)
|
||||
MCFG_TIMER_ADD("irq_timer_clear", irq_timer_clear_cb)
|
||||
MCFG_TIMER_ADD("frc_timer", NULL) //stopwatch timer
|
||||
MCFG_TIMER_ADD("frc_timer", NULL)
|
||||
MCFG_TIMER_ADD_PERIODIC("irq_frc", irq_frc_cb, attotime::from_hz(FRC_CLOCK_MODE1))
|
||||
|
||||
MCFG_VIDEO_ATTRIBUTES(VIDEO_UPDATE_AFTER_VBLANK)
|
||||
|
Loading…
Reference in New Issue
Block a user