Typo :) (nw)

This commit is contained in:
Wilbert Pol 2013-01-27 19:44:03 +00:00
parent e50c2bd452
commit d40640c87d

View File

@ -545,7 +545,7 @@ WRITE8_MEMBER( supercon_state::supercon_port3_w )
} }
// The IRQ handler writes to both 0x1E00 (1x) and 0x1F00 (2x) ports. // 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. // line.
m_maincpu->set_input_line(M6502_IRQ_LINE, CLEAR_LINE); m_maincpu->set_input_line(M6502_IRQ_LINE, CLEAR_LINE);
} }