From e3f59575edce5e0d29ec6cedf1f9ad7449f58873 Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Thu, 4 Aug 2022 19:29:18 -0700 Subject: [PATCH] PATH: Fix missing relocation point Oops - it's amazing anything worked. --- path.s | 1 + 1 file changed, 1 insertion(+) diff --git a/path.s b/path.s index 1d6319b..d13f0b0 100644 --- a/path.s +++ b/path.s @@ -238,6 +238,7 @@ next_char: ;; without preventing 'RUN100' from being typed. inx + reloc_point *+2 jsr ToUpperASCII cmp #'A' bcc not_ours