summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/scsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/scsp.h')
-rw-r--r--src/emu/sound/scsp.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/emu/sound/scsp.h b/src/emu/sound/scsp.h
index 998f7ce1a0c..a9cc806dbed 100644
--- a/src/emu/sound/scsp.h
+++ b/src/emu/sound/scsp.h
@@ -7,6 +7,8 @@
#ifndef __SCSP_H__
#define __SCSP_H__
+#include "devlegcy.h"
+
typedef struct _scsp_interface scsp_interface;
struct _scsp_interface
{
@@ -26,7 +28,6 @@ READ16_DEVICE_HANDLER( scsp_midi_out_r );
extern UINT32* stv_scu;
-DEVICE_GET_INFO( scsp );
-#define SOUND_SCSP DEVICE_GET_INFO_NAME( scsp )
+DECLARE_LEGACY_SOUND_DEVICE(SCSP, scsp);
#endif /* __SCSP_H__ */