diff options
author | 2016-10-21 15:28:22 +0200 | |
---|---|---|
committer | 2016-10-21 15:28:22 +0200 | |
commit | a4f760c7a1ad49e773ba21783c1f3f29d06db149 (patch) | |
tree | ccf9c75740fd6bb8a6d322a65bbb08a0e8321313 /src/devices/sound/tms3615.h | |
parent | 12aa436b966fef173c9c254ecdba36033a475f5a (diff) |
Use new deprecated attribute (nw)
Diffstat (limited to 'src/devices/sound/tms3615.h')
-rw-r--r-- | src/devices/sound/tms3615.h | 3 |
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__ */ |