mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-23 07:36:33 +11:00
should enable interrupts by writing a 1
This commit is contained in:
parent
47f8ee5b70
commit
37c29b7ec3
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ InterruptHandler:
|
|||
|
||||
pop {r2}
|
||||
|
||||
mov r1, #0
|
||||
mov r1, #1
|
||||
strh r1, [r2, #8]
|
||||
|
||||
bx lr @ return to bios
|
||||
|
|
Loading…
Add table
Reference in a new issue