GRI, PDP11, PDP8, VAX: Misc formatting and typo cleanups

This commit is contained in:
Bob Supnik 2018-03-09 14:04:19 -08:00 committed by Mark Pizzolato
parent c8ca4161fa
commit e270da1530
4 changed files with 5 additions and 4 deletions

View file

@ -518,7 +518,8 @@ while (reason == 0) { /* loop until halted */
MA = IDX_ADD (MA); /* index? */ MA = IDX_ADD (MA); /* index? */
if (op & TRP_DEF) { /* defer? */ if (op & TRP_DEF) { /* defer? */
t = (M[MA] + 1) & DMASK; /* autoinc */ t = (M[MA] + 1) & DMASK; /* autoinc */
if (MEM_ADDR_OK (MA)) M[MA] = t; if (MEM_ADDR_OK (MA))
M[MA] = t;
MA = IDX_ADD (t); /* index? */ MA = IDX_ADD (t); /* index? */
} }
TRP = SC; /* save SC */ TRP = SC; /* save SC */

View file

@ -876,7 +876,7 @@ switch (st) {
if (qdt) { /* data transfer? */ if (qdt) { /* data transfer? */
tu_set_er (ER_FCE); /* set FCE */ tu_set_er (ER_FCE); /* set FCE */
mba_set_exc (tu_dib.ba); /* set exception*/ mba_set_exc (tu_dib.ba); /* set exception*/
} }
break; break;
case MTSE_IOERR: /* IO error */ case MTSE_IOERR: /* IO error */

View file

@ -48,7 +48,7 @@
This module implements 1-16 individual serial interfaces similar in function This module implements 1-16 individual serial interfaces similar in function
to the console. These interfaces are mapped to Telnet based connections as to the console. These interfaces are mapped to Telnet based connections as
though they were the four lines of a terminal multiplexor. The connection though they were the 16 lines of a terminal multiplexor. The connection
polling mechanism is superimposed onto the keyboard of the first interface. polling mechanism is superimposed onto the keyboard of the first interface.
The done and enable flags are maintained locally, and only a master interrupt The done and enable flags are maintained locally, and only a master interrupt

View file

@ -26,7 +26,7 @@
On a full VAX, this module simulates the VAX commercial instruction set (CIS). On a full VAX, this module simulates the VAX commercial instruction set (CIS).
On a subset VAX, this module implements the emulated instruction fault. On a subset VAX, this module implements the emulated instruction fault.
30-May-16 RMS Fixed WorldLshift FOR REAL 30-May-16 RMS Fixed WordLshift FOR REAL
16-Oct-08 RMS Fixed bug in ASHP left overflow calc (Word/NibbleLshift) 16-Oct-08 RMS Fixed bug in ASHP left overflow calc (Word/NibbleLshift)
Fixed bug in DIVx (LntDstr calculation) Fixed bug in DIVx (LntDstr calculation)
28-May-08 RMS Inlined physical memory routines 28-May-08 RMS Inlined physical memory routines