]> git.sur5r.net Git - cc65/commitdiff
Cosmetic changes by Oliver Schmidt
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 21 Nov 2005 20:52:41 +0000 (20:52 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 21 Nov 2005 20:52:41 +0000 (20:52 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@3665 b7a2c559-68d2-44c3-8de9-860c34a00d81

libsrc/apple2/apple2-ssc.s
libsrc/apple2/dosdetect.s
libsrc/apple2/get_ostype.s

index b7e14a9aefd7243f7d8c173d98bea946cc58acdc..a0b35c5ad811a3a792fadab94cb12c95399610f4 100644 (file)
@@ -168,9 +168,9 @@ CLOSE:
 ; Must return an SER_ERR_xx code in a/x.
 
 OPEN:  
-       ldx     #$00
+       ldx     #<$C000
        stx     ptr2
-       lda     #$C0
+       lda     #>$C000
        ora     Slot
        sta     ptr2+1
        
index ff4ce291cfe0a1e39709c0500944416bc4adb26e..4fb6fcad642d4d9883fd9b96f4f0fc54544bbf51 100644 (file)
@@ -26,8 +26,8 @@
         .include        "mli.inc"
 
 ; Identify DOS version according to:
-; - "Beneath Apple ProDOS", chapter 6-63
-; - "Apple II ProDOS 8 TechNote #023: ProDOS 8 Changes and Minutia"
+; - Beneath Apple ProDOS, chapter 6-63
+; - Apple II ProDOS 8 TechNote #23, ProDOS 8 Changes and Minutia
 ; - ProDOS TechRefMan, chapter 5.2.4
 
         .segment        "INIT"
index 77bf95f433094fbc2490e8cfcc8409b3e2c319fb..a041c3477a589a0163efc620c1c518b250ca6fbf 100644 (file)
@@ -8,7 +8,7 @@
         .export         _get_ostype
 
 ; Identify machine according to:
-; "Apple II Miscellaneous TechNote #7: Apple II Family Identification"
+; Apple II Miscellaneous TechNote #7, Apple II Family Identification
 
         .segment        "INIT"