summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-10-21 15:28:22 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2016-10-21 15:28:22 +0200
commita4f760c7a1ad49e773ba21783c1f3f29d06db149 (patch)
treeccf9c75740fd6bb8a6d322a65bbb08a0e8321313
parent12aa436b966fef173c9c254ecdba36033a475f5a (diff)
Use new deprecated attribute (nw)
-rw-r--r--src/devices/sound/tms3615.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/sound/tms3615.h b/src/devices/sound/tms3615.h
index c63ef18e7c3..33f561b114f 100644
--- a/src/devices/sound/tms3615.h
+++ b/src/devices/sound/tms3615.h
@@ -55,7 +55,8 @@ private:
int m_enable; /* mask which tones to play */
};
-extern ATTR_DEPRECATED const device_type TMS3615;
+[[deprecated("Use TMS36XX instead")]]
+extern const device_type TMS3615;
#endif /* __TMS3615_H__ */