diff options
Diffstat (limited to 'src/devices/video/tea1002.h')
-rw-r--r-- | src/devices/video/tea1002.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/tea1002.h b/src/devices/video/tea1002.h index ee01a2178b2..b06d798b720 100644 --- a/src/devices/video/tea1002.h +++ b/src/devices/video/tea1002.h @@ -51,7 +51,7 @@ public: protected: // device_t overrides - virtual void device_start(); + virtual void device_start() override; private: static const int m_tint = -6; // what is this based on? |