From dc80a6440a73613985110f65c0ef203b7f9b29c3 Mon Sep 17 00:00:00 2001 From: dwsJason Date: Mon, 13 May 2019 20:46:58 -0400 Subject: [PATCH] adb.s: possible fix for ROM03 keyboard issue --- asm/adb.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/asm/adb.s b/asm/adb.s index 83b2dcd..60e2b8b 100644 --- a/asm/adb.s +++ b/asm/adb.s @@ -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