1
0
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:
Mark Pizzolato
2016-12-28 13:25:11 -08:00
parent aa82b57d10
commit 7ec2ea836e
2 changed files with 35 additions and 16 deletions

View File

@@ -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,