1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-01-14 15:44:49 +00:00

KA10: Make DN20 device default disabled.Z

This commit is contained in:
Richard Cornwell 2022-01-29 13:59:43 -05:00
parent ec5343c9f2
commit 4584b6059f

View File

@ -280,7 +280,7 @@ DEVICE dn_dev = {
"DN", dn_unit, dn_reg, dn_mod,
3, 10, 31, 1, 8, 8,
NULL, NULL, &dn_reset,
NULL, NULL, NULL, &dn_dib, DEV_DEBUG, 0, dev_debug,
NULL, NULL, NULL, &dn_dib, DEV_DIS | DEV_DISABLE | DEV_DEBUG, 0, dev_debug,
NULL, NULL, &dn_help, NULL, NULL, &dn_description
};