summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/st0020.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/st0020.h')
-rw-r--r--src/mame/video/st0020.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/st0020.h b/src/mame/video/st0020.h
index af00d3e9f93..cff7f8f1f99 100644
--- a/src/mame/video/st0020.h
+++ b/src/mame/video/st0020.h
@@ -33,8 +33,8 @@ public:
DECLARE_WRITE16_MEMBER(st0020_sprram_w);
protected:
- virtual void device_start();
- virtual void device_reset();
+ virtual void device_start() override;
+ virtual void device_reset() override;
private: