summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/galastrm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/galastrm.h')
-rw-r--r--src/mame/includes/galastrm.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mame/includes/galastrm.h b/src/mame/includes/galastrm.h
index e4c64d34ae0..3c8d49ff9fe 100644
--- a/src/mame/includes/galastrm.h
+++ b/src/mame/includes/galastrm.h
@@ -35,6 +35,12 @@ public:
int m_rsyoffs;
UINT32 *m_spriteram;
size_t m_spriteram_size;
+ DECLARE_WRITE32_MEMBER(galastrm_palette_w);
+ DECLARE_WRITE32_MEMBER(galastrm_tc0610_0_w);
+ DECLARE_WRITE32_MEMBER(galastrm_tc0610_1_w);
+ DECLARE_WRITE32_MEMBER(galastrm_input_w);
+ DECLARE_READ32_MEMBER(galastrm_adstick_ctrl_r);
+ DECLARE_WRITE32_MEMBER(galastrm_adstick_ctrl_w);
};