summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/superqix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/superqix.h')
-rw-r--r--src/mame/includes/superqix.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/includes/superqix.h b/src/mame/includes/superqix.h
index 419d9076ac2..7f374ec778e 100644
--- a/src/mame/includes/superqix.h
+++ b/src/mame/includes/superqix.h
@@ -50,11 +50,11 @@ public:
DECLARE_WRITE8_MEMBER(superqix_bitmapram_w);
DECLARE_WRITE8_MEMBER(superqix_bitmapram2_w);
DECLARE_WRITE8_MEMBER(superqix_0410_w);
- DECLARE_DRIVER_INIT(perestro);
- DECLARE_DRIVER_INIT(sqix);
- DECLARE_DRIVER_INIT(sqixr0);
- DECLARE_DRIVER_INIT(pbillian);
- DECLARE_DRIVER_INIT(hotsmash);
+ void init_perestro();
+ void init_sqix();
+ void init_sqixr0();
+ void init_pbillian();
+ void init_hotsmash();
TILE_GET_INFO_MEMBER(sqix_get_bg_tile_info);
DECLARE_VIDEO_START(superqix);
DECLARE_PALETTE_DECODER(BBGGRRII);