We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7471c00 commit 42e2836Copy full SHA for 42e2836
src/rsrt0.S
@@ -28,7 +28,7 @@ __start:
28
@ See https://problemkaputt.de/gbatek.htm#gbasystemcontrol for reference.
29
ldr r0, =0x04000204
30
ldr r1, =0x4317
31
- str r1, [r0]
+ strh r1, [r0]
32
33
@ copy .data and .text_iwram section to IWRAM
34
ldr r0, =__iwram_lma @ source address
0 commit comments