summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/dave.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/dave.h')
-rw-r--r--src/devices/sound/dave.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/sound/dave.h b/src/devices/sound/dave.h
index 15d1b5a91a9..61e26608f00 100644
--- a/src/devices/sound/dave.h
+++ b/src/devices/sound/dave.h
@@ -23,7 +23,8 @@
///*************************************************************************
#define MCFG_DAVE_ADD(_tag, _clock, _program_map, _io_map) \
- MCFG_SPEAKER_STANDARD_STEREO("lspeaker", "rspeaker") \
+ SPEAKER(config, "lspeaker").front_left(); \
+ SPEAKER(config, "rspeaker").front_right(); \
MCFG_DEVICE_ADD(_tag, DAVE, _clock) \
MCFG_SOUND_ROUTE(0, "lspeaker", 0.25) \
MCFG_SOUND_ROUTE(1, "rspeaker", 0.25) \