summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/sidearms.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/sidearms.h')
-rw-r--r--src/mame/includes/sidearms.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/sidearms.h b/src/mame/includes/sidearms.h
index 320965727c9..08f593344ac 100644
--- a/src/mame/includes/sidearms.h
+++ b/src/mame/includes/sidearms.h
@@ -29,6 +29,9 @@ public:
UINT32 m_latch_374;
required_device<buffered_spriteram8_device> m_spriteram;
+ DECLARE_WRITE8_MEMBER(sidearms_bankswitch_w);
+ DECLARE_READ8_MEMBER(turtship_ports_r);
+ DECLARE_WRITE8_MEMBER(whizz_bankswitch_w);
};
/*----------- defined in video/sidearms.c -----------*/