summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/apogee.cpp
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2018-05-10 00:30:00 +1000
committer Vas Crabb <vas@vastheman.com>2018-05-10 00:30:00 +1000
commite93b99f9364f34bc2b47e389d0afaa61a3f2f307 (patch)
treec3b3ca56af7b43f0a70aeab52ec5bde087670eeb /src/mame/drivers/apogee.cpp
parent21cadd2246cbc2e0117233b200d1735b31cb4e77 (diff)
(nw) remove more low-value macros and add a couple more constructor options
Diffstat (limited to 'src/mame/drivers/apogee.cpp')
-rw-r--r--src/mame/drivers/apogee.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/apogee.cpp b/src/mame/drivers/apogee.cpp
index e280fde1833..365bf5c07fc 100644
--- a/src/mame/drivers/apogee.cpp
+++ b/src/mame/drivers/apogee.cpp
@@ -254,8 +254,7 @@ MACHINE_CONFIG_START(apogee_state::apogee)
MCFG_PALETTE_INIT_OWNER(apogee_state,radio86)
SPEAKER(config, "mono").front_center();
- MCFG_SOUND_WAVE_ADD(WAVE_TAG, "cassette")
- MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.25)
+ WAVE(config, "wave", "cassette").add_route(ALL_OUTPUTS, "mono", 0.25);
MCFG_DEVICE_ADD("speaker", SPEAKER_SOUND)
MCFG_SPEAKER_LEVELS(4, speaker_levels)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.75)