This commit is contained in:
2025-02-16 10:33:06 -07:00
parent 97de875bf2
commit 5934e2e877
3 changed files with 35 additions and 17 deletions

View File

@ -39,7 +39,7 @@ void timer_tick() {
}
}
if((prev_div & (1 << 12)) && (!(ctx.div & (1 << 12)))){
if((prev_div & (1 << 13)) && (!(ctx.div & (1 << 13)))){
audio_tick();
}