[A83] Re: variable horizontal line routine?
[Prev][Next][Index][Thread]
[A83] Re: variable horizontal line routine?
At 14:15 2001-06-01, you wrote:
> ld IX,pixtable ; Look up in table where line should start
> add IX,de
> ld a,(IX+0) ; and load this
>
> ld (HL),a
>
> ld a,12 <--- maybe this should be 11 or something.
Just one thing.
that
ld (hl),a
should be
or (HL)
ld (HL),a
Otherwise it wouldn't look good on nonclear screens.
as I said, long time since. please try it, it should work.
it destroys regs obviously. push and pop them if you don't want it too :)
///Olle
References: