summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/wiz.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/wiz.h')
-rw-r--r--src/mame/includes/wiz.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/mame/includes/wiz.h b/src/mame/includes/wiz.h
index 2575ba254bd..e9917a196c2 100644
--- a/src/mame/includes/wiz.h
+++ b/src/mame/includes/wiz.h
@@ -45,14 +45,17 @@ public:
DECLARE_DRIVER_INIT(wiz);
DECLARE_DRIVER_INIT(scion);
DECLARE_DRIVER_INIT(stinger);
+ virtual void machine_reset();
+ virtual void video_start();
+ virtual void palette_init();
};
/*----------- defined in video/wiz.c -----------*/
-VIDEO_START( wiz );
-PALETTE_INIT( wiz );
+
+
SCREEN_UPDATE_IND16( wiz );
SCREEN_UPDATE_IND16( stinger );
SCREEN_UPDATE_IND16( kungfut );