1
0
mirror of https://github.com/simh/simh.git synced 2026-02-12 02:48:38 +00:00

ALTAIR: Allow PTP device to be readonly at attach time

This commit is contained in:
Bob Supnik
2020-05-29 09:15:18 -07:00
committed by Mark Pizzolato
parent 0e95c3e666
commit de6db5847c

View File

@@ -86,7 +86,7 @@ DEVICE sio_dev = {
NULL, NULL, NULL
};
UNIT ptr_unit = { UDATA (&ptr_svc, UNIT_SEQ + UNIT_ATTABLE, 0), KBD_POLL_WAIT };
UNIT ptr_unit = { UDATA (&ptr_svc, UNIT_SEQ + UNIT_ATTABLE + UNIT_ROABLE, 0), KBD_POLL_WAIT };
REG ptr_reg[] = {
{ ORDATA (DATA, ptr_unit.buf, 8) },