1
0
mirror of https://github.com/simh/simh.git synced 2026-02-27 01:00:07 +00:00

NOVA, PDP1, PDP11, sigma: Various cosmetic/typo changes

This commit is contained in:
Bob Supnik
2017-03-19 09:45:12 -07:00
committed by Mark Pizzolato
parent 9700c9116a
commit a6469c255d
5 changed files with 3 additions and 5 deletions

View File

@@ -191,7 +191,7 @@ return SCPE_OK;
t_stat tti_reset (DEVICE *dptr)
{
tti_unit.buf = 0; /* <not DG compatible> */
tti_unit.buf = 0; /* <not DG compatible> */
DEV_CLR_BUSY( INT_TTI ) ;
DEV_CLR_DONE( INT_TTI ) ;
DEV_UPDATE_INTR ;

View File

@@ -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

View File

@@ -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);

View File

@@ -24,7 +24,6 @@
in this Software without prior written authorization from Robert M Supnik.
coc 7611 communications multiplexor
*/
#include "sigma_io_defs.h"

View File

@@ -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