9.6+ emunand!

This commit is contained in:
Reisyukaku
2016-01-13 15:16:03 -05:00
parent b914674325
commit 1f0a8f692a
10 changed files with 210 additions and 210 deletions

View File

@@ -11,7 +11,7 @@
.type fopen9, %function
fopen9:
push {r0-r6, lr}
ldr r4, =0x0805B015
ldr r4, =0x0805B181
blx r4
pop {r0-r6, pc}
.pool
@@ -21,7 +21,7 @@
.type fwrite9, %function
fwrite9:
push {r4, lr}
ldr r4, =0x0805C379
ldr r4, =0x0805C4D1
blx r4
pop {r4, pc}
.pool
@@ -41,7 +41,7 @@
.type fclose9, %function
fclose9:
push {r4, lr}
ldr r4, =0x08053C6D
ldr r4, =0x08053CF9
blx r4
pop {r4, pc}
.pool
@@ -51,7 +51,7 @@
.type fsize9, %function
fsize9:
push {r4, lr}
ldr r4, =0x0805C175
ldr r4, =0x0805C2CD
blx r4
pop {r4, pc}
.pool

View File

@@ -16,5 +16,5 @@ _start:
ldr r4, =0x1
svc 0x8
pop {r0-r12 , lr}
ldr r0, =0x80CB0A8
ldr pc, =0x080860B4
ldr r0, =0x80CB028
ldr pc, =0x08086144

View File

@@ -79,8 +79,7 @@ void thread(void){
screenShot(BOT_FRAME);
}
if(isPressed(BUTTON_START | BUTTON_X)){
memdump(L"sdmc:/AXIWRAM.bin", AXIWRAM, 0x00080000);
memdump(L"sdmc:/FCRAM.bin", FCRAM, 0x010000000);
memdump(L"sdmc:/BootRom.bin", 0xFFFF0000, 0x8000);
}
patches();
}