From b4c237b2b128c175f00c0ad3494d30ecdf498f8e Mon Sep 17 00:00:00 2001
From: "ol.sc"
Date: Wed, 26 Jan 2011 21:37:42 +0000
Subject: [PATCH] Minor beautification.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4922 b7a2c559-68d2-44c3-8de9-860c34a00d81
---
libsrc/apple2/crt0.s | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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
--
2.39.5