diff options
author | 2015-12-05 21:20:22 +0100 | |
---|---|---|
committer | 2015-12-05 21:20:56 +0100 | |
commit | 7ab3a5e0fc0c2e259c4011cdfce9684f2609592a (patch) | |
tree | 4fc55cd2e12f2b99b69bacb1dd0dd7d42bde3711 /src/devices/machine/i82541.h | |
parent | 1db2b0d6b40ff3635b637f5e854c5fd62a9db169 (diff) |
override part 3 (nw)
Diffstat (limited to 'src/devices/machine/i82541.h')
-rw-r--r-- | src/devices/machine/i82541.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/i82541.h b/src/devices/machine/i82541.h index 810c4dc7b4a..475a94dc2be 100644 --- a/src/devices/machine/i82541.h +++ b/src/devices/machine/i82541.h @@ -15,8 +15,8 @@ public: i82541_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(registers_map, 32); |