summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/decmxc06.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/decmxc06.h')
-rw-r--r--src/mame/video/decmxc06.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/decmxc06.h b/src/mame/video/decmxc06.h
index c2ff21650f8..a4b58a73195 100644
--- a/src/mame/video/decmxc06.h
+++ b/src/mame/video/decmxc06.h
@@ -26,8 +26,8 @@ public:
void set_pri_type( int type ) { m_priority_type = type; }
protected:
- virtual void device_start();
- virtual void device_reset();
+ virtual void device_start() override;
+ virtual void device_reset() override;
UINT8 m_gfxregion;
int m_priority_type; // just so we can support the existing drivers without converting everything to pdrawgfx just yet