Add abbreviation explainer for tape types in code comment

This commit is contained in:
Chris Dinneen
2025-01-03 17:17:15 +08:00
committed by Iustin Pop
parent e6f79d85ec
commit ba594d1e78

9
mt.c
View File

@@ -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)" },