From 18019a077d7728e5c3641141f43983468b175e10 Mon Sep 17 00:00:00 2001 From: Lars Brinkhoff Date: Sun, 23 Dec 2018 19:36:04 +0100 Subject: [PATCH] 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. --- src/bs/{dazzle.68 => dazzle.69} | 1 + 1 file changed, 1 insertion(+) rename src/bs/{dazzle.68 => dazzle.69} (99%) diff --git a/src/bs/dazzle.68 b/src/bs/dazzle.69 similarity index 99% rename from src/bs/dazzle.68 rename to src/bs/dazzle.69 index 975bf747..a1db07ca 100644 --- a/src/bs/dazzle.68 +++ b/src/bs/dazzle.69 @@ -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