mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 23:58:04 -04:00
vdp sprite rendering fixes
This commit is contained in:
parent
93f41f8e16
commit
ea431e9ebb
2 changed files with 7 additions and 9 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue