From 1188b53f2298dd8e6e948e5b56cd5e5bf6d8f47f Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Fri, 27 Dec 2019 16:56:57 +0100 Subject: [PATCH] Removed leftover from test fixture. --- src/apple2/input.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/apple2/input.inc b/src/apple2/input.inc index a4d6a0d..162b6c2 100644 --- a/src/apple2/input.inc +++ b/src/apple2/input.inc @@ -82,7 +82,6 @@ right: ora joyMask eor #$ff sta joyMask ; update the joy Mask with X digital - ldx #$00 rts ; return with joyMask in accumulator leave: