A86: Re: Keypresses


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

A86: Re: Keypresses




I don't think that's possible.  The hardware works by you writing the row to
check to the port, then it returns the column for that row.  The rom's
battery test routine works by waiting for a keymask to expire (if that helps
you any).  If multiple keys in one column were pressed, how would that work?
You have to check all rows.

>
>Does anyone know if there is a way to find out what column a key is
>pressed in without specifying the row?