diff options
Diffstat (limited to 'src/mame/drivers/rmhaihai.cpp')
-rw-r--r-- | src/mame/drivers/rmhaihai.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/rmhaihai.cpp b/src/mame/drivers/rmhaihai.cpp index 3fda02ffb19..9ab6847225c 100644 --- a/src/mame/drivers/rmhaihai.cpp +++ b/src/mame/drivers/rmhaihai.cpp @@ -68,7 +68,7 @@ public: DECLARE_WRITE8_MEMBER(adpcm_w); DECLARE_DRIVER_INIT(rmhaihai); - virtual void video_start(); + virtual void video_start() override; DECLARE_MACHINE_START(themj); DECLARE_MACHINE_RESET(themj); |