summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/40love.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/40love.h')
-rw-r--r--src/mame/includes/40love.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/mame/includes/40love.h b/src/mame/includes/40love.h
index 0cd5f127251..c420887828d 100644
--- a/src/mame/includes/40love.h
+++ b/src/mame/includes/40love.h
@@ -1,7 +1,7 @@
// license:GPL-2.0+
// copyright-holders:Jarek Burczynski
-#include "machine/buggychl.h"
+#include "machine/taito68705interface.h"
#include "machine/gen_latch.h"
#include "sound/msm5232.h"
@@ -18,7 +18,6 @@ public:
m_mcu_ram(*this, "mcu_ram"),
m_audiocpu(*this, "audiocpu"),
m_maincpu(*this, "maincpu"),
- m_mcu(*this, "mcu"),
m_bmcu(*this, "bmcu"),
m_msm(*this, "msm"),
m_gfxdecode(*this, "gfxdecode"),
@@ -75,8 +74,7 @@ public:
/* devices */
required_device<cpu_device> m_audiocpu;
required_device<cpu_device> m_maincpu;
- optional_device<cpu_device> m_mcu;
- optional_device<buggychl_mcu_device> m_bmcu;
+ optional_device<taito68705_mcu_device> m_bmcu;
required_device<msm5232_device> m_msm;
required_device<gfxdecode_device> m_gfxdecode;
required_device<palette_device> m_palette;