1
0
mirror of https://github.com/simh/simh.git synced 2026-02-07 00:38:04 +00:00

Exposed a means of general disabling message printing to commands while passing back status information.

This commit is contained in:
Mark Pizzolato
2012-03-27 19:12:40 -07:00
parent 693b75c00e
commit 00dfc21bf0
3 changed files with 29 additions and 20 deletions

View File

@@ -254,8 +254,9 @@ typedef uint32 t_addr;
/* [JDB local fix 3] end */
#define SCPE_MAX_ERR (SCPE_BASE + 44) /* Maximum SCPE Error Value */
#define SCPE_KFLAG 0010000 /* tti data flag */
#define SCPE_BREAK 0020000 /* tti break flag */
#define SCPE_KFLAG 0x1000 /* tti data flag */
#define SCPE_BREAK 0x2000 /* tti break flag */
#define SCPE_NOMESSAGE 0x10000000 /* message display supression flag */
/* Print value format codes */