mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
vectrex: Fix probable bug with lightpen-triggered interrupt
This commit is contained in:
parent
9b3078ab45
commit
7ff0c69349
@ -49,7 +49,7 @@ TIMER_CALLBACK_MEMBER(vectrex_base_state::lightpen_trigger)
|
||||
|
||||
if (m_lightpen_port & 2)
|
||||
{
|
||||
m_maincpu->set_input_line(M6809_FIRQ_LINE, PULSE_LINE);
|
||||
m_maincpu->pulse_input_line(M6809_FIRQ_LINE, m_maincpu->minimum_quantum_time());
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user