mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
cleanup and microoptimizations in SH2 hw handling
This commit is contained in:
parent
f740428b81
commit
fe344bd3d8
12 changed files with 308 additions and 247 deletions
|
@ -18,6 +18,7 @@
|
|||
|
||||
.text
|
||||
|
||||
#if 0
|
||||
@ u32 a, SH2 *sh2
|
||||
.global sh2_read8_rom
|
||||
.global sh2_read8_sdram
|
||||
|
@ -31,6 +32,7 @@
|
|||
.global sh2_read32_sdram
|
||||
.global sh2_read32_da
|
||||
.global sh2_read32_dram
|
||||
#endif
|
||||
|
||||
@ u32 a, u32 d, SH2 *sh2
|
||||
.global sh2_write8_sdram
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue