diff --git a/src/mame/drivers/polyplay.c b/src/mame/drivers/polyplay.c index 5b41810ee72..07b7066d7f5 100644 --- a/src/mame/drivers/polyplay.c +++ b/src/mame/drivers/polyplay.c @@ -356,7 +356,7 @@ ROM_END static TIMER_CALLBACK( polyplay_timer_callback ) { - cputag_set_input_line_and_vector(machine, "audiocpu", 0, HOLD_LINE, 0x4c); + cputag_set_input_line_and_vector(machine, "maincpu", 0, HOLD_LINE, 0x4c); } /* game driver */