summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/toypop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/toypop.c')
-rw-r--r--src/mame/drivers/toypop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/toypop.c b/src/mame/drivers/toypop.c
index 2eb8137b2c2..e6ee35ef8fa 100644
--- a/src/mame/drivers/toypop.c
+++ b/src/mame/drivers/toypop.c
@@ -70,14 +70,14 @@ static WRITE8_HANDLER( toypop_main_interrupt_disable_w )
{
toypop_state *state = space->machine().driver_data<toypop_state>();
state->m_main_irq_mask = 0;
-// cputag_set_input_line(space->machine(), "maincpu", 0, CLEAR_LINE);
+// cputag_set_input_line(space->machine(), "maincpu", 0, CLEAR_LINE);
}
static WRITE8_HANDLER( toypop_sound_interrupt_enable_acknowledge_w )
{
toypop_state *state = space->machine().driver_data<toypop_state>();
state->m_sound_irq_mask = 1;
-// cputag_set_input_line(space->machine(), "audiocpu", 0, CLEAR_LINE);
+// cputag_set_input_line(space->machine(), "audiocpu", 0, CLEAR_LINE);
}
static WRITE8_HANDLER( toypop_sound_interrupt_disable_w )