Added auto-generated version number

This commit is contained in:
Bobbi Webber-Manners 2023-01-16 18:42:04 -05:00
parent 15235d89e8
commit 822dc3edba
4 changed files with 9 additions and 3 deletions

Binary file not shown.

View File

@ -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

View File

@ -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

View File

@ -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