mephisto_montec: bataais measured mondial beeper (with a guitar tuner) (nw)

This commit is contained in:
hap 2019-07-28 15:19:44 +02:00
parent 485be37af9
commit 0754c32701

View File

@ -15,7 +15,6 @@
TODO:
- split driver into several files?
- verify mondial beeper frequency
- why are megaiv/smondial2 beeps noisy?
**************************************************************************************************/
@ -575,7 +574,7 @@ void mephisto_montec_state::mondial(machine_config &config)
config.device_remove("dac");
config.device_remove("vref");
BEEP(config, m_beeper, 3250).add_route(ALL_OUTPUTS, "speaker", 0.25);
BEEP(config, m_beeper, 2048).add_route(ALL_OUTPUTS, "speaker", 0.25); // measured C7(2093Hz)
}
void mephisto_montec_state::smondial(machine_config &config)