summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tecmo_mix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/tecmo_mix.h')
-rw-r--r--src/mame/video/tecmo_mix.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/tecmo_mix.h b/src/mame/video/tecmo_mix.h
index 8c70bef9df2..21ac7b83bf6 100644
--- a/src/mame/video/tecmo_mix.h
+++ b/src/mame/video/tecmo_mix.h
@@ -19,8 +19,8 @@ public:
static void set_bgpen(device_t &device, int bgpen);
protected:
- virtual void device_start();
- virtual void device_reset();
+ virtual void device_start() override;
+ virtual void device_reset() override;
// mixer shifts
int m_sprpri_shift;