summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/beep.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/beep.c')
-rw-r--r--src/emu/sound/beep.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/emu/sound/beep.c b/src/emu/sound/beep.c
index c4df30a1889..61f6492b278 100644
--- a/src/emu/sound/beep.c
+++ b/src/emu/sound/beep.c
@@ -188,3 +188,6 @@ DEVICE_GET_INFO( beep )
case DEVINFO_STR_CREDITS: strcpy(info->s, "Copyright The MESS Team"); break;
}
}
+
+
+DEFINE_LEGACY_SOUND_DEVICE(BEEP, beep);