summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/segasnd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/segasnd.c')
-rw-r--r--src/mame/audio/segasnd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/audio/segasnd.c b/src/mame/audio/segasnd.c
index 77d0a0eed66..62508a78307 100644
--- a/src/mame/audio/segasnd.c
+++ b/src/mame/audio/segasnd.c
@@ -729,7 +729,7 @@ static DEVICE_START( usb_sound )
}
-static DEVICE_GET_INFO( usb_sound )
+DEVICE_GET_INFO( usb_sound )
{
switch (state)
{
@@ -742,7 +742,7 @@ static DEVICE_GET_INFO( usb_sound )
}
}
-#define SOUND_USB DEVICE_GET_INFO_NAME(usb_sound)
+DECLARE_LEGACY_SOUND_DEVICE(USB, usb_sound);