Re: A86: Re: Input (yes another input question)
[Prev][Next][Index][Thread]
Re: A86: Re: Input (yes another input question)
>UnEven Software wrote:
>
> OMG you mean I actually thought of an easy way to do something that was
> correct! Coolness. Another question would it work if I copied the
> input to a ROM address? The only way I can think to implement that is
> to write it to $fc00 so it displays it (wouldn't it?) and that would be
> an easy way for whoever was trying to display key codes to do that.
I am by no means an expert at this, but if you write ascii values to the
screen memory at $FC00, it would just turn on a line of garbage pixels,
not display numbers, wouldn't it?
References: