Force pra of cia1 to 0xff when starting key check
This commit is contained in:
parent
5d51ea13c5
commit
9424723536
|
@ -43,6 +43,7 @@ bool key_shift(void)
|
|||
void keyb_poll(void)
|
||||
{
|
||||
cia1.ddra = 0xff;
|
||||
cia1.pra = 0xff;
|
||||
keyb_key = 0x00;
|
||||
|
||||
if (cia1.prb == 0xff)
|
||||
|
|
Loading…
Reference in New Issue