summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/vigilant.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/vigilant.h')
-rw-r--r--src/mame/includes/vigilant.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/vigilant.h b/src/mame/includes/vigilant.h
index e7d8b78278f..52b88897e7e 100644
--- a/src/mame/includes/vigilant.h
+++ b/src/mame/includes/vigilant.h
@@ -38,7 +38,8 @@ public:
DECLARE_WRITE8_MEMBER(vigilant_horiz_scroll_w);
DECLARE_WRITE8_MEMBER(vigilant_rear_horiz_scroll_w);
DECLARE_WRITE8_MEMBER(vigilant_rear_color_w);
- virtual void video_start();
+ virtual void machine_start();
+ virtual void video_start();
virtual void video_reset();
UINT32 screen_update_vigilant(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
UINT32 screen_update_kikcubic(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);