mirror of
https://github.com/holub/mame
synced 2025-10-06 09:00:04 +03:00
taito_z: put subwoofer closer to observer than front centre (nw)
This commit is contained in:
parent
6c11b3ce01
commit
4720e8cc11
@ -3304,7 +3304,7 @@ MACHINE_CONFIG_START(taitoz_state::chasehq)
|
||||
/* sound hardware */
|
||||
SPEAKER(config, "front", 0.0, 0.0, 1.0);
|
||||
SPEAKER(config, "rear", 0.0, 0.0, -0.5);
|
||||
SPEAKER(config, "subwoofer", 0.0, 0.0, 1.0);
|
||||
SPEAKER(config, "subwoofer", 0.0, 0.0, 0.5);
|
||||
|
||||
MCFG_DEVICE_ADD("ymsnd", YM2610, 16000000/2)
|
||||
MCFG_YM2610_IRQ_HANDLER(INPUTLINE("audiocpu", 0))
|
||||
@ -3624,7 +3624,7 @@ MACHINE_CONFIG_START(taitoz_state::nightstr)
|
||||
/* sound hardware */
|
||||
SPEAKER(config, "front", 0.0, 0.0, 1.0);
|
||||
SPEAKER(config, "rear", 0.0, 0.0, -0.5);
|
||||
SPEAKER(config, "subwoofer", 0.0, 0.0, 1.0);
|
||||
SPEAKER(config, "subwoofer", 0.0, 0.0, 0.5);
|
||||
|
||||
MCFG_DEVICE_ADD("ymsnd", YM2610, 16000000/2)
|
||||
MCFG_YM2610_IRQ_HANDLER(INPUTLINE("audiocpu", 0))
|
||||
|
Loading…
Reference in New Issue
Block a user