summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/rallyx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/rallyx.h')
-rw-r--r--src/mame/includes/rallyx.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/mame/includes/rallyx.h b/src/mame/includes/rallyx.h
index b4e1ad021af..5596fc2bd73 100644
--- a/src/mame/includes/rallyx.h
+++ b/src/mame/includes/rallyx.h
@@ -61,6 +61,9 @@ public:
DECLARE_PALETTE_INIT(jungler);
DECLARE_VIDEO_START(locomotn);
DECLARE_VIDEO_START(commsega);
+ UINT32 screen_update_rallyx(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_jungler(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_locomotn(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -73,6 +76,6 @@ public:
-SCREEN_UPDATE_IND16( rallyx );
-SCREEN_UPDATE_IND16( jungler );
-SCREEN_UPDATE_IND16( locomotn );
+
+
+