mirror of
https://github.com/open-simh/simh.git
synced 2026-01-13 23:37:13 +00:00
Fixed the auto configure IO page base address
This commit is contained in:
parent
0c436c1515
commit
8395db0573
@ -634,7 +634,7 @@ typedef struct pdp_dib DIB;
|
||||
|
||||
/* I/O page layout */
|
||||
|
||||
#define IOPAGEBASE (IO_UBA3) /* I/O page base */
|
||||
#define IOPAGEBASE (IO_UBA3 + 0760000) /* I/O page base */
|
||||
#define IOBA_UBMAP 0763000
|
||||
|
||||
#define IOBA_UBMAP1 (IO_UBA1 + IOBA_UBMAP) /* Unibus 1 map */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user