Working on audio tests

This commit is contained in:
Samuel Walker
2025-02-13 14:16:37 -07:00
parent fc67151bfa
commit 8fc7992ca5
3 changed files with 13 additions and 8 deletions

View File

@ -119,4 +119,4 @@ void cpu_set_ie_register(u8 ie){
void cpu_request_interrupt(interrupt_type t) {
ctx.int_flags |= t;
}
}