1
0
mirror of https://github.com/simh/simh.git synced 2026-05-04 15:05:39 +00:00

SCP: Generalized numeric switch processing

This commit is contained in:
Mark Pizzolato
2017-09-03 09:19:20 -07:00
parent 81425a5829
commit 23f4c90a6d
3 changed files with 74 additions and 36 deletions

View File

@@ -325,7 +325,6 @@ typedef uint32 t_addr;
#define SIM_SW_REG (1u << 28) /* register value */
#define SIM_SW_STOP (1u << 29) /* stop message */
#define SIM_SW_SHUT (1u << 30) /* shutdown */
#define SIM_SW_NUM (1u << 31) /* Numeric Switch */
/* Simulator status codes