1
0
mirror of https://github.com/open-simh/simh.git synced 2026-01-25 11:55:43 +00:00

Removed the pdp11_dmc from the PDP10 simulator since that combination of hardware was never a legitimate one.

This commit is contained in:
Mark Pizzolato
2013-01-05 15:33:59 -08:00
parent 8395db0573
commit 6a5278ec3c
3 changed files with 1 additions and 15 deletions

View File

@@ -55,7 +55,6 @@ extern DEVICE dz_dev;
extern DEVICE ry_dev;
extern DEVICE cr_dev;
extern DEVICE lp20_dev;
extern DEVICE dmc_dev[];
extern UNIT cpu_unit;
extern REG cpu_reg[];
extern d10 *M;
@@ -91,10 +90,6 @@ DEVICE *sim_devices[] = {
&rp_dev,
&tu_dev,
&dz_dev,
&dmc_dev[0],
&dmc_dev[1],
&dmc_dev[2],
&dmc_dev[3],
NULL
};