mirror of
https://github.com/holub/mame
synced 2025-04-26 10:13:37 +03:00
segas16.cpp: global volume was greater than 1.0, OPM didn't like it (nw)
This commit is contained in:
parent
95b60c1a49
commit
eee65475c9
@ -4213,7 +4213,7 @@ void segas16b_state::dfjail(machine_config &config)
|
|||||||
//config.device_remove("ym2151");
|
//config.device_remove("ym2151");
|
||||||
config.device_remove("upd");
|
config.device_remove("upd");
|
||||||
|
|
||||||
AD7533(config, m_dac, 0).add_route(ALL_OUTPUTS, "mono", 1.0); // AD7533KN
|
AD7533(config, m_dac, 0).add_route(ALL_OUTPUTS, "mono", 0.25); // AD7533KN
|
||||||
voltage_regulator_device &vref(VOLTAGE_REGULATOR(config, "vref"));
|
voltage_regulator_device &vref(VOLTAGE_REGULATOR(config, "vref"));
|
||||||
vref.add_route(0, "dac", 1.0, DAC_VREF_POS_INPUT);
|
vref.add_route(0, "dac", 1.0, DAC_VREF_POS_INPUT);
|
||||||
vref.add_route(0, "dac", -1.0, DAC_VREF_NEG_INPUT);
|
vref.add_route(0, "dac", -1.0, DAC_VREF_NEG_INPUT);
|
||||||
|
Loading…
Reference in New Issue
Block a user