mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 12:39:56 +00:00
GRAPHICS: ATARI: Fix special move16 case when w==15
This commit is contained in:
parent
aa8935e447
commit
6c1002aca5
@ -274,7 +274,8 @@ void copyBlit(byte *dst, const byte *src,
|
||||
" moveq #0x0f,d1\n"
|
||||
" and.l d0,d1\n"
|
||||
" neg.l d1\n"
|
||||
" lea (4f,pc,d1.l*2),a1\n"
|
||||
" lea (4f,pc,d1.l*2),a0\n"
|
||||
" move.l a0,a1\n"
|
||||
|
||||
" lsr.l #4,d0\n"
|
||||
" beq.b 3f\n"
|
||||
|
Loading…
Reference in New Issue
Block a user