Date DA: Write into DESKTOP.SYSTEM. Issue #30

This commit is contained in:
Joshua Bell 2018-11-19 20:47:36 -08:00
parent 22c56a5ed2
commit 9c3d6982fb
2 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ stash_stack: .byte $00
;;; MLI Call Param Blocks
filename:
PASCAL_STRING "MD.SYSTEM"
PASCAL_STRING "DESKTOP.SYSTEM"
DEFINE_OPEN_PARAMS open_params, filename, $900
DEFINE_SET_MARK_PARAMS set_mark_params, 3
@ -66,7 +66,7 @@ write_buffer:
.endproc
;;; ============================================================
;;; Write date into MD.SYSTEM file and exit the DA
;;; Write date into DESKTOP.SYSTEM file and exit the DA
.proc save_date_and_exit
sta ALTZPON

View File

@ -22,7 +22,7 @@ do_make all
echo "Verifying diffs:"
cecho yellow "calculator N/A - patches applied"
cecho yellow "show.text.file N/A - patches applied"
verify "date"
cecho yellow "date N/A - patches applied"
verify "puzzle"
verify "sort.directory"