diff options
| -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); |
