mirror of
https://github.com/rcornwell/sims.git
synced 2026-01-11 23:52:48 +00:00
SCP: Update sim_card.[ch] for format of card files.
This commit is contained in:
parent
87380db310
commit
a5742be025
@ -33,9 +33,11 @@
|
||||
First characters 6789----
|
||||
Second character 21012345
|
||||
111
|
||||
Top 4 bits of second character are 0.
|
||||
It is unlikely that any other format could
|
||||
look like this.
|
||||
The lower order 4 bits of first word are all
|
||||
zero. It is unlikely that any other format could
|
||||
look like this. An ASCII card could match this
|
||||
if it is all blank, but the trailing return would
|
||||
cause it to fail this test.
|
||||
|
||||
BCD Format:
|
||||
Each record variable length (80 chars or less).
|
||||
|
||||
@ -33,9 +33,12 @@
|
||||
First characters 6789----
|
||||
Second character 21012345
|
||||
111
|
||||
Top 4 bits of second character are 0.
|
||||
It is unlikely that any other format could
|
||||
look like this.
|
||||
|
||||
The lower order 4 bits of first word are all
|
||||
zero. It is unlikely that any other format could
|
||||
look like this. An ASCII card could match this
|
||||
if it is all blank, but the trailing return would
|
||||
cause it to fail this test.
|
||||
|
||||
BCD Format:
|
||||
Each record variable length (80 chars or less).
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user