aboutsummaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.txt b/README.txt
index 7bae9a2..c0d1e11 100644
--- a/README.txt
+++ b/README.txt
@@ -54,9 +54,12 @@ After the image is finished generating, the screen DMA will be turned
back on, so you can see it. The bottom line shows a menu, from which you
can choose to:
-- Save: Save the image to disk, with the (hard-coded) filename D:DLA.IMG.
- The file will be the raw pixels, 8 per byte, 256 pixels (32 bytes) per
- line.
+- Save: Save the image to disk. You'll be prompted for a filename, which
+ must be a complete filespec (examples: D:TEST.DLA, D2:THING.DLA).
+ The file will be the raw pixels, 8 per byte, 256 pixels (32 bytes)
+ per line, 192 lines. Size will be 6144 bytes, or 50 sectors on a
+ single-density disk. If an error happens while saving, you'll get
+ the chance to retry the save.
- Redo: Run the generation process again, with the current particle count
and seed type settings.