summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/toki.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/toki.h')
-rw-r--r--src/mame/includes/toki.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/toki.h b/src/mame/includes/toki.h
index 29415f7c212..a8630875f88 100644
--- a/src/mame/includes/toki.h
+++ b/src/mame/includes/toki.h
@@ -62,9 +62,9 @@ public:
DECLARE_READ8_MEMBER(jujuba_z80_data_decrypt);
- DECLARE_DRIVER_INIT(tokib);
- DECLARE_DRIVER_INIT(jujuba);
- DECLARE_DRIVER_INIT(toki);
+ void init_tokib();
+ void init_jujuba();
+ void init_toki();
TILE_GET_INFO_MEMBER(get_text_tile_info);
TILE_GET_INFO_MEMBER(get_back_tile_info);