summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/brkthru.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/brkthru.c
parentd09d3220ab2e819068fd72df34b47919c197a0ce (diff)
moved cpu_device * to required_device in existing driver state classes (nw)
Diffstat (limited to 'src/mame/drivers/brkthru.c')
-rw-r--r--src/mame/drivers/brkthru.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/drivers/brkthru.c b/src/mame/drivers/brkthru.c
index f7532155553..32ec9b2e80a 100644
--- a/src/mame/drivers/brkthru.c
+++ b/src/mame/drivers/brkthru.c
@@ -363,8 +363,6 @@ static const ym3526_interface ym3526_config =
void brkthru_state::machine_start()
{
- m_maincpu = machine().device<cpu_device>("maincpu");
- m_audiocpu = machine().device<cpu_device>("audiocpu");
save_item(NAME(m_bgscroll));
save_item(NAME(m_bgbasecolor));