1
0
mirror of https://github.com/simh/simh.git synced 2026-04-30 13:31:36 +00:00

Addition of DUP11 simulation to all Unibus simulators (PDP11, PDP10, and all Unibus VAXen)

This commit is contained in:
Mark Pizzolato
2013-05-27 16:24:18 -07:00
parent f30d43209e
commit 89bd58a6fa
21 changed files with 1215 additions and 3 deletions

View File

@@ -55,6 +55,7 @@ extern DEVICE dz_dev;
extern DEVICE vh_dev;
extern DEVICE xu_dev, xub_dev;
extern DEVICE dmc_dev[];
extern DEVICE dup_dev;
extern UNIT cpu_unit;
extern void WriteB (uint32 pa, int32 val);
@@ -95,6 +96,7 @@ DEVICE *sim_devices[] = {
&dmc_dev[1],
&dmc_dev[2],
&dmc_dev[3],
&dup_dev,
NULL
};