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

Returned the pdp11_cr device to the VAX Qbus systems and changed the pdp11_cr device to properly describe itself as a Qbus capable device when CR11 device is being simulated since it is a programmed I/O device and doesn't have bus addressing issues that DMA devices have.

This commit is contained in:
Mark Pizzolato
2013-02-04 06:53:10 -08:00
parent 8a97baa553
commit 6b4353f257
11 changed files with 66 additions and 9 deletions

View File

@@ -39,6 +39,7 @@ extern DEVICE nvr_dev;
extern DEVICE sysd_dev;
extern DEVICE qba_dev;
extern DEVICE tti_dev, tto_dev;
extern DEVICE cr_dev;
extern DEVICE lpt_dev;
extern DEVICE clk_dev;
extern DEVICE rq_dev, rqb_dev, rqc_dev, rqd_dev;
@@ -68,6 +69,7 @@ DEVICE *sim_devices[] = {
&cso_dev,
&dz_dev,
&vh_dev,
&cr_dev,
&lpt_dev,
&rl_dev,
&rq_dev,