We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 269610a commit 51c428fCopy full SHA for 51c428f
src/graphx/graphx.asm
@@ -1693,16 +1693,18 @@ gfx_BlitRectangle:
1693
pop hl
1694
ld a,(iy+15)
1695
ld iy,0
1696
-.loop:
1697
add iy,de
1698
- lea de,iy
+.loop:
1699
ld bc,0 ; smc for speedz
1700
.width := $-3
1701
ldir
+ inc b
1702
+ ld c,$40 ; increment to next line
1703
+ add iy,bc
1704
+ lea de,iy
1705
ld bc,0 ; increment to next line
1706
.delta := $-3
1707
add hl,bc
- ld de,LcdWidth ; increment to next line
1708
dec a
1709
jr nz,.loop
1710
ret
0 commit comments