mirror of
https://github.com/simh/simh.git
synced 2026-05-03 22:48:35 +00:00
KA10: Added UNIT_SEQ to card punch and punch to support APPEND open.
This commit is contained in:
@@ -34,7 +34,7 @@
|
|||||||
#include "sim_defs.h"
|
#include "sim_defs.h"
|
||||||
#if (NUM_DEVS_CP > 0)
|
#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
|
#define CP_DEVNUM 0110
|
||||||
|
|
||||||
|
|||||||
@@ -73,7 +73,7 @@ const char *ptr_description (DEVICE *dptr);
|
|||||||
DIB ptp_dib = { PP_DEVNUM, 1, &ptp_devio, NULL };
|
DIB ptp_dib = { PP_DEVNUM, 1, &ptp_devio, NULL };
|
||||||
|
|
||||||
UNIT ptp_unit = {
|
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[] = {
|
REG ptp_reg[] = {
|
||||||
|
|||||||
Reference in New Issue
Block a user