diff --git a/build/.gitignore b/build/.gitignore new file mode 100644 index 0000000..0c9c906 --- /dev/null +++ b/build/.gitignore @@ -0,0 +1 @@ +/Davex*.zip diff --git a/build/build-xtn.xml b/build/build-xtn.xml index 503012d..3109536 100644 --- a/build/build-xtn.xml +++ b/build/build-xtn.xml @@ -3,7 +3,7 @@ - + @@ -23,7 +23,7 @@ Clean up build artifacts --> - + @@ -166,75 +166,75 @@ Put the assembled programs on the disk images - ProDOS 5-1/4" --> - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/build/build.xml b/build/build.xml index 2b9beac..81def94 100644 --- a/build/build.xml +++ b/build/build.xml @@ -4,6 +4,7 @@ + @@ -17,13 +18,13 @@ - + - + @@ -86,13 +87,22 @@ - - - + + + + + + + + diff --git a/src/common/PrivateGlobals.asm b/src/common/PrivateGlobals.asm index 622f20e..53df83b 100644 --- a/src/common/PrivateGlobals.asm +++ b/src/common/PrivateGlobals.asm @@ -2,8 +2,8 @@ ; private globals ; myBakVer = $00 -myversion = $13 -AuxVersion = 1 ; = 1.31 +myversion = $14 +AuxVersion = 0 ; = 1.40 Proto = 1 RemoteImp = 0 diff --git a/src/historical/DavexPost-ca65/src/Shell/Davex.asm b/src/historical/DavexPost-ca65/src/Shell/Davex.asm index c0b4b02..2e70dc2 100644 --- a/src/historical/DavexPost-ca65/src/Shell/Davex.asm +++ b/src/historical/DavexPost-ca65/src/Shell/Davex.asm @@ -87,18 +87,14 @@ copyright: jsr pDavexVer jsr xmess - asc "Copyright (c) 1988-1990, 1999" + asc "Copyright (c) 1988-2020" .byte cr asc "by David A. Lyons (dlyons@netcom.com)" .byte cr,cr asc " http://members.aol.com/DaveLyons/davex" - .byte cr,cr - asc "Davex is Freeware. If you find it useful, please let me know." .byte cr - asc "If you want to send money or M&Ms I won't argue with you, but it's" + asc "Davex is Freeware." .byte cr - asc "not necessary." - .byte cr,cr asc "Davex 1.3 is Y2K compliant if you use ProDOS 8 2.0.3 or later." .if Proto .byte cr,cr diff --git a/src/shell/main.asm b/src/shell/main.asm index 489fa79..312f6bb 100644 --- a/src/shell/main.asm +++ b/src/shell/main.asm @@ -44,18 +44,12 @@ copyright: jsr crout jsr pDavexVer jsr mess -dollar: asc "Copyright (c) 1988-1990, 1999-2011" +dollar: asc "Copyright (c) 1988-2020" .byte cr asc "by David A. Lyons" .byte cr,cr asc " https://github.com/david-schmidt/Davex" .byte cr,cr - asc "Davex is Freeware. If you find it useful, please let me know." - .byte cr - asc "If you want to send money or M&Ms I won't argue with you, but it's" - .byte cr - asc "not necessary." - .byte cr,cr asc "Davex is Y2K compliant if you use ProDOS 8 2.0.3 or later." .if Proto .byte cr,cr