mirror of
https://github.com/bobbimanners/Applecorn.git
synced 2024-11-05 17:04:40 +00:00
Comments fix
This commit is contained in:
parent
ab8ba0c274
commit
0c41bf0f3a
BIN
applecorn.po
BIN
applecorn.po
Binary file not shown.
@ -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
|
||||
************************************
|
||||
|
@ -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
|
||||
|
@ -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*
|
||||
|
Loading…
Reference in New Issue
Block a user