1
0
mirror of https://github.com/simh/simh.git synced 2026-04-17 00:36:00 +00:00

SCP: Add ability to set debug display switches on the fly

This commit is contained in:
Mark Pizzolato
2019-03-26 14:04:09 -07:00
parent b59ad75217
commit 3d13218263
2 changed files with 18 additions and 6 deletions

View File

@@ -81,6 +81,7 @@ t_stat sim_set_serial (int32 flag, CONST char *cptr);
t_stat sim_set_noserial (int32 flag, CONST char *cptr);
t_stat sim_set_logon (int32 flag, CONST char *cptr);
t_stat sim_set_logoff (int32 flag, CONST char *cptr);
int32 sim_set_deb_switches (int32 switches);
t_stat sim_set_debon (int32 flag, CONST char *cptr);
t_stat sim_set_cons_debug (int32 flg, CONST char *cptr);
t_stat sim_set_cons_buff (int32 flg, CONST char *cptr);