mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
slightly better z80 vdp reads
This commit is contained in:
parent
12f89605e3
commit
75b84e4b7c
4 changed files with 79 additions and 41 deletions
|
@ -468,7 +468,7 @@ m_read8_vdp:
|
|||
or $t0, $t1
|
||||
bnez $t0, m_read_null # invalid address
|
||||
nop
|
||||
j PicoVideoRead8
|
||||
j PicoRead8_vdp
|
||||
nop
|
||||
|
||||
m_read8_ram:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue