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:
@@ -1403,8 +1403,10 @@ DEVICE sim_stop_dev = {
|
||||
sim_int_stop_description};
|
||||
|
||||
DEVICE sim_throttle_dev = {
|
||||
"INT-THROTTLE", &sim_throttle_unit, sim_throttle_reg, NULL, 1};
|
||||
|
||||
"INT-THROTTLE", &sim_throttle_unit, sim_throttle_reg, NULL,
|
||||
1, 0, 0, 0, 0, 0,
|
||||
NULL, NULL, NULL, NULL, NULL, NULL,
|
||||
NULL, DEV_NOSAVE};
|
||||
|
||||
/* SET CLOCK command */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user