mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-07 08:08:04 -04:00
fix for load-state-after-load crash
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@563 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
3bb7bd19cf
commit
58b75cc51a
3 changed files with 7 additions and 4 deletions
|
@ -49,9 +49,11 @@ SekRunPS:
|
|||
str r2, [r8]
|
||||
str r3, [r10]
|
||||
|
||||
ldr r6, =CycloneJumpTab
|
||||
ldr r1, =SekCycleCnt
|
||||
ldr r0, =((488<<16)-PS_STEP_M68K)
|
||||
ldr r6, =CycloneJumpTab
|
||||
str r6, [r7,#0x54]
|
||||
str r6, [lr,#0x54] @ make copies to avoid literal pools
|
||||
|
||||
@ schedule m68k for the first time..
|
||||
ldr r1, [r1]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue