diff options
Diffstat (limited to 'src')
-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__ */ |