Skip to content

Commit 1489766

Browse files
committed
Neater build process for JOTTO.
Force loading the dictionary from disk instead of DECtape by using a filename translation instead of binary pathing the core image.
1 parent a37a5f2 commit 1489766

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build/misc.tcl

+6-6
Original file line numberDiff line numberDiff line change
@@ -449,12 +449,12 @@ respond "*" ":job jotto\r"
449449
respond "*" ":load jotto bin\r"
450450
# Run initialisation code to open the TTY channels.
451451
respond "*" "erase0\033bbeg\033g"
452-
# Patch in the filename DSK;JOTTO DICT.
453-
type "utopen/\0331' dsk\033\r"
454-
type "b/\0331'jotto\033\r"
455-
type "c/\0331'dict\033\r"
456-
# Run the dictionary loader, skipping its filename setup code.
457-
type "beg7\033g"
452+
# Load dictionary from disk instead of DECtape.
453+
respond "ERASE0>>" "\024ut1:*;* *, dsk:games;* *\r"
454+
# Run the dictionary loader.
455+
respond "*" "beg7\033g"
456+
respond "utape drive for dictionary?" "1"
457+
respond "file name?" "JOTTO DICT\r"
458458
# Dump out TS JOTTO including the dictionary.
459459
respond "words" ":pdump sys1;ts jotto\r"
460460
respond "*" ":kill\r"

0 commit comments

Comments
 (0)