mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
should enable interrupts by writing a 1
This commit is contained in:
parent
47f8ee5b70
commit
37c29b7ec3
|
@ -40,7 +40,7 @@ InterruptHandler:
|
|||
|
||||
pop {r2}
|
||||
|
||||
mov r1, #0
|
||||
mov r1, #1
|
||||
strh r1, [r2, #8]
|
||||
|
||||
bx lr @ return to bios
|
||||
|
|
Loading…
Reference in a new issue