From a6469c255dd1a3f7cd9aa4a55fc4d721f0b821f0 Mon Sep 17 00:00:00 2001 From: Bob Supnik Date: Sun, 19 Mar 2017 09:45:12 -0700 Subject: [PATCH] NOVA, PDP1, PDP11, sigma: Various cosmetic/typo changes --- NOVA/nova_tt.c | 2 +- PDP1/pdp1_cpu.c | 2 +- PDP11/pdp11_io_lib.h | 1 - sigma/sigma_coc.c | 1 - sigma/sigma_io_defs.h | 2 +- 5 files changed, 3 insertions(+), 5 deletions(-) diff --git a/NOVA/nova_tt.c b/NOVA/nova_tt.c index 3d4e25aa..29367454 100644 --- a/NOVA/nova_tt.c +++ b/NOVA/nova_tt.c @@ -191,7 +191,7 @@ return SCPE_OK; t_stat tti_reset (DEVICE *dptr) { -tti_unit.buf = 0; /* */ +tti_unit.buf = 0; /* */ DEV_CLR_BUSY( INT_TTI ) ; DEV_CLR_DONE( INT_TTI ) ; DEV_UPDATE_INTR ; diff --git a/PDP1/pdp1_cpu.c b/PDP1/pdp1_cpu.c index 2a9953bb..7e52241c 100644 --- a/PDP1/pdp1_cpu.c +++ b/PDP1/pdp1_cpu.c @@ -25,7 +25,7 @@ cpu PDP-1 central processor - 27-Mar-15 RMS Backported changed from GitHub master + 27-Mar-15 RMS Backported changes from GitHub master 21-Mar-12 RMS Fixed & vs && in Ea_ch (Michael Bloom) 30-May-07 RMS Fixed typo in SBS clear (Norm Lastovica) 28-Dec-06 RMS Added 16-channel SBS support, PDP-1D support diff --git a/PDP11/pdp11_io_lib.h b/PDP11/pdp11_io_lib.h index 820c2fa5..4dc3828f 100644 --- a/PDP11/pdp11_io_lib.h +++ b/PDP11/pdp11_io_lib.h @@ -35,7 +35,6 @@ t_stat set_addr_flt (UNIT *uptr, int32 val, char *cptr, void *desc); t_stat set_vec (UNIT *uptr, int32 arg, char *cptr, void *desc); t_stat show_vec (FILE *st, UNIT *uptr, int32 arg, void *desc); t_stat show_vec_mux (FILE *st, UNIT *uptr, int32 arg, void *desc); -t_stat show_br (FILE *st, UNIT *uptr, int32 arg, void *desc); t_stat show_iospace (FILE *st, UNIT *uptr, int32 val, void *desc); t_stat auto_config (char *name, int32 nctrl); t_stat pdp11_bad_block (UNIT *uptr, int32 sec, int32 wds); diff --git a/sigma/sigma_coc.c b/sigma/sigma_coc.c index 800fbee8..5fdaad53 100644 --- a/sigma/sigma_coc.c +++ b/sigma/sigma_coc.c @@ -24,7 +24,6 @@ in this Software without prior written authorization from Robert M Supnik. coc 7611 communications multiplexor - */ #include "sigma_io_defs.h" diff --git a/sigma/sigma_io_defs.h b/sigma/sigma_io_defs.h index 0a24b810..f9bdf13e 100644 --- a/sigma/sigma_io_defs.h +++ b/sigma/sigma_io_defs.h @@ -194,7 +194,7 @@ typedef struct { #define DVA_CP 0x004 #define DVA_PT 0x005 #define DVA_MUX 0x006 -#define DIO_MUX 0x3 +#define DIO_MUX 0x003 #define DVA_MT 0x080 #define DVA_RAD 0x180 #define DVA_DK 0x190