From d40640c87db0fee89d32cdcbda52b97a68e21880 Mon Sep 17 00:00:00 2001 From: Wilbert Pol Date: Sun, 27 Jan 2013 19:44:03 +0000 Subject: [PATCH] Typo :) (nw) --- src/mess/drivers/supercon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mess/drivers/supercon.c b/src/mess/drivers/supercon.c index 6d11bf4f256..02e207eb8d6 100644 --- a/src/mess/drivers/supercon.c +++ b/src/mess/drivers/supercon.c @@ -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); }