summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/upd7759.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/upd7759.h')
-rw-r--r--src/emu/sound/upd7759.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/emu/sound/upd7759.h b/src/emu/sound/upd7759.h
index ddc4490e9f2..435a4bbee25 100644
--- a/src/emu/sound/upd7759.h
+++ b/src/emu/sound/upd7759.h
@@ -3,6 +3,8 @@
#ifndef __UPD7759_H__
#define __UPD7759_H__
+#include "devlegcy.h"
+
/* There are two modes for the uPD7759, selected through the !MD pin.
This is the mode select input. High is stand alone, low is slave.
We're making the assumption that nobody switches modes through
@@ -23,7 +25,6 @@ void upd7759_start_w(running_device *device, UINT8 data);
int upd7759_busy_r(running_device *device);
WRITE8_DEVICE_HANDLER( upd7759_port_w );
-DEVICE_GET_INFO( upd7759 );
-#define SOUND_UPD7759 DEVICE_GET_INFO_NAME( upd7759 )
+DECLARE_LEGACY_SOUND_DEVICE(UPD7759, upd7759);
#endif /* __UPD7759_H__ */