summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/stfight.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/stfight.c')
-rw-r--r--src/mame/machine/stfight.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/stfight.c b/src/mame/machine/stfight.c
index e3ea1103540..28079c1e885 100644
--- a/src/mame/machine/stfight.c
+++ b/src/mame/machine/stfight.c
@@ -338,7 +338,7 @@ WRITE8_MEMBER(stfight_state::cshooter_68705_port_b_w)
m_portA_in = m_from_main;
//if (m_main_sent)
- // m_mcu->set_input_line(0, CLEAR_LINE);
+ // m_mcu->set_input_line(0, CLEAR_LINE);
m_main_sent = 0;
}