1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-26 05:29:30 +00:00

Cosmetic changes by Oliver Schmidt

git-svn-id: svn://svn.cc65.org/cc65/trunk@3665 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2005-11-21 20:52:41 +00:00
parent 6ae943402d
commit 71abd1471f
3 changed files with 5 additions and 5 deletions

View 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

View 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"

View 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"