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.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/mame/includes/wiz.h b/src/mame/includes/wiz.h
index e9917a196c2..0c91d14c62b 100644
--- a/src/mame/includes/wiz.h
+++ b/src/mame/includes/wiz.h
@@ -48,6 +48,9 @@ public:
virtual void machine_reset();
virtual void video_start();
virtual void palette_init();
+ UINT32 screen_update_wiz(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_stinger(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_kungfut(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -56,6 +59,6 @@ public:
-SCREEN_UPDATE_IND16( wiz );
-SCREEN_UPDATE_IND16( stinger );
-SCREEN_UPDATE_IND16( kungfut );
+
+
+