1
0
mirror of https://github.com/open-simh/simh.git synced 2026-05-05 23:54:03 +00:00

PDP11, VAX: Better support for various positioning operations which different OS drivers use. Fix to properly record/tolerate skip n records reaching a tape mark. Fix to #139

This commit is contained in:
Mark Pizzolato
2014-05-16 12:46:08 -07:00
parent f4771affe7
commit c0f9c2e86c
4 changed files with 72 additions and 33 deletions

View File

@@ -637,6 +637,7 @@ struct sim_brktab {
struct sim_debtab {
char *name; /* control name */
uint32 mask; /* control bit */
char *desc; /* description */
};
#define DEBUG_PRS(d) (sim_deb && d.dctrl)