mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 13:42:47 +00:00
Fix bootfirm version
This commit is contained in:
parent
c1945fa82b
commit
0eaa971b50
@ -5,7 +5,7 @@
|
|||||||
#include <arm.h>
|
#include <arm.h>
|
||||||
#include <vram.h>
|
#include <vram.h>
|
||||||
|
|
||||||
.equ ARG_MAGIC, 0x0000BEEF
|
.equ ARG_MAGIC, 0x0003BEEF
|
||||||
.equ MPCORE_LD, 0x27FFFB00
|
.equ MPCORE_LD, 0x27FFFB00
|
||||||
.equ STUB_LOC, 0x27FFFC00
|
.equ STUB_LOC, 0x27FFFC00
|
||||||
.equ ARGV_LOC, 0x27FFFE00
|
.equ ARGV_LOC, 0x27FFFE00
|
||||||
@ -80,7 +80,7 @@ BootFirm_stub:
|
|||||||
@ Registers:
|
@ Registers:
|
||||||
@ R0 = 0x1 or 0x2
|
@ R0 = 0x1 or 0x2
|
||||||
@ R1 = 0x23FFFE10
|
@ R1 = 0x23FFFE10
|
||||||
@ R2 = 0x0000BEEF
|
@ R2 = 0x0003BEEF
|
||||||
@ R3-R14 are undefined
|
@ R3-R14 are undefined
|
||||||
|
|
||||||
@ Check screen-init flag
|
@ Check screen-init flag
|
||||||
|
Loading…
x
Reference in New Issue
Block a user