mirror of
https://github.com/open-simh/simh.git
synced 2026-01-16 16:29:30 +00:00
PDP10, PDP11, VAX: Fix DMC/DMR master clear when no units are attached to properly be able to act on register writes.
This commit is contained in:
parent
f6eb4bc4f5
commit
ddaf2764a7
@ -3721,6 +3721,7 @@ if (!(dptr->flags & DEV_DIS)) {
|
||||
dmc_buffer_queue_init_all(controller);
|
||||
dmc_clrinint(controller);
|
||||
dmc_clroutint(controller);
|
||||
controller->dmc_wr_delay = 0;
|
||||
for (j=0; j<dptr->numunits-1; j++) {
|
||||
sim_cancel (&dptr->units[j]); /* stop poll */
|
||||
if (dptr->units[j].flags & UNIT_ATT)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user