fixed audio buffer.

This commit is contained in:
2025-02-18 11:14:53 -07:00
parent d3bc68924c
commit 2af25cc87c
3 changed files with 74 additions and 52 deletions

View File

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