summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/paradise.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/paradise.h')
-rw-r--r--src/mame/includes/paradise.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/paradise.h b/src/mame/includes/paradise.h
index 75b7af480b7..4c343ab8491 100644
--- a/src/mame/includes/paradise.h
+++ b/src/mame/includes/paradise.h
@@ -67,9 +67,9 @@ public:
// tgtball specific
DECLARE_WRITE8_MEMBER(tgtball_flipscreen_w);
- DECLARE_DRIVER_INIT(torus);
- DECLARE_DRIVER_INIT(paradise);
- DECLARE_DRIVER_INIT(tgtball);
+ void init_torus();
+ void init_paradise();
+ void init_tgtball();
TILE_GET_INFO_MEMBER(get_tile_info_0);
TILE_GET_INFO_MEMBER(get_tile_info_1);