From: ol.sc
Date: Wed, 26 Jan 2011 21:37:42 +0000 (+0000)
Subject: Minor beautification.
X-Git-Tag: V2.13.3~538
X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b4c237b2b128c175f00c0ad3494d30ecdf498f8e;p=cc65
Minor beautification.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4922 b7a2c559-68d2-44c3-8de9-860c34a00d81
---
diff --git a/libsrc/apple2/crt0.s b/libsrc/apple2/crt0.s
index 53b8043ca..83daf0740 100644
--- a/libsrc/apple2/crt0.s
+++ b/libsrc/apple2/crt0.s
@@ -167,8 +167,8 @@ init: ldx #zpspace-1
bne basic
; Check ProDOS system bit map
- lda $BF6F ; protection for pages $B8 - $BF
- cmp #%00000001 ; exactly system global page is protected
+ lda $BF6F ; Protection for pages $B8 - $BF
+ cmp #%00000001 ; Exactly system global page is protected
bne basic
; No BASIC.SYSTEM so quit to ProDOS dispatcher instead