summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/starfire.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/starfire.h')
-rw-r--r--src/mame/includes/starfire.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/starfire.h b/src/mame/includes/starfire.h
index 07c7f693ddf..b97ab955e3a 100644
--- a/src/mame/includes/starfire.h
+++ b/src/mame/includes/starfire.h
@@ -42,11 +42,12 @@ public:
DECLARE_READ8_MEMBER(starfire_videoram_r);
DECLARE_DRIVER_INIT(starfire);
DECLARE_DRIVER_INIT(fireone);
+ virtual void video_start();
};
/*----------- defined in video/starfire.c -----------*/
SCREEN_UPDATE_RGB32( starfire );
-VIDEO_START( starfire );
+