mirror of
https://github.com/simh/simh.git
synced 2026-01-25 19:56:25 +00:00
TIMER: Properly transition internal timer after rebooting
- General cleanup of debug formatting and show device/features output
This commit is contained in:
@@ -219,7 +219,7 @@ return "Console telnet support";
|
||||
}
|
||||
|
||||
DEVICE sim_con_telnet = {
|
||||
"CON-TEL", &sim_con_unit, sim_con_reg, sim_con_mod,
|
||||
"CON-TELNET", &sim_con_unit, sim_con_reg, sim_con_mod,
|
||||
1, 0, 0, 0, 0, 0,
|
||||
NULL, NULL, sim_con_reset, NULL, sim_con_attach, sim_con_detach,
|
||||
NULL, DEV_DEBUG, 0, sim_con_debug,
|
||||
|
||||
Reference in New Issue
Block a user