more cleanup and fixing

This commit is contained in:
mrdudz
2015-07-12 16:40:52 +02:00
parent 891cb97b2f
commit 9e1d39a409
13 changed files with 159 additions and 268 deletions

View File

@@ -9,10 +9,10 @@
.proc _clock
ldy #0 ; Byte 3 is always zero
sty sreg+1
sty sreg
lda _tickcount+3
sta sreg+1
lda _tickcount+2
sta sreg
ldx _tickcount+1
lda _tickcount
rts