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 6a04a76 commit 3187eeaCopy full SHA for 3187eea
src/graphx/graphx.asm
@@ -1786,6 +1786,7 @@ gfx_Blit:
1786
call _CheckBlit ; determine blit buffers
1787
ld bc,LcdSize
1788
_Blit_Ldir:
1789
+ call gfx_Wait
1790
ldir ; just do it
1791
jp (iy)
1792
@@ -1861,6 +1862,7 @@ gfx_BlitRectangle:
1861
1862
ld a,(iy+15)
1863
ld iy,0
1864
add iy,de
1865
1866
.loop:
1867
ld bc,0 ; smc for speedz
1868
.width := $-3
0 commit comments