From 2b98ab38f7d77ea32f045b5db265430dc3f5267c Mon Sep 17 00:00:00 2001
From: "ol.sc" 
Date: Sat, 12 Sep 2009 06:58:20 +0000
Subject: [PATCH] Addon to 4155: Fixed error.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4157 b7a2c559-68d2-44c3-8de9-860c34a00d81
---
 libsrc/apple2/dosdetect.s | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libsrc/apple2/dosdetect.s b/libsrc/apple2/dosdetect.s
index 0873bbcd8..272d5056e 100644
--- a/libsrc/apple2/dosdetect.s
+++ b/libsrc/apple2/dosdetect.s
@@ -33,7 +33,7 @@
         .segment        "INIT"
 
 initdostype:
-        lda     ENTRY
+        lda     $BF00
         cmp     #$4C		; Is MLI present? (JMP opcode)
         bne     done
         lda     KVERSION	; ProDOS 8 kernel version
-- 
2.39.5