summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/ampoker2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/ampoker2.h')
-rw-r--r--src/mame/includes/ampoker2.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mame/includes/ampoker2.h b/src/mame/includes/ampoker2.h
index 84b26240644..e94d1b8d2d2 100644
--- a/src/mame/includes/ampoker2.h
+++ b/src/mame/includes/ampoker2.h
@@ -6,6 +6,14 @@ public:
UINT8 *m_videoram;
tilemap_t *m_bg_tilemap;
+ DECLARE_WRITE8_MEMBER(ampoker2_port30_w);
+ DECLARE_WRITE8_MEMBER(ampoker2_port31_w);
+ DECLARE_WRITE8_MEMBER(ampoker2_port32_w);
+ DECLARE_WRITE8_MEMBER(ampoker2_port33_w);
+ DECLARE_WRITE8_MEMBER(ampoker2_port34_w);
+ DECLARE_WRITE8_MEMBER(ampoker2_port35_w);
+ DECLARE_WRITE8_MEMBER(ampoker2_port36_w);
+ DECLARE_WRITE8_MEMBER(ampoker2_watchdog_reset_w);
};