1
0
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:
Mark Pizzolato 2013-01-05 15:11:36 -08:00
parent 0c436c1515
commit 8395db0573

View File

@ -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 */