mirror of
https://github.com/italicsjenga/gba.git
synced 2025-01-11 03:21:30 +11:00
Use half-word write for WAITCNT access (#160)
Fixes Stub I/O warning in mGBA.
This commit is contained in:
parent
7471c0016d
commit
42e2836507
|
@ -28,7 +28,7 @@ __start:
|
|||
@ See https://problemkaputt.de/gbatek.htm#gbasystemcontrol for reference.
|
||||
ldr r0, =0x04000204
|
||||
ldr r1, =0x4317
|
||||
str r1, [r0]
|
||||
strh r1, [r0]
|
||||
|
||||
@ copy .data and .text_iwram section to IWRAM
|
||||
ldr r0, =__iwram_lma @ source address
|
||||
|
|
Loading…
Reference in a new issue