mirror of
https://github.com/rcornwell/sims.git
synced 2026-02-09 09:42:13 +00:00
KA10: Make DN20 device default disabled.Z
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user