> On Mar 11, 2018, at 3:55 PM, Fritz Mueller <fri...@fritzm.org> wrote: > > I have found it very convenient to maintain a simh configuration that > parallels the physical hardware configuration of my PDP-11/45. I'm just > about to add a DR11-C for a physical interface that I am building -- this > will "grab" a floating interrupt ahead of a DZ11 that I already have in the > machine. > > Does anyone here know of convenient way to inform simh's autoconfig that I > wish to insert a DR11-C?
Some follow up: after a little more digging, I found that simh's pdp11 DZ device accepts SET ADDRESS= and VECTOR=, which will override the autoconfig. That should solve my problem for now. --FritzM.