1
0
mirror of https://github.com/simh/simh.git synced 2026-02-17 04:58:14 +00:00

PDP11: Add MB11.

This commit is contained in:
Lars Brinkhoff
2022-10-10 12:32:28 +02:00
committed by Mark Pizzolato
parent a43b39acf7
commit 64a9c021f3
6 changed files with 197 additions and 0 deletions

View File

@@ -126,6 +126,7 @@ extern DEVICE ng_dev;
extern DEVICE daz_dev;
extern DEVICE tv_dev;
#endif
extern DEVICE mb_dev;
extern REG cpu_reg[];
extern int32 saved_PC;
@@ -213,6 +214,7 @@ DEVICE *sim_devices[] = {
&daz_dev,
&tv_dev,
#endif
&mb_dev,
#else
&clk_dev,
&tti_dev,