1
0
mirror of https://github.com/simh/simh.git synced 2026-05-05 15:33:34 +00:00

PDP11: ROM device.

This commit is contained in:
Lars Brinkhoff
2018-09-04 11:53:08 +02:00
parent 0051082dc9
commit 122a87e544
3 changed files with 225 additions and 1 deletions

View File

@@ -116,6 +116,7 @@ extern DEVICE dup_dev;
extern DEVICE dpv_dev;
extern DEVICE kmc_dev;
extern DEVICE uca_dev, ucb_dev;
extern DEVICE rom_dev;
extern REG cpu_reg[];
extern int32 saved_PC;
@@ -193,6 +194,7 @@ DEVICE *sim_devices[] = {
&dpv_dev,
&kmc_dev,
&ke_dev,
&rom_dev,
#else
&clk_dev,
&tti_dev,