Skip to content

Commit

Permalink
NOVA, PDP1,, sigma: Various cosmetic/typo changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Supnik authored and markpizz committed Mar 20, 2017
1 parent 41ea29a commit c26c6ea
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion NOVA/nova_tt.c
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ return SCPE_OK;
t_stat tti_reset (DEVICE *dptr)
{
tmxr_set_console_units (&tti_unit, &tto_unit);
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 ;
Expand Down
2 changes: 1 addition & 1 deletion PDP1/pdp1_cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion sigma/sigma_coc.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
in this Software without prior written authorization from Robert M Supnik.
coc 7611 communications multiplexor
*/

#include "sigma_io_defs.h"
Expand Down
2 changes: 1 addition & 1 deletion sigma/sigma_io_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c26c6ea

Please sign in to comment.