diff options
| author | Harley Travis <harleytravis123@outlook.com> | 2026-06-30 14:43:55 -0500 |
|---|---|---|
| committer | Harley Travis <harleytravis123@outlook.com> | 2026-06-30 14:43:55 -0500 |
| commit | 8815bd280431d5ae286c5ebd16508c931f386cdd (patch) | |
| tree | 479379402657683033f3ff08873d767d60929cbd /Adam/ABlkDev/Patches | |
| parent | ede81dbde0c819c37c2de86f372a1b311bcedcd7 (diff) | |
| download | templeos-floppy-driver-8815bd280431d5ae286c5ebd16508c931f386cdd.tar.gz | |
Fix typos in Mount2CaseAFDC.HC
Diffstat (limited to 'Adam/ABlkDev/Patches')
| -rw-r--r-- | Adam/ABlkDev/Patches/Mount2CaseAFDC.HC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Adam/ABlkDev/Patches/Mount2CaseAFDC.HC b/Adam/ABlkDev/Patches/Mount2CaseAFDC.HC index ac4ba95..672cec0 100644 --- a/Adam/ABlkDev/Patches/Mount2CaseAFDC.HC +++ b/Adam/ABlkDev/Patches/Mount2CaseAFDC.HC @@ -37,7 +37,7 @@ case BDT_FLOPPY: } while (0<=Str2I64(spt_buf)<=255); do { "Sector Size (128<<X bytes):\n"; - size=GetChar-'0' + size=GetChar-'0'; } while (!(0<=size<=7)); if (size==0) { do { @@ -75,7 +75,7 @@ case BDT_FLOPPY: "2=250 Kbit\n" "3=1 Mbit (Not Supported)\n\n"; "Data Rate:\n"; - bps=GetChar-'0' + bps=GetChar-'0'; } while (!(0<=bps<=3)); do { "*** Modulation Modes***\n" |
