Re: A86: draw cursor?
[Prev][Next][Index][Thread]
Re: A86: draw cursor?
Just make your own. It's a really simple shape.
.db %00100000
.db %00100000
.db %11011000
.db %00100000
.db %00100000
.db %00000000
.db %00000000
.db %00000000
In a message dated 12/5/98 10:09:13 PM Pacific Standard Time,
rabidcow@juno.com writes:
> i don't understand.
> you mean like a bitmap? probly not, but it'd be like 5 bytes max.
> or do you mean the screen coordinates of the cursor? that's probly
> _penCol,_penRow, but i haven't checked
>
> -josh
>
> On Sat, 5 Dec 1998 23:05:14 -0800 "JBrett" <tbarwick@esn.net> writes:
> >
> >But isn't there a ram location for that little sprite thing?