mirror of
https://github.com/elliotnunn/NetBoot.git
synced 2025-03-10 15:29:59 +00:00
Ditch periodic routine
This commit is contained in:
parent
02f6a6281f
commit
45e36cca05
12
ServerDA.a
12
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user