summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/actfancr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/actfancr.h')
-rw-r--r--src/mame/includes/actfancr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/actfancr.h b/src/mame/includes/actfancr.h
index 0907eb9e12b..f4f36c9306c 100644
--- a/src/mame/includes/actfancr.h
+++ b/src/mame/includes/actfancr.h
@@ -19,6 +19,7 @@ public:
driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_audiocpu(*this, "audiocpu"),
+ m_gfxdecode(*this, "gfxdecode"),
m_tilegen(*this, "tilegen%u", 1U),
m_spritegen(*this, "spritegen"),
m_soundlatch(*this, "soundlatch") { }
@@ -32,6 +33,7 @@ public:
/* devices */
required_device<h6280_device> m_maincpu;
required_device<cpu_device> m_audiocpu;
+ required_device<gfxdecode_device> m_gfxdecode;
required_device_array<deco_bac06_device, 2> m_tilegen;
required_device<deco_mxc06_device> m_spritegen;
required_device<generic_latch_8_device> m_soundlatch;