Refresh ProDOS to 2.4.2, pull in fixes from @mgcaret

This commit is contained in:
david-schmidt 2020-07-30 16:03:53 -04:00
parent db53947da5
commit 1d23471fd1
8 changed files with 10 additions and 9 deletions

View File

@ -6,5 +6,4 @@
# support files for local builds.
#
# assemblerPath defines the place where the ca65 executable lives.
# You need to have ca65 at version V2.13.9 or higher.
assemblerPath=c:/dev/cc65/2.13.3/bin
assemblerPath=c:/dev/cc65/2.18/bin

Binary file not shown.

Binary file not shown.

View File

@ -1,6 +1,7 @@
.include "Common/PrivateGlobals.asm"
more_space = ASMEND ; [TODO] Does this need to be page-aligned?
; more_space = ASMEND ; [TODO] Does this need to be page-aligned?
more_space = ((ASMEND-1) & $ff00)+$100 ; It does or spooling and redirection fail. (@mgcaret)
buff_spool = more_space
buff_oredir = buff_spool+$400

View File

@ -2,8 +2,8 @@
; private globals
;
myBakVer = $00
myversion = $14
AuxVersion = 1 ; = 1.41
myversion = $13
AuxVersion = 1 ; = 1.31
Proto = 1
RemoteImp = 0

View File

@ -362,9 +362,9 @@ qtprobx:
jmp rtn_again-myqcode+$1000
qtprobmsg:
asc "Unable to return to Davex"
asc_hi "Unable to return to Davex"
.byte cr,cr
cstr "Hit a key to try again..."
asc_hi "Hit a key to try again..."
.byte 0
qtone = *-myqcode+$1000

View File

@ -1904,6 +1904,7 @@ go_quit:
; quitting to S16?
bit s16_flag
bmi quit_s16
jsr get_quitcode
.endif
os_quit:
@ -8517,7 +8518,7 @@ byte: .res 1
; View a file
;
IndexName:
pstr "indexed.help"
pstr "INDEXED.HELP"
vf_fail:
jmp ProDOS_err

View File

@ -288,7 +288,7 @@ CloseA: .byte 1
aRef3: .byte 0
AliasName:
asc_hi "Aliases"
pstr "ALIASES"
strip7: lda AliasPages
sta count