From a47482a99e52bc7f186d898be86622f4722ca61d Mon Sep 17 00:00:00 2001 From: Adam Sampson Date: Sat, 29 Aug 2020 03:59:25 +0100 Subject: [PATCH] Add a Muddle file to load Zork. This is based on build.cmd for TOPS-20, and on the load script from Confusion. The big limitation at the moment is that the interpreter runs out of memory while loading ACT4, so we can only get it to start by disabling the endgame -- and there isn't really enough space left for the game to run after that. --- src/lcf/load.1 | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 src/lcf/load.1 diff --git a/src/lcf/load.1 b/src/lcf/load.1 new file mode 100644 index 00000000..ff95da53 --- /dev/null +++ b/src/lcf/load.1 @@ -0,0 +1,70 @@ +;"-*-Muddle-*-" +;"Load all the Zork source files and dump out a Muddle image." + +> + + > + +> >> + +;"Stub out LSRTNS, which we don't have" +> +> + + + + + + + + + + + + +;"Disable the endgame since it won't fit in memory" +; +> + + + + +;"Undefine stuff we no longer need from MAKSTR" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +