1
0
mirror of https://github.com/simh/simh.git synced 2026-04-15 16:11:13 +00:00

PDP10, PDP11, Unibus VAXen: CH11 Chaosnet interface.

This commit is contained in:
Lars Brinkhoff
2018-11-22 07:50:57 +01:00
parent 4b5b1edea5
commit da256fcc28
16 changed files with 576 additions and 6 deletions

View File

@@ -117,6 +117,7 @@ extern DEVICE dpv_dev;
extern DEVICE kmc_dev;
extern DEVICE uca_dev, ucb_dev;
extern DEVICE rom_dev;
extern DEVICE ch_dev;
extern REG cpu_reg[];
extern int32 saved_PC;
@@ -195,6 +196,7 @@ DEVICE *sim_devices[] = {
&kmc_dev,
&ke_dev,
&rom_dev,
&ch_dev,
#else
&clk_dev,
&tti_dev,