Re: A86: Re: Down+Left
[Prev][Next][Index][Thread]
Re: A86: Re: Down+Left
i don't think patching in this manner would work. what must be done is,
the key handling routines must be completely overhauled and then you
must jump to the remaining interrupt at $0066 that DOESN't handle key
presses.
BTW does anyone have any use for a program which enables key repeats for
all keys?
Dux Gregis wrote:
>
> > Maybe we could rewrite the interrupt using that pop hl method. That
> > could serve as the "patch" people were saying couldn't happen.
>
> The easiest way I can think of to patch it, is to call 66h and then fix
> the getkey if down and left are pressed. I have no idea what getkey
> looks like, or how to fix it ... can someone tell me about how getkey
> reads multiple keypresses?
> The interrupt code would look like this:
>
> pop hl
> call 66h
> ex af,af'
> exx
> ;patch
> ex af,af'
> exx
> ret
--
=====================================
= =
= Kirk Meyer (mailto:_@ibm.net) =
= http://www.bigfoot.com/~kirkmeyer =
= =
= "Set your affection on things =
= above, not on things on the =
= earth." Colossians 3:2 =
= =
=====================================
Follow-Ups:
References: