summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Fabio Priuli <etabeta78@users.noreply.github.com>2009-06-15 08:46:42 +0000
committer Fabio Priuli <etabeta78@users.noreply.github.com>2009-06-15 08:46:42 +0000
commit20b6a07a1cbf3267fdffa63f45e36718bd963e29 (patch)
tree42b0a56e7e538d24474d83a0f0bfb8f95eb3b561 /src
parentfe6c204d5c6111275e4c3527850b97cad140b3ea (diff)
Fixed bug 3263 (PolyPlay crash due to wrong CPU tag)
Diffstat (limited to 'src')
-rw-r--r--src/mame/drivers/polyplay.c2
1 files changed, 1 insertions, 1 deletions
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 */