summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/liberate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/liberate.h')
-rw-r--r--src/mame/includes/liberate.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/mame/includes/liberate.h b/src/mame/includes/liberate.h
index f626820cb33..9a41037b8d3 100644
--- a/src/mame/includes/liberate.h
+++ b/src/mame/includes/liberate.h
@@ -63,16 +63,20 @@ public:
DECLARE_VIDEO_START(prosport);
DECLARE_VIDEO_START(boomrang);
DECLARE_VIDEO_START(prosoccr);
+ UINT32 screen_update_liberate(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_prosport(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_boomrang(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_prosoccr(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
/*----------- defined in video/liberate.c -----------*/
-SCREEN_UPDATE_IND16( prosoccr );
-SCREEN_UPDATE_IND16( prosport );
-SCREEN_UPDATE_IND16( liberate );
-SCREEN_UPDATE_IND16( boomrang );
+
+
+
+