summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/shootout.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/shootout.h')
-rw-r--r--src/mame/includes/shootout.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/includes/shootout.h b/src/mame/includes/shootout.h
index 7129583bf2b..88eb9c429a3 100644
--- a/src/mame/includes/shootout.h
+++ b/src/mame/includes/shootout.h
@@ -10,6 +10,10 @@ public:
UINT8 *m_videoram;
UINT8 *m_textram;
int m_bFlicker;
+ DECLARE_WRITE8_MEMBER(shootout_bankswitch_w);
+ DECLARE_WRITE8_MEMBER(sound_cpu_command_w);
+ DECLARE_WRITE8_MEMBER(shootout_flipscreen_w);
+ DECLARE_WRITE8_MEMBER(shootout_coin_counter_w);
};