mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
68k, allow cyclone execution from address 0
This commit is contained in:
parent
bd07808352
commit
ef4f41a855
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ cyclone_checkpc:
|
|||
and r3, r0, #0xff000000
|
||||
bic r0, r0, #1
|
||||
bics r2, r0, #0xff000000
|
||||
beq crashed
|
||||
@ ouf, some Codemasters titles actually start at address 0
|
||||
@ beq crashed
|
||||
|
||||
ldr r1, [r7, #0x6c] @ read16 map
|
||||
mov r2, r2, lsr #M68K_MEM_SHIFT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue