1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-02-11 10:35:37 +00:00

IBM360: Added help for Card Reader.

This commit is contained in:
Richard Cornwell
2021-06-21 18:52:03 -04:00
parent 0ed44354b5
commit 0163702a68

View File

@@ -102,9 +102,10 @@ UNIT cdr_unit[] = {
MTAB cdr_mod[] = {
{MTAB_XTD | MTAB_VUN, 0, "FORMAT", "FORMAT",
&sim_card_set_fmt, &sim_card_show_fmt, NULL},
&sim_card_set_fmt, &sim_card_show_fmt, NULL,
"Set defualt format for reading cards in"},
{MTAB_XTD | MTAB_VUN | MTAB_VALR, 0, "DEV", "DEV", &set_dev_addr,
&show_dev_addr, NULL},
&show_dev_addr, NULL, "Set device address"},
{0}
};