mirror of
https://github.com/open-simh/simh.git
synced 2026-05-04 23:25:46 +00:00
PDP11, PDP10, VAX780: CR11 is BR6, CD11 is BR4
This commit is contained in:
committed by
Mark Pizzolato
parent
d7a98da256
commit
ae3179e2fe
@@ -1,6 +1,6 @@
|
||||
/* pdp11_io_lib.h: Unibus/Qbus common support routines header file
|
||||
|
||||
Copyright (c) 1993-2008, Robert M Supnik
|
||||
Copyright (c) 1993-2017, Robert M Supnik
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a
|
||||
copy of this software and associated documentation files (the "Software"),
|
||||
@@ -35,6 +35,7 @@ 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);
|
||||
|
||||
Reference in New Issue
Block a user