diff options
Diffstat (limited to 'gba/start')
-rw-r--r-- | gba/start/pkjb_crt0.s | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gba/start/pkjb_crt0.s b/gba/start/pkjb_crt0.s index 1bf5bd7..0d9d657 100644 --- a/gba/start/pkjb_crt0.s +++ b/gba/start/pkjb_crt0.s | |||
@@ -85,6 +85,10 @@ start_vector: | |||
85 | ldr r1, =0x4000084 | 85 | ldr r1, =0x4000084 |
86 | mov r0, #0x8F | 86 | mov r0, #0x8F |
87 | strh r0, [r1] | 87 | strh r0, [r1] |
88 | @; Also turn interrupts back on | ||
89 | ldr r1, =0x4000208 | ||
90 | mov r0, #1 | ||
91 | str r0, [r1] | ||
88 | pop {pc} | 92 | pop {pc} |
89 | 93 | ||
90 | @--------------------------------------------------------------------------------- | 94 | @--------------------------------------------------------------------------------- |