summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/liberate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/liberate.h')
-rw-r--r--src/mame/includes/liberate.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/liberate.h b/src/mame/includes/liberate.h
index 260677a8620..9390e408d5f 100644
--- a/src/mame/includes/liberate.h
+++ b/src/mame/includes/liberate.h
@@ -62,9 +62,9 @@ public:
DECLARE_WRITE8_MEMBER(liberate_videoram_w);
DECLARE_WRITE8_MEMBER(liberate_colorram_w);
DECLARE_WRITE8_MEMBER(prosport_bg_vram_w);
- DECLARE_DRIVER_INIT(yellowcb);
- DECLARE_DRIVER_INIT(liberate);
- DECLARE_DRIVER_INIT(prosport);
+ void init_yellowcb();
+ void init_liberate();
+ void init_prosport();
TILEMAP_MAPPER_MEMBER(back_scan);
TILEMAP_MAPPER_MEMBER(fix_scan);
TILE_GET_INFO_MEMBER(get_back_tile_info);