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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/ampoker2.h b/src/mame/includes/ampoker2.h
index e47c975b0f1..f4fe5ede1a7 100644
--- a/src/mame/includes/ampoker2.h
+++ b/src/mame/includes/ampoker2.h
@@ -27,8 +27,8 @@ public:
DECLARE_WRITE8_MEMBER(ampoker2_port36_w);
DECLARE_WRITE8_MEMBER(ampoker2_watchdog_reset_w);
DECLARE_WRITE8_MEMBER(ampoker2_videoram_w);
- DECLARE_DRIVER_INIT(rabbitpk);
- DECLARE_DRIVER_INIT(piccolop);
+ void init_rabbitpk();
+ void init_piccolop();
TILE_GET_INFO_MEMBER(get_bg_tile_info);
TILE_GET_INFO_MEMBER(s2k_get_bg_tile_info);
DECLARE_PALETTE_INIT(ampoker2);