1
0
mirror of https://github.com/simh/simh.git synced 2026-05-02 14:20:05 +00:00

SIM_CARD: Fixed to better detect mixed binary and ascii decks.

This commit is contained in:
Richard Cornwell
2023-09-26 14:18:12 -04:00
committed by Mark Pizzolato
parent d7560cf3e4
commit a56316389d
2 changed files with 49 additions and 36 deletions

View File

@@ -53,7 +53,11 @@
of card.
For autodetection of BCD card format, there can be no parity errors.
All undeterminate formats are treated as ASCII.
All undeterminate formats are treated as ASCII. CBN and BCD cards
must also contain short or full records, if the record is not terminate
early by a EOR flag, then only up to record size (80 for BCD and
160 for CBN will be read).
ASCII mode recognizes some additional forms of input which allows the
intermixing of binary cards with text cards.