summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/starshp1.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2012-04-04 15:08:19 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2012-04-04 15:08:19 +0000
commit7dabd8b524510582d7f6ee96f430395d2f60cb78 (patch)
tree9641ea5111636c5963ac77e7130ace2773ddd1a3 /src/mame/includes/starshp1.h
parent62d9c8ba4fd4be6fc3225e8a3850526db7d78357 (diff)
MAME going modern part 5 (no whatsnew)
Tomorrow and next days just bug fixing from my side, no big changes
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);
};