summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/tnzs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/tnzs.cpp')
-rw-r--r--src/mame/machine/tnzs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/tnzs.cpp b/src/mame/machine/tnzs.cpp
index f55bb847e5c..213063e9e16 100644
--- a/src/mame/machine/tnzs.cpp
+++ b/src/mame/machine/tnzs.cpp
@@ -486,7 +486,7 @@ WRITE8_MEMBER(jpopnics_state::subbankswitch_w)
WRITE8_MEMBER(tnzsb_state::sound_command_w)
{
m_soundlatch->write(data);
- m_audiocpu->set_input_line_and_vector(0, HOLD_LINE, 0xff);
+ m_audiocpu->set_input_line_and_vector(0, HOLD_LINE, 0xff); // Z80
}
/* handler called by the 2203 emulator when the internal timers cause an IRQ */