Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated SLAVE interface to Type 340 display to correct an obvious bug. #2319

Merged
merged 1 commit into from
Jul 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/l/slave.10 → src/l/slave.11
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,9 @@ DISLEEP:
MOVEI T,20. ;ELSE, NOSKIP AND LEAVE ERROR NUMBER IN A
SKIPL SIXOPD
MOVEI T,100. ;FOR PDP10, WAIT UP TO 3.3 SECONDS
DISLP3: MOVEI T,1 ;[FOR PDP6, UP TO .6 SECS] FOR SLAVE TO RESPOND
.SLEEP T,
DISLP3:
MOVEI D,1
.SLEEP D, ;[FOR PDP6, UP TO .6 SECS] FOR SLAVE TO RESPOND
SKIPE A,ERRLOC
DISLP4: SOSA (P)
SKIPN DFUNCTION
Expand Down