From f31a4f1f5771f9a119d384e4a6213e6d57fbf12b Mon Sep 17 00:00:00 2001 From: Lars Brinkhoff Date: Mon, 4 Jan 2021 15:50:21 +0100 Subject: [PATCH] Make DUMP's "LCF hack" only work on DM. DUMP will scramble ACT and DUNG files written to the LCF directory. This is no longer useful in protecting Zork files, so the code is limited to the DM machine. --- src/syseng/{dump.446 => dump.447} | 2 ++ 1 file changed, 2 insertions(+) rename src/syseng/{dump.446 => dump.447} (99%) diff --git a/src/syseng/dump.446 b/src/syseng/dump.447 similarity index 99% rename from src/syseng/dump.446 rename to src/syseng/dump.447 index b6c12ba8..1b5a96d6 100644 --- a/src/syseng/dump.446 +++ b/src/syseng/dump.447 @@ -6339,9 +6339,11 @@ OKRET0: SKIPE CRDIR SKIPE LSTWHL PUSHJ P,LDMUT3 ;LIST THIS FILE SETZM HFNL +IFE MCOND DM,[ HLRZ A,HSNM CAIN A,'LCF PUSHJ P,ISLCF +] MOVE A,HDATE SKIPGE RELOSW ;IF NOT RELOADING, JRST OKRET1