1
0
mirror of https://github.com/simh/simh.git synced 2026-04-29 05:05:14 +00:00

Revised the VAX780 to include the pdp11_dmc device

This commit is contained in:
Mark Pizzolato
2012-09-28 15:41:49 -07:00
parent 0453a87f18
commit 35b8a40559
4 changed files with 26 additions and 1 deletions

View File

@@ -54,6 +54,8 @@ extern DEVICE tu_dev;
extern DEVICE dz_dev;
extern DEVICE vh_dev;
extern DEVICE xu_dev, xub_dev;
extern DEVICE dmc_dev[];
extern DEVICE dmp_dev[];
extern int32 sim_switches;
extern UNIT cpu_unit;
@@ -91,6 +93,11 @@ DEVICE *sim_devices[] = {
&tq_dev,
&xu_dev,
&xub_dev,
&dmc_dev[0],
&dmc_dev[1],
&dmc_dev[2],
&dmc_dev[3],
&dmp_dev[0],
NULL
};