summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tp84.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tp84.cpp')
-rw-r--r--src/mame/drivers/tp84.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tp84.cpp b/src/mame/drivers/tp84.cpp
index ed82130285f..5840e38ef78 100644
--- a/src/mame/drivers/tp84.cpp
+++ b/src/mame/drivers/tp84.cpp
@@ -166,7 +166,7 @@ WRITE8_MEMBER(tp84_state::tp84_filter_w)
WRITE8_MEMBER(tp84_state::tp84_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
}