mirror of
https://github.com/PDP-10/its.git
synced 2026-03-10 12:48:25 +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:
@@ -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
|
||||
Reference in New Issue
Block a user