summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/centiped.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/centiped.h')
-rw-r--r--src/mame/includes/centiped.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/mame/includes/centiped.h b/src/mame/includes/centiped.h
index 6847e228805..ddc0a00591a 100644
--- a/src/mame/includes/centiped.h
+++ b/src/mame/includes/centiped.h
@@ -75,6 +75,10 @@ public:
DECLARE_VIDEO_START(milliped);
DECLARE_VIDEO_START(warlords);
DECLARE_PALETTE_INIT(warlords);
+ UINT32 screen_update_centiped(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_bullsdrt(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_milliped(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_warlords(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -87,8 +91,8 @@ public:
-SCREEN_UPDATE_IND16( centiped );
-SCREEN_UPDATE_IND16( milliped );
-SCREEN_UPDATE_IND16( warlords );
-SCREEN_UPDATE_IND16( bullsdrt );
+
+
+
+