summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/i8214.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-12-05 21:20:22 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2015-12-05 21:20:56 +0100
commit7ab3a5e0fc0c2e259c4011cdfce9684f2609592a (patch)
tree4fc55cd2e12f2b99b69bacb1dd0dd7d42bde3711 /src/devices/machine/i8214.h
parent1db2b0d6b40ff3635b637f5e854c5fd62a9db169 (diff)
override part 3 (nw)
Diffstat (limited to 'src/devices/machine/i8214.h')
-rw-r--r--src/devices/machine/i8214.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/i8214.h b/src/devices/machine/i8214.h
index 62e7f98fd51..8a9c631bc76 100644
--- a/src/devices/machine/i8214.h
+++ b/src/devices/machine/i8214.h
@@ -67,7 +67,7 @@ public:
protected:
// device-level overrides
- virtual void device_start();
+ virtual void device_start() override;
private:
inline void trigger_interrupt(int level);