diff options
Diffstat (limited to 'src/devices/bus/nes/sunsoft.cpp')
-rw-r--r-- | src/devices/bus/nes/sunsoft.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/nes/sunsoft.cpp b/src/devices/bus/nes/sunsoft.cpp index 68510d7788b..2b3b3169f5d 100644 --- a/src/devices/bus/nes/sunsoft.cpp +++ b/src/devices/bus/nes/sunsoft.cpp @@ -613,7 +613,7 @@ WRITE8_MEMBER(nes_sunsoft_5_device::write_h) MACHINE_CONFIG_START(nes_sunsoft_5_device::device_add_mconfig) // additional sound hardware - MCFG_SPEAKER_STANDARD_MONO("addon") + SPEAKER(config, "addon").front_center(); // TODO: this is not how Sunsoft 5B clock signaling works! // The board uses the CLK pin in reality, not hardcoded NTSC values! |