summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/sn76477.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/sn76477.h')
-rw-r--r--src/emu/sound/sn76477.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/sound/sn76477.h b/src/emu/sound/sn76477.h
index 45c9120b751..5ff843bed5c 100644
--- a/src/emu/sound/sn76477.h
+++ b/src/emu/sound/sn76477.h
@@ -38,6 +38,7 @@
#ifndef __SN76477_H__
#define __SN76477_H__
+#include "devlegcy.h"
#include "machine/rescap.h"
@@ -124,7 +125,6 @@ void sn76477_attack_decay_cap_voltage_w(running_device *device, double data);
void sn76477_vco_voltage_w(running_device *device, double data);
void sn76477_pitch_voltage_w(running_device *device, double data);
-DEVICE_GET_INFO( sn76477 );
-#define SOUND_SN76477 DEVICE_GET_INFO_NAME( sn76477 )
+DECLARE_LEGACY_SOUND_DEVICE(SN76477, sn76477);
#endif/* __SN76477_H__ */