1
0
mirror of https://github.com/simh/simh.git synced 2026-04-15 08:01:30 +00:00

SCP: Enable global message suppression by library code

The global variable sim_show_message as 0 will suppress message
output which may be needed from time to time by library code.
This commit is contained in:
Mark Pizzolato
2020-05-22 10:11:40 -07:00
parent a4228438b5
commit ca51776ec7
2 changed files with 3 additions and 2 deletions

1
scp.h
View File

@@ -364,6 +364,7 @@ extern UNIT *sim_dfunit;
extern int32 sim_interval;
extern int32 sim_switches;
extern int32 sim_switch_number;
extern int32 sim_show_message;
extern int32 sim_quiet;
extern int32 sim_step;
extern t_stat sim_last_cmd_stat; /* Command Status */