summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/amspdwy.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2013-04-09 10:00:03 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2013-04-09 10:00:03 +0000
commitbb84877a2f61621ae2fed56cfa744590782ba114 (patch)
treeca1d1ba104906ef92e3c2c62c0bdf6e4ee179797 /src/mame/drivers/amspdwy.c
parentd09d3220ab2e819068fd72df34b47919c197a0ce (diff)
moved cpu_device * to required_device in existing driver state classes (nw)
Diffstat (limited to 'src/mame/drivers/amspdwy.c')
-rw-r--r--src/mame/drivers/amspdwy.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/drivers/amspdwy.c b/src/mame/drivers/amspdwy.c
index a46d66a6eb9..7a20395a8fa 100644
--- a/src/mame/drivers/amspdwy.c
+++ b/src/mame/drivers/amspdwy.c
@@ -240,7 +240,6 @@ GFXDECODE_END
void amspdwy_state::machine_start()
{
- m_audiocpu = machine().device<cpu_device>("audiocpu");
save_item(NAME(m_flipscreen));
save_item(NAME(m_wheel_old));