mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
dotrikun: oops, 256H is 128 on, 128 off (nw)
This commit is contained in:
parent
aa6af02a20
commit
7a12fa7f7e
@ -70,7 +70,7 @@ public:
|
||||
|
||||
TIMER_DEVICE_CALLBACK_MEMBER(dotrikun_state::interrupt)
|
||||
{
|
||||
m_maincpu->pulse_input_line(0, attotime::from_hz(MASTER_CLOCK/256));
|
||||
m_maincpu->pulse_input_line(0, attotime::from_hz(MASTER_CLOCK/128));
|
||||
}
|
||||
|
||||
TIMER_DEVICE_CALLBACK_MEMBER(dotrikun_state::scanline_off)
|
||||
|
Loading…
Reference in New Issue
Block a user