Re: A86: get_key


[Prev][Next][Index][Thread]

Re: A86: get_key




> If you want to pause _getkey, do this:
> 
> wait:
>  call _getkey
>  jr z,wait

Wouldn't it be a good idea to put a halt in there?