summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/starshp1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/starshp1.h')
-rw-r--r--src/mame/includes/starshp1.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/includes/starshp1.h b/src/mame/includes/starshp1.h
index f0eb6166e18..9d896572e3f 100644
--- a/src/mame/includes/starshp1.h
+++ b/src/mame/includes/starshp1.h
@@ -40,7 +40,8 @@ public:
m_vpos_ram(*this, "vpos_ram"),
m_obj_ram(*this, "obj_ram"),
m_maincpu(*this, "maincpu"),
- m_discrete(*this, "discrete") { }
+ m_discrete(*this, "discrete"),
+ m_gfxdecode(*this, "gfxdecode") { }
int m_analog_in_select;
int m_attract;
@@ -100,6 +101,7 @@ public:
int circle_collision(const rectangle &rect);
required_device<cpu_device> m_maincpu;
required_device<discrete_device> m_discrete;
+ required_device<gfxdecode_device> m_gfxdecode;
};
/*----------- defined in audio/starshp1.c -----------*/