summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/flstory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/flstory.h')
-rw-r--r--src/mame/includes/flstory.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/mame/includes/flstory.h b/src/mame/includes/flstory.h
index 7736a4963a5..f0c94bd769b 100644
--- a/src/mame/includes/flstory.h
+++ b/src/mame/includes/flstory.h
@@ -114,6 +114,9 @@ public:
DECLARE_MACHINE_RESET(rumba);
DECLARE_VIDEO_START(rumba);
DECLARE_MACHINE_RESET(ta7630);
+ UINT32 screen_update_flstory(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_victnine(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update_rumba(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -124,9 +127,9 @@ public:
/*----------- defined in video/flstory.c -----------*/
-SCREEN_UPDATE_IND16( flstory );
-SCREEN_UPDATE_IND16( victnine );
-SCREEN_UPDATE_IND16( rumba );
+
+
+