1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-05-01 22:07:31 +00:00

SCP: Updated to current.

This commit is contained in:
Richard Cornwell
2021-03-07 13:40:34 -05:00
parent d533322a6a
commit 692f7474e1
6 changed files with 140 additions and 44 deletions

View File

@@ -710,6 +710,7 @@ struct REG {
#define REG_VMIO 00400 /* use VM data print/parse */
#define REG_VMAD 01000 /* use VM addr print/parse */
#define REG_FIT 02000 /* fit access to size */
#define REG_DEPOSIT 04000 /* call VM routine after update */
#define REG_HRO (REG_RO | REG_HIDDEN) /* hidden, read only */
#define REG_V_UF 16 /* device specific */