File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -449,12 +449,12 @@ respond "*" ":job jotto\r"
449
449
respond " *" " :load jotto bin\r "
450
450
# Run initialisation code to open the TTY channels.
451
451
respond " *" " erase0\033 bbeg\033 g"
452
- # Patch in the filename DSK;JOTTO DICT .
453
- type " utopen/ \033 1' dsk\033 \r"
454
- type " b/ \033 1'jotto \033\r "
455
- type " c/ \033 1'dict \033\r "
456
- # Run the dictionary loader, skipping its filename setup code.
457
- type " beg7 \033 g "
452
+ # Load dictionary from disk instead of DECtape .
453
+ respond " ERASE0>> " " \024 ut1:*;* *, dsk:games;* * \r "
454
+ # Run the dictionary loader.
455
+ respond " * " " beg7 \033 g "
456
+ respond " utape drive for dictionary? " " 1 "
457
+ respond " file name? " " JOTTO DICT \r "
458
458
# Dump out TS JOTTO including the dictionary.
459
459
respond " words" " :pdump sys1;ts jotto\r "
460
460
respond " *" " :kill\r "
You can’t perform that action at this time.
0 commit comments