mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-25 01:01: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}
|
pop {r2}
|
||||||
|
|
||||||
mov r1, #0
|
mov r1, #1
|
||||||
strh r1, [r2, #8]
|
strh r1, [r2, #8]
|
||||||
|
|
||||||
bx lr @ return to bios
|
bx lr @ return to bios
|
||||||
|
|
Loading…
Reference in a new issue