summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/rainbow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/rainbow.h')
-rw-r--r--src/mame/includes/rainbow.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/includes/rainbow.h b/src/mame/includes/rainbow.h
index 891cec7520c..61845516b5d 100644
--- a/src/mame/includes/rainbow.h
+++ b/src/mame/includes/rainbow.h
@@ -47,6 +47,8 @@ public:
DECLARE_DRIVER_INIT(rbisland);
virtual void machine_start();
DECLARE_VIDEO_START(jumping);
+ UINT32 screen_update_rainbow(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_jumping(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -57,7 +59,7 @@ void rbisland_cchip_init(running_machine &machine, int version);
/*----------- defined in video/rainbow.c -----------*/
-SCREEN_UPDATE_IND16( rainbow );
-SCREEN_UPDATE_IND16( jumping );
+
+