mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
optimizations, fixes, hacks, psp, ...
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@295 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
8022f53da6
commit
b542be4686
37 changed files with 928 additions and 548 deletions
|
@ -425,8 +425,10 @@ m_read8_z80_misc:
|
|||
andi $t0, 1
|
||||
beqz $t0, m_read8_fake_ym2612
|
||||
lui $t0, %hi(Pico+0x22208)
|
||||
j YM2612Read_
|
||||
nop
|
||||
lui $t0, %hi(ym2612_st)
|
||||
lw $t0, %lo(ym2612_st)($t0)
|
||||
jr $ra
|
||||
lb $v0, 0x11($t0)
|
||||
|
||||
m_read8_fake_ym2612:
|
||||
lb $v0, %lo(Pico+0x22208)($t0) # Pico.m.rotate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue