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