fixed compile error

This commit is contained in:
Robbbert 2013-04-10 09:26:31 +00:00
parent 1da9a7259b
commit cd0f5b479b

View File

@ -9914,7 +9914,7 @@ TIMER_DEVICE_CALLBACK_MEMBER(ddenlovr_state::mjmyster_irq)
/* I haven't found a irq ack register, so I need this kludge to /* I haven't found a irq ack register, so I need this kludge to
make sure I don't lose any interrupt generated by the blitter, make sure I don't lose any interrupt generated by the blitter,
otherwise quizchq would lock up. */ otherwise quizchq would lock up. */
if (downcast<cpu_device *>(m_maincpu)->input_state(0)) if (m_maincpu->input_state(0))
return; return;
if(scanline == 245) if(scanline == 245)