mirror of
https://github.com/simh/simh.git
synced 2026-01-25 19:56:25 +00:00
SCP: Add DEV_NOSAVE flag for throttle and console internal devices
This commit is contained in:
@@ -228,7 +228,7 @@ DEVICE sim_con_telnet = {
|
||||
"CON-TELNET", sim_con_units, sim_con_reg, sim_con_mod,
|
||||
2, 0, 0, 0, 0, 0,
|
||||
NULL, NULL, sim_con_reset, NULL, sim_con_attach, sim_con_detach,
|
||||
NULL, DEV_DEBUG, 0, sim_con_debug,
|
||||
NULL, DEV_DEBUG | DEV_NOSAVE, 0, sim_con_debug,
|
||||
NULL, NULL, NULL, NULL, NULL, sim_con_telnet_description};
|
||||
TMLN sim_con_ldsc = { 0 }; /* console line descr */
|
||||
TMXR sim_con_tmxr = { 1, 0, 0, &sim_con_ldsc, NULL, &sim_con_telnet };/* console line mux */
|
||||
|
||||
Reference in New Issue
Block a user