diff options
| author | Harley Travis <harleytravis123@outlook.com> | 2026-06-08 21:21:48 -0500 |
|---|---|---|
| committer | Harley Travis <harleytravis123@outlook.com> | 2026-06-08 21:21:48 -0500 |
| commit | 04d1c9312e4814511b0b7c5aecb8391074a9f755 (patch) | |
| tree | 2fe085d6f14a89527435e2c4d75493925d3d85e4 | |
| parent | b89c7ea1d1c211c78c019e5df8e28826e767d937 (diff) | |
| download | templeos-floppy-driver-04d1c9312e4814511b0b7c5aecb8391074a9f755.tar.gz | |
Update Mount2CaseAFDC.HC
I re-worded the instructions for the manual floppy drive configuration, mainly to warn the user of the three single-digit questions.
| -rw-r--r-- | Adam/Patches/Mount2CaseAFDC.HC | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Adam/Patches/Mount2CaseAFDC.HC b/Adam/Patches/Mount2CaseAFDC.HC index c29ba4a..a3b307b 100644 --- a/Adam/Patches/Mount2CaseAFDC.HC +++ b/Adam/Patches/Mount2CaseAFDC.HC @@ -15,8 +15,9 @@ case BDT_FLOPPY: If (YorN) { defaults=TRUE; } else { - "The following params are stored as they will be sent to the ctrlr:\n" - "Enter them in hex, prefixed with $PURPLE$0x$FG$.\n"; + "The folowing parameters are used to configure the ctrlr:\n" + "Most can be entered in either decimal or hex, but the head\n" + "count, sector size, and data rate take single decimal digits.\n" do { "Cylinders:\n"; GetS(cyl_buf,STR_LEN); |
