mirror of
https://github.com/holub/mame
synced 2025-06-24 13:26:36 +03:00
bus/thomson/speech.cpp: Fix sound routing
This commit is contained in:
parent
e11462b92c
commit
b9e8f970c4
@ -32,7 +32,7 @@ void thomson_speech_device::io_map(address_map &map)
|
|||||||
void thomson_speech_device::device_add_mconfig(machine_config &config)
|
void thomson_speech_device::device_add_mconfig(machine_config &config)
|
||||||
{
|
{
|
||||||
mea8000_device &mea8000(MEA8000(config, "mea8000", 4_MHz_XTAL));
|
mea8000_device &mea8000(MEA8000(config, "mea8000", 4_MHz_XTAL));
|
||||||
mea8000.add_route(ALL_OUTPUTS, "mono", 1.0);
|
mea8000.add_route(ALL_OUTPUTS, "speaker", 1.0);
|
||||||
|
|
||||||
// FIXME: actually drives main speaker through the sound line on the bus
|
// FIXME: actually drives main speaker through the sound line on the bus
|
||||||
SPEAKER(config, "speaker").front_center();
|
SPEAKER(config, "speaker").front_center();
|
||||||
|
Loading…
Reference in New Issue
Block a user