diff --git a/applecorn.po b/applecorn.po index 33e2365..64767b5 100644 Binary files a/applecorn.po and b/applecorn.po differ diff --git a/auxmem.misc.s b/auxmem.misc.s index 537cb99..6f0954e 100644 --- a/auxmem.misc.s +++ b/auxmem.misc.s @@ -1,7 +1,7 @@ -* MISC.S -******** -* Misc functions and API entry block +* AUXMEM.MISC.S +* (c) Bobbi 2021 GPLv3 * +* Misc functions and API entry block * OSBYTE $80 - ADVAL ************************************ diff --git a/auxmem.mosequ.s b/auxmem.mosequ.s index 702630a..98ea11f 100644 --- a/auxmem.mosequ.s +++ b/auxmem.mosequ.s @@ -1,8 +1,9 @@ -* MOSEQU.S -******************************* -* BBC MOS WORKSPACE LOCATIONS * -******************************* +* AUXMEM.MOSEQU.S +* (c) Bobbi 2021 GPLv3 +* +* Constant definitions for AppleMOS +* BBC MOS WORKSPACE LOCATIONS * $00-$8F Language workspace * $90-$9F Network workspace * $A0-$A7 NMI workspace diff --git a/auxmem.oscli.s b/auxmem.oscli.s index e37d82a..7e2b421 100644 --- a/auxmem.oscli.s +++ b/auxmem.oscli.s @@ -1,5 +1,4 @@ * AUXMEM.OSCLI.S -**************** * (c) BOBBI 2021 GPLv3 * * Handle OSCLI system calls @@ -170,7 +169,6 @@ CLIUNKNOWN LDA #$04 LDA #$03 ; FSC 3 = unknown command STARFSC AND #$7F ; A=command, XY=>parameters STARFSC2 JSR CALLFSCV ; Hand on to filing system -* TO DO: hostfs.s needs to return A=0 TAX BEQ CLIDONE RTS ; *TEMP*