mirror of
https://github.com/open-simh/simh.git
synced 2026-05-02 22:33:04 +00:00
ALTAIR: Allow PTP device to be readonly at attach time
This commit is contained in:
committed by
Mark Pizzolato
parent
e475936c87
commit
364067a788
@@ -86,7 +86,7 @@ DEVICE sio_dev = {
|
|||||||
NULL, NULL, NULL
|
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[] = {
|
REG ptr_reg[] = {
|
||||||
{ ORDATA (DATA, ptr_unit.buf, 8) },
|
{ ORDATA (DATA, ptr_unit.buf, 8) },
|
||||||
|
|||||||
Reference in New Issue
Block a user