Working on apu

This commit is contained in:
2025-02-17 21:22:13 -07:00
parent 4823aeae93
commit 020feb2a6f
7 changed files with 100 additions and 31 deletions

View File

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