segas16.cpp: global volume was greater than 1.0, OPM didn't like it (nw)

This commit is contained in:
angelosa 2019-08-02 03:40:52 +02:00
parent 95b60c1a49
commit eee65475c9

View File

@ -4213,7 +4213,7 @@ void segas16b_state::dfjail(machine_config &config)
//config.device_remove("ym2151");
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"));
vref.add_route(0, "dac", 1.0, DAC_VREF_POS_INPUT);
vref.add_route(0, "dac", -1.0, DAC_VREF_NEG_INPUT);