summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cshooter.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cshooter.c')
-rw-r--r--src/mame/drivers/cshooter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/cshooter.c b/src/mame/drivers/cshooter.c
index 3c0b531ab33..02daf09c604 100644
--- a/src/mame/drivers/cshooter.c
+++ b/src/mame/drivers/cshooter.c
@@ -237,8 +237,8 @@ TIMER_DEVICE_CALLBACK_MEMBER(cshooter_state::cshooter_scanline)
{
int scanline = param;
-// if(scanline == 240) // presumably a SW trap, not an irq
-// m_maincpu->set_input_line_and_vector(0, HOLD_LINE,0xd7); /* RST 10h */
+// if(scanline == 240) // presumably a SW trap, not an irq
+// m_maincpu->set_input_line_and_vector(0, HOLD_LINE,0xd7); /* RST 10h */
if(scanline == 240) // vblank-out irq
m_maincpu->set_input_line_and_vector(0, HOLD_LINE,0xcf); /* RST 08h */