summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/ambush.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/ambush.h')
-rw-r--r--src/mame/includes/ambush.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/ambush.h b/src/mame/includes/ambush.h
index e93810230e9..6e51e75f7cc 100644
--- a/src/mame/includes/ambush.h
+++ b/src/mame/includes/ambush.h
@@ -19,6 +19,8 @@ public:
size_t m_videoram_size;
size_t m_spriteram_size;
+ DECLARE_WRITE8_MEMBER(ambush_coin_counter_w);
+ DECLARE_WRITE8_MEMBER(flip_screen_w);
};