summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/goodejan.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/goodejan.cpp')
-rw-r--r--src/mame/drivers/goodejan.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/goodejan.cpp b/src/mame/drivers/goodejan.cpp
index f7054cf22d6..15cccf3795b 100644
--- a/src/mame/drivers/goodejan.cpp
+++ b/src/mame/drivers/goodejan.cpp
@@ -637,7 +637,7 @@ GFXDECODE_END
WRITE_LINE_MEMBER(goodejan_state::vblank_irq)
{
if (state)
- m_maincpu->set_input_line_and_vector(0, HOLD_LINE, 0x208/4);
+ m_maincpu->set_input_line_and_vector(0, HOLD_LINE, 0x208/4); // V30
/* vector 0x00c is just a reti */
}