summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/zaxxon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/zaxxon.h')
-rw-r--r--src/mame/includes/zaxxon.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/mame/includes/zaxxon.h b/src/mame/includes/zaxxon.h
index 7169fc659b8..c02e8c6daf3 100644
--- a/src/mame/includes/zaxxon.h
+++ b/src/mame/includes/zaxxon.h
@@ -68,6 +68,10 @@ public:
virtual void palette_init();
DECLARE_VIDEO_START(razmataz);
DECLARE_VIDEO_START(congo);
+ UINT32 screen_update_zaxxon(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_futspy(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_razmataz(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_congo(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -95,7 +99,7 @@ MACHINE_CONFIG_EXTERN( congo_samples );
-SCREEN_UPDATE_IND16( zaxxon );
-SCREEN_UPDATE_IND16( razmataz );
-SCREEN_UPDATE_IND16( congo );
-SCREEN_UPDATE_IND16( futspy );
+
+
+
+