From 45e36cca05943cbd447c286903a12bf056d715fe Mon Sep 17 00:00:00 2001 From: Elliot Nunn Date: Sat, 27 Mar 2021 16:11:04 +0800 Subject: [PATCH] Ditch periodic routine --- ServerDA.a | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/ServerDA.a b/ServerDA.a index ec35ea6..d8f1647 100644 --- a/ServerDA.a +++ b/ServerDA.a @@ -189,8 +189,6 @@ DACtl MOVE.W $1A(A0),D0 ; get the control opCode SUB.W #64,D0 ; = 64? (event) BEQ.S DoCtlEvent - SUB.W #1,D0 ; = 65? (periodic) - BEQ DoPeriodic CtlDone MOVE.L A4,A1 ; put DCE ptr back in A1 @@ -294,16 +292,6 @@ CtlEvtMouse BRA CtlEvtDone -**************************** PERIODIC ROUTINE ***************************** - -DoPeriodic - MOVE.L $1E(A4),-(SP) ; DCtlEntry.DCtlWindow set the port - DC.W $A873 ; __SetPort - - BSR.S DrawWindow ; draw our window every 5s - BRA CtlDone - - ****************************** FONT METRICS ******************************* DrawWindow