From b979fb5763d44917b00d35a56bcb335ef58d5100 Mon Sep 17 00:00:00 2001
From: Oliver Schmidt
Date: Mon, 30 May 2016 14:31:53 +0200
Subject: [PATCH] Minor adjustment to recent change.
---
libsrc/apple2/exec.s | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libsrc/apple2/exec.s b/libsrc/apple2/exec.s
index 429afef54..c0cd98650 100644
--- a/libsrc/apple2/exec.s
+++ b/libsrc/apple2/exec.s
@@ -230,8 +230,8 @@ source: jsr $BF00
; Check for startup filename support
; ProDOS TechRefMan, chapter 5.1.5.1:
; "$2000 is a jump instruction. $2003 and $2004 are $EE."
-system: lda $2000
- cmp #$4C
+system: lda #$4C
+ cmp $2000
bne jump
lda #$EE
cmp $2003
--
2.39.5