mirror of
https://github.com/simh/simh.git
synced 2026-05-01 22:06:00 +00:00
PDP11: MASSBUS controller clear vs rhwc register
This commit is contained in:
committed by
Mark Pizzolato
parent
d0950d17ba
commit
ecc4df6e6d
@@ -882,7 +882,8 @@ mb = dptr - mba_dev;
|
|||||||
if (mb >= MBA_NUM)
|
if (mb >= MBA_NUM)
|
||||||
return SCPE_NOFNC;
|
return SCPE_NOFNC;
|
||||||
massbus[mb].cs1 = CS1_DONE;
|
massbus[mb].cs1 = CS1_DONE;
|
||||||
massbus[mb].wc = 0;
|
if ((sim_switches & SWMASK ('P')) !=0)
|
||||||
|
massbus[mb].wc = 0; /* powerup only */
|
||||||
massbus[mb].ba = 0;
|
massbus[mb].ba = 0;
|
||||||
massbus[mb].cs2 = 0;
|
massbus[mb].cs2 = 0;
|
||||||
massbus[mb].db = 0;
|
massbus[mb].db = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user