summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/zsg2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/zsg2.h')
-rw-r--r--src/emu/sound/zsg2.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/emu/sound/zsg2.h b/src/emu/sound/zsg2.h
index 27c72cd367c..209b20141c1 100644
--- a/src/emu/sound/zsg2.h
+++ b/src/emu/sound/zsg2.h
@@ -16,7 +16,6 @@ struct _zsg2_interface
const char *samplergn;
};
-DEVICE_GET_INFO( zsg2 );
-#define SOUND_ZSG2 DEVICE_GET_INFO_NAME( zsg2 )
+DECLARE_LEGACY_SOUND_DEVICE(ZSG2, zsg2);
#endif /* __ZSG2_H__ */