mirror of
https://github.com/simh/simh.git
synced 2026-05-02 06:15:23 +00:00
TIMER: Change internal THROTTLE device name to avoid SET THROTTLE collision
This commit is contained in:
@@ -1309,7 +1309,7 @@ DEVICE sim_timer_dev = {
|
|||||||
NULL, DEV_DEBUG | DEV_NOSAVE, 0, sim_timer_debug};
|
NULL, DEV_DEBUG | DEV_NOSAVE, 0, sim_timer_debug};
|
||||||
|
|
||||||
DEVICE sim_throttle_dev = {
|
DEVICE sim_throttle_dev = {
|
||||||
"THROTTLE", &sim_throttle_unit, sim_throttle_reg, NULL, 1};
|
"THROT-TLE", &sim_throttle_unit, sim_throttle_reg, NULL, 1};
|
||||||
|
|
||||||
|
|
||||||
/* sim_idle - idle simulator until next event or for specified interval
|
/* sim_idle - idle simulator until next event or for specified interval
|
||||||
|
|||||||
Reference in New Issue
Block a user