audio buffer implemented but poppy

This commit is contained in:
2025-02-17 23:18:17 -07:00
parent 5668389488
commit ea91ebf5c3
3 changed files with 100 additions and 69 deletions

View File

@ -43,7 +43,7 @@ void timer_tick() {
audio_tick();
}
if((prev_div & (1 << 1)) && (!(ctx.div & (1 << 1)))){
if((prev_div & (1 << 0)) && (!(ctx.div & (1 << 0)))){
audio_period_tick();
}
}