1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-02 20:30:00 +00:00

Lowers audio frequency cut-off. Still doing this by ear.

This commit is contained in:
Thomas Harte 2020-03-02 23:11:09 -05:00
parent 32136b75cd
commit 9225c4ef70

View File

@ -62,7 +62,7 @@ class ConcreteMachine:
set_clock_rate(2000000);
speaker_.set_input_rate(2000000 / SoundGenerator::clock_rate_divider);
speaker_.set_high_frequency_cutoff(7000);
speaker_.set_high_frequency_cutoff(6000);
const std::string machine_name = "Electron";
std::vector<ROMMachine::ROM> required_roms = {