mirror of
https://github.com/iustin/mt-st.git
synced 2026-01-06 12:06:22 +00:00
Add abbreviation explainer for tape types in code comment
This commit is contained in:
committed by
Iustin Pop
parent
e6f79d85ec
commit
ba594d1e78
9
mt.c
9
mt.c
@@ -135,6 +135,15 @@ static struct densities {
|
||||
char *name;
|
||||
} density_tbl[] = {
|
||||
/* clang-format off */
|
||||
/* Note:
|
||||
* NZRI: Non-Return to Zero, change on ones
|
||||
* GCR: Group Code Recording
|
||||
* PE: Phase Encoding
|
||||
* IMFM: Inverted Modified Frequency Modulation
|
||||
* MFM: Modified Frequency Modulation
|
||||
* DDS: DAT Data Storage
|
||||
* RLL: Run Length Limited
|
||||
*/
|
||||
{ 0x00, "default" },
|
||||
{ 0x01, "NRZI (800 bpi)" },
|
||||
{ 0x02, "PE (1600 bpi)" },
|
||||
|
||||
Reference in New Issue
Block a user