I1620: Fixed typo in PTP unit (Dave Wise)

This commit is contained in:
Bob Supnik 2017-06-11 04:03:43 -07:00 committed by Mark Pizzolato
parent f1a6d538b9
commit 7e32130e1e

View file

@ -26,6 +26,7 @@
ptr 1621 paper tape reader ptr 1621 paper tape reader
ptp 1624 paper tape punch ptp 1624 paper tape punch
10-Jun-17 RMS Fixed typo in PTP unit (Dave Wise)
26-May-17 RMS Added deferred IO 26-May-17 RMS Added deferred IO
25-May-17 RMS Fixed treatment of X0C82 on RN (Tom McBride) 25-May-17 RMS Fixed treatment of X0C82 on RN (Tom McBride)
18-May-17 RMS Separated EOF error from other IO errors (Dave Wise) 18-May-17 RMS Separated EOF error from other IO errors (Dave Wise)
@ -99,7 +100,7 @@ DEVICE ptr_dev = {
*/ */
UNIT ptp_unit = { UNIT ptp_unit = {
UDATA (&ptp_svc, UNIT_SEQ+UNIT_ATTABLE, SERIAL_OUT_WAIT) UDATA (&ptp_svc, UNIT_SEQ+UNIT_ATTABLE, 0), SERIAL_OUT_WAIT
}; };
REG ptp_reg[] = { REG ptp_reg[] = {