From: ol.sc Date: Sat, 12 Sep 2009 06:58:20 +0000 (+0000) Subject: Addon to 4155: Fixed error. X-Git-Tag: V2.13.0rc1~99 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2b98ab38f7d77ea32f045b5db265430dc3f5267c;p=cc65 Addon to 4155: Fixed error. git-svn-id: svn://svn.cc65.org/cc65/trunk@4157 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- 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