Working on apu
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user