mirror of
https://github.com/holub/mame
synced 2025-05-20 04:39:11 +03:00
fixed compile error
This commit is contained in:
parent
1da9a7259b
commit
cd0f5b479b
@ -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
|
||||
make sure I don't lose any interrupt generated by the blitter,
|
||||
otherwise quizchq would lock up. */
|
||||
if (downcast<cpu_device *>(m_maincpu)->input_state(0))
|
||||
if (m_maincpu->input_state(0))
|
||||
return;
|
||||
|
||||
if(scanline == 245)
|
||||
|
Loading…
Reference in New Issue
Block a user