From 63c7dff0ffe5455caad49d9650bb939044bb2195 Mon Sep 17 00:00:00 2001 From: slederer Date: Sat, 24 May 2025 23:25:20 +0200 Subject: [PATCH] tridoraemu REAMDE: mention ECL-Rogue tdrimg: some cleanup for sdcard image creation --- tridoraemu/README.md | 3 +++ utils/tdrimg.py | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/tridoraemu/README.md b/tridoraemu/README.md index d263a95..94baed4 100644 --- a/tridoraemu/README.md +++ b/tridoraemu/README.md @@ -50,6 +50,9 @@ The volume *Testvolume 1* (note the space) contains a precompiled game called *c You can run the program with the *O* command in the shell (just press Return for the program arguments), or you can set the workfile name with *W* and then use the *R* command. +The volume *Rogue* contains a compiled version of ECL-Rogue, a Pascal variant of the +classic Rogue game. + The *K* command in the shell is used to reclaim the space occupied by deleted or overwritten files. A running program can be terminated by pressing Control-C, but only if the program is expecting keyboard input at that time. diff --git a/utils/tdrimg.py b/utils/tdrimg.py index 14cfe47..1000bb8 100644 --- a/utils/tdrimg.py +++ b/utils/tdrimg.py @@ -570,10 +570,10 @@ def create_image_with_stuff(imgfile): # slotnr = putfile("../tests/timetest.prog", None , f, part, partstart, slotnr) slotnr = putfile("../tests/readtest.pas", None , f, part, partstart, slotnr) - slotnr = putfile("../tests/readtest.prog", None , f, part, partstart, slotnr) + #slotnr = putfile("../tests/readtest.prog", None , f, part, partstart, slotnr) slotnr = putfile("../tests/readchartest.pas", None , f, part, partstart, slotnr) - slotnr = putfile("../tests/readchartest.prog", None , f, part, partstart, slotnr) + #slotnr = putfile("../tests/readchartest.prog", None , f, part, partstart, slotnr) # slotnr = putfile("cchangetest.pas", None , f, part, partstart, slotnr) # slotnr = putfile("cchangetest.prog", None , f, part, partstart, slotnr)