summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/2608intf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/2608intf.c')
-rw-r--r--src/emu/sound/2608intf.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/emu/sound/2608intf.c b/src/emu/sound/2608intf.c
index c593c1c80f2..21d099b6639 100644
--- a/src/emu/sound/2608intf.c
+++ b/src/emu/sound/2608intf.c
@@ -232,3 +232,6 @@ DEVICE_GET_INFO( ym2608 )
case DEVINFO_STR_CREDITS: strcpy(info->s, "Copyright Nicola Salmoria and the MAME Team"); break;
}
}
+
+
+DEFINE_LEGACY_SOUND_DEVICE(YM2608, ym2608);