mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
alto2: fix timer setup (nw)
This commit is contained in:
parent
17cf4acbef
commit
401b190851
@ -313,7 +313,7 @@ DRIVER_INIT_MEMBER( alto2_state, alto2 )
|
||||
cpu->set_speaker(m_speaker);
|
||||
// Create a timer which fires twice per frame, once for each field
|
||||
m_vblank_timer = timer_alloc(TIMER_VBLANK);
|
||||
m_vblank_timer->adjust(attotime::from_hz(30),0,attotime::from_hz(30*2));
|
||||
m_vblank_timer->adjust(attotime::from_hz(2*30),0,attotime::from_hz(30*2));
|
||||
}
|
||||
|
||||
void alto2_state::device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr)
|
||||
|
Loading…
Reference in New Issue
Block a user