summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/msisaac.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/msisaac.h')
-rw-r--r--src/mame/includes/msisaac.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/msisaac.h b/src/mame/includes/msisaac.h
index 2aff0d207a2..7c58a40259f 100644
--- a/src/mame/includes/msisaac.h
+++ b/src/mame/includes/msisaac.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"
@@ -58,7 +58,7 @@ public:
/* devices */
required_device<cpu_device> m_audiocpu;
required_device<cpu_device> m_maincpu;
- 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;