Fixed some mistakes (mostly in the documentation).
This commit is contained in:
committed by
Oliver Schmidt
parent
b5d939c858
commit
2cc822b44e
@@ -14,7 +14,7 @@
|
||||
; of functions. Doing it by a table means some overhead in space, but it
|
||||
; has major advantages:
|
||||
;
|
||||
; * It is fast. If it were'nt for the slow parameter passing of cc65, one
|
||||
; * It is fast. If it weren't for the slow parameter passing of cc65, one
|
||||
; could even define macros for the isxxx functions (this is usually
|
||||
; done on other platforms).
|
||||
;
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
.include "extzp.inc"
|
||||
|
||||
ticktock:
|
||||
bbr5 vdc_flags,@s1 ; not vertical-blank interrupt
|
||||
bbr5 vdc_flags,@s1 ; skip if not vertical-blank interrupt
|
||||
|
||||
; Increment the system tick counter.
|
||||
inc tickcount
|
||||
|
||||
Reference in New Issue
Block a user