aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.txt b/README.txt
index 91caba1..75af7f1 100644
--- a/README.txt
+++ b/README.txt
@@ -70,7 +70,7 @@ The bottom line shows a menu, from which you can choose to:
- Save: Save the image to disk. You'll be prompted for a filename.
If you don't include a drive spec (e.g. D: or D2:), drive 1 (D:)
- is assumed.
+ is assumed. Emulator users can use the H: drive here.
The file will contain the raw pixels, 8 per byte, 256 pixels (32
bytes) per line, 170 lines. Size will be 5440 bytes, or 44 sectors
on a single-density disk. If an error happens while saving, you'll
@@ -158,6 +158,6 @@ MAGICK=/path/to/magick ./dla2img.sh [arguments]
Note: dla2img.sh has been tested with various shells, including bash,
zsh, ksh93, pdksh, mksh, dash, and bosh (from Schily-tools)... and
the ancient V7 UNIX Bourne shell compiled for Linux from AT&T source
-(seriouly). If your system doesn't have a /bin/sh that's compatible,
+(seriously). If your system doesn't have a /bin/sh that's compatible,
edit the script and change the "#!/bin/sh" to something that works on
your system.