bugfix from Fatih
git-svn-id: svn://svn.cc65.org/cc65/trunk@4459 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
b86ded5192
commit
ab6ff06e76
1 changed files with 3 additions and 3 deletions
|
@ -554,7 +554,7 @@ exit: .if grmode = 9
|
||||||
|
|
||||||
; Mode 10 mapping
|
; Mode 10 mapping
|
||||||
.if grmode = 10
|
.if grmode = 10
|
||||||
; Map out of range colors like this:
|
; Map out-of-range colors like this:
|
||||||
; 9 -> 8
|
; 9 -> 8
|
||||||
; 10 -> 8
|
; 10 -> 8
|
||||||
; 11 -> 8
|
; 11 -> 8
|
||||||
|
@ -562,8 +562,8 @@ exit: .if grmode = 9
|
||||||
; 13 -> 1
|
; 13 -> 1
|
||||||
; 14 -> 2
|
; 14 -> 2
|
||||||
; 15 -> 3
|
; 15 -> 3
|
||||||
cmp #8
|
cmp #9
|
||||||
bcs @cont
|
bcc @cont
|
||||||
sub #12
|
sub #12
|
||||||
bcs @cont
|
bcs @cont
|
||||||
lda #8
|
lda #8
|
||||||
|
|
Loading…
Add table
Reference in a new issue