summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/tms3615.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/tms3615.h')
-rw-r--r--src/emu/sound/tms3615.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/emu/sound/tms3615.h b/src/emu/sound/tms3615.h
index 46b20287313..ffd5dc8db93 100644
--- a/src/emu/sound/tms3615.h
+++ b/src/emu/sound/tms3615.h
@@ -3,12 +3,13 @@
#ifndef __TMS3615_H__
#define __TMS3615_H__
+#include "devlegcy.h"
+
extern void tms3615_enable_w(running_device *device, int enable);
#define TMS3615_FOOTAGE_8 0
#define TMS3615_FOOTAGE_16 1
-DEVICE_GET_INFO( tms3615 );
-#define SOUND_TMS3615 DEVICE_GET_INFO_NAME( tms3615 )
+DECLARE_LEGACY_SOUND_DEVICE(TMS3615, tms3615);
#endif /* __TMS3615_H__ */