slightly better z80 vdp reads

This commit is contained in:
notaz 2017-10-01 00:59:44 +03:00
parent 12f89605e3
commit 75b84e4b7c
4 changed files with 79 additions and 41 deletions

View file

@ -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: