mirror of
https://github.com/holub/mame
synced 2025-07-05 18:08:04 +03:00
Typo :) (nw)
This commit is contained in:
parent
e50c2bd452
commit
d40640c87d
@ -545,7 +545,7 @@ WRITE8_MEMBER( supercon_state::supercon_port3_w )
|
||||
}
|
||||
|
||||
// The IRQ handler writes to both 0x1E00 (1x) and 0x1F00 (2x) ports.
|
||||
// Not 10% sure if this is the correct place for clearing the IRQ
|
||||
// Not 100% sure if this is the correct place for clearing the IRQ
|
||||
// line.
|
||||
m_maincpu->set_input_line(M6502_IRQ_LINE, CLEAR_LINE);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user