mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
idle loop hack, psp bugfix, plat debug str
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@566 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
a7efb231fe
commit
fcf94fcc20
10 changed files with 39 additions and 15 deletions
|
@ -99,19 +99,19 @@ cfi_loop:
|
|||
.endm
|
||||
|
||||
idle_bra:
|
||||
mov r5, #4
|
||||
mov r5, #2
|
||||
inc_counter
|
||||
b Op6001
|
||||
|
||||
idle_bne:
|
||||
msr cpsr_flg, r10 ;@ ARM flags = 68000 flags
|
||||
movne r5, #4
|
||||
msr cpsr_flg, r10
|
||||
movne r5, #2 @ 2 is intentional due to strange timing issues
|
||||
inc_counter ne
|
||||
b Op6601
|
||||
|
||||
idle_beq:
|
||||
msr cpsr_flg, r10 ;@ ARM flags = 68000 flags
|
||||
moveq r5, #4
|
||||
moveq r5, #2
|
||||
inc_counter eq
|
||||
b Op6701
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue