adb.s: possible fix for ROM03 keyboard issue

This commit is contained in:
dwsJason 2019-05-13 20:46:58 -04:00
parent d7a1215cfb
commit dc80a6440a
1 changed files with 2 additions and 2 deletions

View File

@ -207,11 +207,11 @@ SRMerge1 phx ; Save 2nd
longi on
PostIt pha ; Save Key
sep #$20
longa off
cmp #$80 ; set/clear c
and #$7f ; keycode idx
tax
sep #$20
longa off
lda #$00
rol a ; key state
eor #$01 ; 0 for key up