summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/gf7600gs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/gf7600gs.h')
-rw-r--r--src/devices/video/gf7600gs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/video/gf7600gs.h b/src/devices/video/gf7600gs.h
index 1d336ee5454..ddd36edae40 100644
--- a/src/devices/video/gf7600gs.h
+++ b/src/devices/video/gf7600gs.h
@@ -13,8 +13,8 @@ public:
geforce_7600gs_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
protected:
- virtual void device_start();
- virtual void device_reset();
+ virtual void device_start() override;
+ virtual void device_reset() override;
private:
DECLARE_ADDRESS_MAP(map1, 32);