summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/phoenix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/phoenix.c')
-rw-r--r--src/mame/audio/phoenix.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/audio/phoenix.c b/src/mame/audio/phoenix.c
index 6366313fdc9..fbeb4e8dd41 100644
--- a/src/mame/audio/phoenix.c
+++ b/src/mame/audio/phoenix.c
@@ -554,3 +554,6 @@ DEVICE_GET_INFO( phoenix_sound )
case DEVINFO_STR_SOURCE_FILE: strcpy(info->s, __FILE__); break;
}
}
+
+
+DEFINE_LEGACY_SOUND_DEVICE(PHOENIX, phoenix_sound);