mirror of
https://github.com/open-simh/simh.git
synced 2026-01-14 07:40:35 +00:00
Added VH device to the VAX 8600 system configuration
This commit is contained in:
parent
448ee4ad3c
commit
b2ee3a5b92
@ -52,6 +52,7 @@ extern DEVICE ts_dev;
|
||||
extern DEVICE tq_dev;
|
||||
extern DEVICE tu_dev;
|
||||
extern DEVICE dz_dev;
|
||||
extern DEVICE vh_dev;
|
||||
extern DEVICE xu_dev, xub_dev;
|
||||
extern DEVICE dmc_dev[];
|
||||
|
||||
@ -72,6 +73,7 @@ DEVICE *sim_devices[] = {
|
||||
&tto_dev,
|
||||
&rlcs_dev,
|
||||
&dz_dev,
|
||||
&vh_dev,
|
||||
&cr_dev,
|
||||
&lpt_dev,
|
||||
&rp_dev,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user