vdp sprite rendering fixes

This commit is contained in:
kub 2020-03-01 18:50:55 +01:00
parent 93f41f8e16
commit ea431e9ebb
2 changed files with 7 additions and 9 deletions

View file

@ -796,8 +796,6 @@ DrawTilesFromCache:
bic r4, r1, #0xfe00
add r1, r11, r4 @ r1=pdest
movs r7, r6, lsl #16
bpl .dtfc_loop @ !(code & 0x8000)
cmp r5, r7, lsr #16
beq .dtfc_samecode @ if (code==prevcode)