Re: A85: The Quest III + Conversion Help
[Prev][Next][Index][Thread]
Re: A85: The Quest III + Conversion Help
Try this:
ScrollRight:
ld b, 64
ld hl, VIDEO_MEM
rowLoopR:
push bc
sra (hl)
inc hl
ld b, 15
scrollRBytes:
sra (hl)
jr nc, skipR
inc hl
sra (hl)
set 7, (hl)
dec b
skipR:
inc hl
djnz scrollrBytes
pop bc
djnz rowLoopR
ret
--
Dark Ryder
ICQ#: 8189903
E-Mail: DarkRyder@cyberdude.com
Happiness is inversely proportional to how much you want to upgrade your
computer.
-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GCS/CC/ED/IT/M/MU/P/S/O/AT (!)d-? s++(+):+(++) a?--- C++++$
UB>L+++ P L>+++ E- W+++$ !N o? K- w(---)$ !O M(+)(-) V?
PS+(+++) PE-- Y PGP t*+(+++) 5++ X+ R*+++ tv b+++ DI++++
D++ G++>++++ e*>+++++ h!>++ r-(+) y**++
------END GEEK CODE BLOCK------
References: