mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 15:48:05 -04:00
dualcore integration in famc, bram cart C code, psp bugfixes
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@294 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
4b167c12c7
commit
8022f53da6
15 changed files with 160 additions and 42 deletions
|
@ -381,7 +381,7 @@ PicoWriteS68k32: @ u32 a, u32 d
|
|||
add r2, r2, #0x110000
|
||||
add r2, r2, #0x002200
|
||||
.if \is_read
|
||||
ldrb r0, [r2, #0x18]
|
||||
ldrb r0, [r2, #0x18] @ Pico_mcd->m.bcram_reg
|
||||
.else
|
||||
strb r1, [r2, #0x18]
|
||||
.endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue