mirror of
https://github.com/simh/simh.git
synced 2026-01-25 19:56:25 +00:00
SCP: Added automatic saving of console WRU, DEL, BRK and PCHAR console variables and provided a way for a simulator to declare that is doesn't have a console port so automatic WRU detection can be performed.
This commit is contained in:
@@ -873,7 +873,7 @@ DEVICE sim_timer_dev = {
|
||||
"TIMER", sim_timer_units, sim_timer_reg, sim_timer_mod,
|
||||
SIM_NTIMERS+1, 0, 0, 0, 0, 0,
|
||||
NULL, NULL, NULL, NULL, NULL, NULL,
|
||||
NULL, DEV_DEBUG, 0, sim_timer_debug};
|
||||
NULL, DEV_DEBUG | DEV_NOSAVE, 0, sim_timer_debug};
|
||||
|
||||
|
||||
/* sim_idle - idle simulator until next event or for specified interval
|
||||
|
||||
Reference in New Issue
Block a user