summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/jedi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/jedi.h')
-rw-r--r--src/mame/includes/jedi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/jedi.h b/src/mame/includes/jedi.h
index ba12b49e08e..e6b0ce9b6ba 100644
--- a/src/mame/includes/jedi.h
+++ b/src/mame/includes/jedi.h
@@ -67,7 +67,7 @@ protected:
virtual void machine_reset() override;
virtual void sound_start() override;
virtual void sound_reset() override;
- DECLARE_VIDEO_START(jedi);
+ virtual void video_start() override;
DECLARE_WRITE_LINE_MEMBER(foreground_bank_w);
DECLARE_WRITE_LINE_MEMBER(video_off_w);
uint32_t screen_update_jedi(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);