mirror of
https://github.com/rcornwell/sims.git
synced 2026-01-13 23:35:30 +00:00
KA10: Added UNIT_SEQ to card punch and punch to support APPEND open.
This commit is contained in:
parent
4986238514
commit
34973e2b4c
@ -34,7 +34,7 @@
|
||||
#include "sim_defs.h"
|
||||
#if (NUM_DEVS_CP > 0)
|
||||
|
||||
#define UNIT_CDP UNIT_ATTABLE | UNIT_DISABLE | MODE_026
|
||||
#define UNIT_CDP UNIT_ATTABLE | UNIT_DISABLE | UNIT_SEQ | MODE_026
|
||||
|
||||
#define CP_DEVNUM 0110
|
||||
|
||||
|
||||
@ -73,7 +73,7 @@ const char *ptr_description (DEVICE *dptr);
|
||||
DIB ptp_dib = { PP_DEVNUM, 1, &ptp_devio, NULL };
|
||||
|
||||
UNIT ptp_unit = {
|
||||
UDATA (&ptp_svc, UNIT_ATTABLE+UNIT_TEXT, 0), 10000
|
||||
UDATA (&ptp_svc, UNIT_ATTABLE+UNIT_TEXT+UNIT_SEQ, 0), 10000
|
||||
};
|
||||
|
||||
REG ptp_reg[] = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user