summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m79amb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/m79amb.cpp')
-rw-r--r--src/mame/drivers/m79amb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/m79amb.cpp b/src/mame/drivers/m79amb.cpp
index 4dc3beb74cc..377efc3e7e4 100644
--- a/src/mame/drivers/m79amb.cpp
+++ b/src/mame/drivers/m79amb.cpp
@@ -191,7 +191,7 @@ INPUT_PORTS_END
INTERRUPT_GEN_MEMBER(m79amb_state::m79amb_interrupt)
{
- device.execute().set_input_line_and_vector(0, HOLD_LINE, 0xcf); /* RST 08h */
+ device.execute().set_input_line_and_vector(0, HOLD_LINE, 0xcf); /* Z80 - RST 08h */
}
void m79amb_state::m79amb(machine_config &config)