summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/exidy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/exidy.c')
-rw-r--r--src/mame/audio/exidy.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/mame/audio/exidy.c b/src/mame/audio/exidy.c
index 124a5eed78d..35b6a78bd5c 100644
--- a/src/mame/audio/exidy.c
+++ b/src/mame/audio/exidy.c
@@ -801,7 +801,7 @@ static DEVICE_RESET( venture_sound )
}
-static DEVICE_GET_INFO( venture_sound )
+DEVICE_GET_INFO( venture_sound )
{
switch (state)
{
@@ -815,8 +815,7 @@ static DEVICE_GET_INFO( venture_sound )
}
}
-
-#define SOUND_EXIDY_VENTURE DEVICE_GET_INFO_NAME( venture_sound )
+DECLARE_LEGACY_SOUND_DEVICE(EXIDY_VENTURE, venture_sound);
static ADDRESS_MAP_START( venture_audio_map, ADDRESS_SPACE_PROGRAM, 8 )
@@ -1027,7 +1026,7 @@ static DEVICE_RESET( victory_sound )
}
-static DEVICE_GET_INFO( victory_sound )
+DEVICE_GET_INFO( victory_sound )
{
switch (state)
{
@@ -1042,7 +1041,7 @@ static DEVICE_GET_INFO( victory_sound )
}
-#define SOUND_EXIDY_VICTORY DEVICE_GET_INFO_NAME( victory_sound )
+DECLARE_LEGACY_SOUND_DEVICE(EXIDY_VICTORY, victory_sound);
static ADDRESS_MAP_START( victory_audio_map, ADDRESS_SPACE_PROGRAM, 8 )