mirror of
https://github.com/bobbimanners/Applecorn.git
synced 2025-04-10 03:37:42 +00:00
Added auto-generated version number
This commit is contained in:
parent
15235d89e8
commit
822dc3edba
BIN
applecorn.po
BIN
applecorn.po
Binary file not shown.
@ -273,6 +273,7 @@ MAINZP MAC
|
||||
PUT MAINMEM.LDR
|
||||
PUT AUXMEM.MOSEQU
|
||||
PUT AUXMEM.INIT
|
||||
PUT AUXMEM.VERS
|
||||
PUT AUXMEM.VDU
|
||||
PUT AUXMEM.HGR
|
||||
PUT AUXMEM.SHR
|
||||
|
@ -224,5 +224,4 @@ BYTE00 BEQ BYTE00A ; OSBYTE 0,0 - generate error
|
||||
RTS ; %000x1xxx host type, 'A'pple
|
||||
BYTE00A BRK
|
||||
DB $F7
|
||||
HELLO ASC 'Applecorn MOS 2022-01-16'
|
||||
DB $00 ; Unify MOS messages
|
||||
|
||||
|
8
m32build
8
m32build
@ -3,7 +3,13 @@
|
||||
# Uses cadius for manipulating ProDOS disk images
|
||||
#
|
||||
|
||||
merlin32 -v applecorn.s
|
||||
if ! merlin32 -v applecorn.s; then
|
||||
echo +++++++++++++++++++++++
|
||||
echo +++++ BUILD ERROR +++++
|
||||
echo +++++++++++++++++++++++
|
||||
exit 1
|
||||
fi
|
||||
|
||||
cp APLCORN.SYSTEM APLCORN.SYSTEM#FF2000
|
||||
cadius deletefile applecorn.po /APPLECORN/APLCORN.SYSTEM
|
||||
cadius addfile applecorn.po /APPLECORN APLCORN.SYSTEM#FF2000
|
||||
|
Loading…
x
Reference in New Issue
Block a user