summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/msm5205.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/msm5205.h')
-rw-r--r--src/emu/sound/msm5205.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/emu/sound/msm5205.h b/src/emu/sound/msm5205.h
index 4a3be8bdb86..fe9114cfd19 100644
--- a/src/emu/sound/msm5205.h
+++ b/src/emu/sound/msm5205.h
@@ -3,6 +3,8 @@
#ifndef __MSM5205_H__
#define __MSM5205_H__
+#include "devlegcy.h"
+
/* an interface for the MSM5205 and similar chips */
/* prescaler selector defines */
@@ -36,7 +38,6 @@ void msm5205_playmode_w(running_device *device, int _select);
void msm5205_set_volume(running_device *device,int volume);
-DEVICE_GET_INFO( msm5205 );
-#define SOUND_MSM5205 DEVICE_GET_INFO_NAME( msm5205 )
+DECLARE_LEGACY_SOUND_DEVICE(MSM5205, msm5205);
#endif /* __MSM5205_H__ */