CODE |
ec1... For(A,0,62 For(B,0,94 PxlChange(A,B End End ...c2 |
QUOTE (xlibman @ 31 Jan, 2007, 9:44) |
xlib can do it with the rectangle libraries, see xlib guru for function details. (I may post more details later) |
QUOTE (Delnar_Ersike @ 31 Jan, 2007, 17:37) | ||
QuoteBegin-xlibman+31 Jan, 2007, 9:44-->
stupid me, I forgot about the DrawShape: Inverted Rectangle feature in xLib :paf: ![]() |
CODE |
ec1:real(12,8,0,0,95,63c2 |
CODE |
ec1 ld hl,plotsscreen ld b,4 loop1: push bc ld b,192 loop2: ld a,(hl) xor 255 ld (hl),a djnz loop2 pop bc djnz loop1 ret c2 |