1
0
mirror of https://github.com/simh/simh.git synced 2026-01-14 07:39:29 +00:00

PDP11: Fix address block length for RS device

As discussed in #396
This commit is contained in:
Bob Supnik 2017-02-11 10:33:51 -08:00 committed by Mark Pizzolato
parent b86fa93174
commit 9f4b198afd

View File

@ -542,7 +542,7 @@ typedef struct pdp_dib DIB;
#define IOBA_UBM (IOPAGEBASE + 010200) /* Unibus map */
#define IOLN_UBM (UBM_LNT_LW * sizeof (int32))
#define IOBA_RS (IOPAGEBASE + 012040) /* RHC: RS03/RS04 */
#define IOLN_RS 040
#define IOLN_RS 034
#define IOBA_KG (IOPAGEBASE + 010700) /* KG11-A */
#define IOLN_KG 006
#define IOBA_RQ (IOPAGEBASE + 012150) /* RQDX3 */