summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/8950intf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/8950intf.h')
-rw-r--r--src/emu/sound/8950intf.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/emu/sound/8950intf.h b/src/emu/sound/8950intf.h
index a838cf05103..4487ea8a6f6 100644
--- a/src/emu/sound/8950intf.h
+++ b/src/emu/sound/8950intf.h
@@ -3,6 +3,8 @@
#ifndef __8950INTF_H__
#define __8950INTF_H__
+#include "devlegcy.h"
+
typedef struct _y8950_interface y8950_interface;
struct _y8950_interface
{
@@ -22,7 +24,6 @@ READ8_DEVICE_HANDLER( y8950_read_port_r );
WRITE8_DEVICE_HANDLER( y8950_control_port_w );
WRITE8_DEVICE_HANDLER( y8950_write_port_w );
-DEVICE_GET_INFO( y8950 );
-#define SOUND_Y8950 DEVICE_GET_INFO_NAME( y8950 )
+DECLARE_LEGACY_SOUND_DEVICE(Y8950, y8950);
#endif /* __8950INTF_H__ */