mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
minor adjustments for Cyclone
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@420 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
99464b6230
commit
ce5be1b51a
5 changed files with 12 additions and 392 deletions
|
@ -28,7 +28,7 @@
|
|||
.global SekRunPS @ cyc_m68k, cyc_s68k
|
||||
|
||||
SekRunPS:
|
||||
stmfd sp!, {r4-r11,lr}
|
||||
stmfd sp!, {r4-r8,r10,r11,lr}
|
||||
sub sp, sp, #2*4 @ sp[0] = main_cycle_cnt, sp[4] = run_cycle_cnt
|
||||
|
||||
@ override CycloneEnd for both contexts
|
||||
|
@ -136,7 +136,7 @@ SekRunPS_end:
|
|||
str r0, [lr,#0x98]
|
||||
@ return
|
||||
add sp, sp, #2*4
|
||||
ldmfd sp!, {r4-r11,pc}
|
||||
ldmfd sp!, {r4-r8,r10,r11,pc}
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue