From: quentinnuk <36699389+quentinnuk@users.noreply.github.com> Date: Sun, 15 Dec 2019 13:59:05 +0000 (+0000) Subject: Update README.md X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=455d3fafc3a8c1372549f924d9e5132603ad85b3;p=mud1.git Update README.md Made clearer the need to not mix MUD84 sources or binaries (from tape branch) with these MUD86 sources, as they are not compatible and will fail to compile or run as expected. --- diff --git a/README.md b/README.md index 6da6a3c..9dec17b 100644 --- a/README.md +++ b/README.md @@ -29,3 +29,6 @@ death are handled differntly so you dont need multiple dead rooms. Hence this mu the tape in the zip branch. Full build instructions including how to set up a PDP10 with TOPS-10 using SIMH is at https://www.quentin.org.uk/tag/pdp10/ + +Do not mix MUD84 sources or binaries (from tape) with these MUD86 sources as they are not compatable and will fail to compile +or run as expected.