summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/misc/cupidon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/misc/cupidon.cpp')
-rw-r--r--src/mame/misc/cupidon.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/misc/cupidon.cpp b/src/mame/misc/cupidon.cpp
index 9e5a2114780..0dc6ed242f6 100644
--- a/src/mame/misc/cupidon.cpp
+++ b/src/mame/misc/cupidon.cpp
@@ -114,8 +114,7 @@ void cupidon_state::cupidon(machine_config &config)
PALETTE(config, "palette").set_entries(0x10000);
- SPEAKER(config, "lspeaker").front_left();
- SPEAKER(config, "rspeaker").front_right();
+ SPEAKER(config, "speaker", 2).front();
/* unknown sound, probably DAC driven using 68340 DMA */
}