1
0
mirror of https://github.com/open-simh/simh.git synced 2026-05-03 06:39:03 +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

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