summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/groundfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/groundfx.h')
-rw-r--r--src/mame/includes/groundfx.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/groundfx.h b/src/mame/includes/groundfx.h
index fddd4393b33..0edd1b04747 100644
--- a/src/mame/includes/groundfx.h
+++ b/src/mame/includes/groundfx.h
@@ -36,10 +36,11 @@ public:
DECLARE_CUSTOM_INPUT_MEMBER(frame_counter_r);
DECLARE_CUSTOM_INPUT_MEMBER(coin_word_r);
DECLARE_DRIVER_INIT(groundfx);
+ virtual void video_start();
};
/*----------- defined in video/groundfx.c -----------*/
-VIDEO_START( groundfx );
+
SCREEN_UPDATE_IND16( groundfx );