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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/starshp1.h b/src/mame/includes/starshp1.h
index fc28aef92cf..c291179d8c5 100644
--- a/src/mame/includes/starshp1.h
+++ b/src/mame/includes/starshp1.h
@@ -60,6 +60,9 @@ public:
UINT16 *m_LSFR;
bitmap_ind16 m_helper;
tilemap_t *m_bg_tilemap;
+ DECLARE_WRITE8_MEMBER(starshp1_collision_reset_w);
+ DECLARE_WRITE8_MEMBER(starshp1_analog_in_w);
+ DECLARE_WRITE8_MEMBER(starshp1_misc_w);
};