summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/disc_wav.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-12-05 20:32:27 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2015-12-05 21:20:53 +0100
commit1c4865d66ff88a6891ebdde4580c3d61ee46ffa2 (patch)
tree268936fc8389b1a2adb8bfc3fa3006f12a4ccc95 /src/devices/sound/disc_wav.h
parente8516832e941e39fa1db11211249afa9f015e7bb (diff)
override part 1 (nw)
Diffstat (limited to 'src/devices/sound/disc_wav.h')
-rw-r--r--src/devices/sound/disc_wav.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/sound/disc_wav.h b/src/devices/sound/disc_wav.h
index 4775dd8fe68..dfc9d4d215f 100644
--- a/src/devices/sound/disc_wav.h
+++ b/src/devices/sound/disc_wav.h
@@ -124,8 +124,8 @@ public:
TYPE_MASK = 0x0f,
OUT_IS_LOGIC = 0x10
};
- void step(void);
- void reset(void);
+ void step(void) override;
+ void reset(void) override;
protected:
inline double tftab(double x);
inline double tf(double x);