This commit is contained in:
tildearrow 2022-02-13 18:13:29 -05:00
parent f11377ba1a
commit d2d60c4f1a
1 changed files with 0 additions and 1 deletions

View File

@ -90,7 +90,6 @@ void DivPlatformSMS::tick() {
}
if (chan[3].freqChanged) {
rWrite(0xc0|(chan[3].freq&15));
rWrite(chan[3].freq>>4);
}