summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/exprraid.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/exprraid.cpp')
-rw-r--r--src/mame/drivers/exprraid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/exprraid.cpp b/src/mame/drivers/exprraid.cpp
index 94c766a933e..c424e16ef87 100644
--- a/src/mame/drivers/exprraid.cpp
+++ b/src/mame/drivers/exprraid.cpp
@@ -472,7 +472,7 @@ GFXDECODE_END
/* handler called by the 3812 emulator when the internal timers cause an IRQ */
WRITE_LINE_MEMBER(exprraid_state::irqhandler)
{
- m_slave->set_input_line_and_vector(0, state, 0xff);
+ m_slave->set_input_line_and_vector(0, state, 0xff); // M6809
}
void exprraid_state::machine_start()