summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/cclimber.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/cclimber.h')
-rw-r--r--src/mame/includes/cclimber.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/mame/includes/cclimber.h b/src/mame/includes/cclimber.h
index 8c5bd208b0e..b6d9e2487c7 100644
--- a/src/mame/includes/cclimber.h
+++ b/src/mame/includes/cclimber.h
@@ -66,6 +66,10 @@ public:
DECLARE_PALETTE_INIT(yamato);
DECLARE_VIDEO_START(toprollr);
DECLARE_PALETTE_INIT(toprollr);
+ UINT32 screen_update_cclimber(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_swimmer(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_yamato(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_toprollr(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -77,15 +81,15 @@ public:
-SCREEN_UPDATE_IND16( cclimber );
-SCREEN_UPDATE_IND16( swimmer );
-SCREEN_UPDATE_IND16( yamato );
-SCREEN_UPDATE_IND16( toprollr );
+
+
+
+