dotrikun: oops, 256H is 128 on, 128 off (nw)

This commit is contained in:
hap 2017-11-16 01:27:35 +01:00
parent aa6af02a20
commit 7a12fa7f7e

View File

@ -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)