mirror of
https://github.com/simh/simh.git
synced 2026-01-25 19:56:25 +00:00
various: Fixed nested comments
This commit is contained in:
@@ -217,7 +217,7 @@ CTAB vax780_cmd[] = {
|
||||
Instead, the interrupt handler for a given UBA IPL
|
||||
reads a vector register that contains the Unibus vector
|
||||
for that IPL.
|
||||
|
||||
*/
|
||||
/* Find highest priority vectorable interrupt */
|
||||
|
||||
int32 eval_int (void)
|
||||
|
||||
@@ -183,7 +183,7 @@
|
||||
|
||||
/* CMCTL registers */
|
||||
|
||||
/* #define CMCTLSIZE (18 << 2) /* 18 registers */
|
||||
// #define CMCTLSIZE (18 << 2) /* 18 registers */
|
||||
#define CMCTLSIZE (19 << 2) /* KA655X extra reg */
|
||||
#define CMCTLBASE (REGBASE + 0x100) /* CMCTL addr base */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user