summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/spy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/spy.cpp')
-rw-r--r--src/mame/drivers/spy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/spy.cpp b/src/mame/drivers/spy.cpp
index d3120763e23..da1ff4c630c 100644
--- a/src/mame/drivers/spy.cpp
+++ b/src/mame/drivers/spy.cpp
@@ -332,7 +332,7 @@ WRITE8_MEMBER(spy_state::spy_3f90_w)
WRITE8_MEMBER(spy_state::spy_sh_irqtrigger_w)
{
- m_audiocpu->set_input_line_and_vector(0, HOLD_LINE, 0xff);
+ m_audiocpu->set_input_line_and_vector(0, HOLD_LINE, 0xff); // Z80
}
WRITE8_MEMBER(spy_state::sound_bank_w)