Don't need to go through archive.org

This commit is contained in:
Gwilym Kuiper 2021-06-18 22:28:11 +01:00
parent 11a74979eb
commit ea9441f40b

View file

@ -46,7 +46,7 @@ impl Mixer {
}
// I've picked one frequency that works nicely. But there are others that work nicely
// which we may want to consider in the future: https://web.archive.org/web/20070608011909/http://deku.gbadev.org/program/sound1.html
// which we may want to consider in the future: http://deku.gbadev.org/program/sound1.html
const SOUND_FREQUENCY: i32 = 10512;
const SOUND_BUFFER_SIZE: usize = 176;