Fixed and improved some pce comments.
This commit is contained in:
committed by
Oliver Schmidt
parent
2cc822b44e
commit
959eff34a3
@@ -3,9 +3,9 @@
|
||||
;
|
||||
|
||||
.export _clock
|
||||
.constructor initclock, 24
|
||||
.constructor initclock
|
||||
|
||||
.forceimport ticktock
|
||||
.forceimport ticktock ; make sure that tickcount changes
|
||||
.importzp sreg
|
||||
|
||||
.include "extzp.inc"
|
||||
@@ -20,6 +20,9 @@
|
||||
rts
|
||||
.endproc
|
||||
|
||||
|
||||
; Make the process clock start at zero.
|
||||
|
||||
.segment "ONCE"
|
||||
initclock:
|
||||
lda #0
|
||||
|
||||
Reference in New Issue
Block a user