Fixed and improved some pce comments.

This commit is contained in:
Greg King
2015-11-17 09:14:15 -05:00
committed by Oliver Schmidt
parent 2cc822b44e
commit 959eff34a3
15 changed files with 61 additions and 55 deletions

View File

@@ -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