summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/simpsons.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/simpsons.cpp')
-rw-r--r--src/mame/machine/simpsons.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/simpsons.cpp b/src/mame/machine/simpsons.cpp
index 63eee71f583..90ee5566cdc 100644
--- a/src/mame/machine/simpsons.cpp
+++ b/src/mame/machine/simpsons.cpp
@@ -45,7 +45,7 @@ WRITE8_MEMBER(simpsons_state::simpsons_coin_counter_w)
READ8_MEMBER(simpsons_state::simpsons_sound_interrupt_r)
{
- m_audiocpu->set_input_line_and_vector(0, HOLD_LINE, 0xff );
+ m_audiocpu->set_input_line_and_vector(0, HOLD_LINE, 0xff ); // Z80
return 0x00;
}