fixes in comments
git-svn-id: svn://svn.cc65.org/cc65/trunk@1829 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
58cd139c6e
commit
e2e2b02c3d
1 changed files with 5 additions and 5 deletions
|
@ -13,15 +13,15 @@
|
||||||
; (is the above true? I can't remember if interlace skips lines or takes them from two
|
; (is the above true? I can't remember if interlace skips lines or takes them from two
|
||||||
; different places (same offset, different base))
|
; different places (same offset, different base))
|
||||||
;
|
;
|
||||||
; X-axis resolution can be changed on the fly by manipulating xres header field so
|
; X-axis resolution can be changed by manipulating xres header field so
|
||||||
; any resolution 8..708 is possible only with gfx-mode initialization changed.
|
; any resolution 8..708 is possible only with gfx-mode initialization and CALC changed.
|
||||||
;
|
;
|
||||||
; With special initialization we can get 320x200 double-pixel mode (set 1 bit in one VDC reg)
|
; With special initialization and CALC we can get 320x200 double-pixel mode.
|
||||||
;
|
;
|
||||||
; Color translation values for BROWN and GRAY3 are obviously wrong, they could
|
; Color translation values for BROWN and GRAY3 are obviously wrong, they could
|
||||||
; be replaced by equiv. of ORANGE and GRAY2 but this would give only 14 of 16 colors available.
|
; be replaced by equiv. of ORANGE and GRAY2 but this would give only 14 of 16 colors available.
|
||||||
;
|
;
|
||||||
; Register 25 ($19) is said to require different value on VDC v1, but I couldn't find what
|
; Register 25 ($19) is said to require different value for VDC v1, but I couldn't find what
|
||||||
; it should be.
|
; it should be.
|
||||||
|
|
||||||
.include "zeropage.inc"
|
.include "zeropage.inc"
|
||||||
|
@ -784,7 +784,7 @@ LINE:
|
||||||
lda #0
|
lda #0
|
||||||
sta ERR
|
sta ERR
|
||||||
sta ERR+1
|
sta ERR+1
|
||||||
; for (count=nk;count>0;--count) {
|
; for (count=nx;count>0;--count) {
|
||||||
lda NX
|
lda NX
|
||||||
ldx NX+1
|
ldx NX+1
|
||||||
sta COUNT
|
sta COUNT
|
||||||
|
|
Loading…
Add table
Reference in a new issue