1
0
mirror of https://github.com/PDP-10/its.git synced 2026-03-10 04:44:26 +00:00

Fix Dazzle Dart use of clock interrupt.

If the count buffer isn't set to 1, it will remain 0 which results in
a count period of 65536 or 1092 seconds.
This commit is contained in:
Lars Brinkhoff
2018-12-23 19:36:04 +01:00
parent 90e2e34d5e
commit 18019a077d

View File

@@ -310,6 +310,7 @@ START: RESET
CLR BMR
RSTRT: MOV #60.,TIME
MOV TMOUT,TIMER
MOV #1,PCSTBF
MOV #115,PCS
CLR SC1
CLR SC2