summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/eolith/eolith16.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/eolith/eolith16.cpp')
-rw-r--r--src/mame/eolith/eolith16.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/mame/eolith/eolith16.cpp b/src/mame/eolith/eolith16.cpp
index adb080791ad..fd144026520 100644
--- a/src/mame/eolith/eolith16.cpp
+++ b/src/mame/eolith/eolith16.cpp
@@ -185,12 +185,11 @@ void eolith16_state::eolith16(machine_config &config)
PALETTE(config, "palette", FUNC(eolith16_state::eolith16_palette), 256);
- SPEAKER(config, "lspeaker").front_left();
- SPEAKER(config, "rspeaker").front_right();
+ SPEAKER(config, "speaker", 2).front();
okim6295_device &oki(OKIM6295(config, "oki", XTAL(1'000'000), okim6295_device::PIN7_HIGH));
- oki.add_route(ALL_OUTPUTS, "lspeaker", 1.0);
- oki.add_route(ALL_OUTPUTS, "rspeaker", 1.0);
+ oki.add_route(ALL_OUTPUTS, "speaker", 1.0, 0);
+ oki.add_route(ALL_OUTPUTS, "speaker", 1.0, 1);
}
/*