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