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