mirror of
https://github.com/cc65/cc65.git
synced 2024-10-31 20:06:11 +00:00
Fix color 1 and 2 (grey/green levels)
This commit is contained in:
parent
426e93b4bf
commit
885b360a41
@ -94,11 +94,12 @@ putchar:
|
|||||||
adc CURS_X
|
adc CURS_X
|
||||||
sta LCD_X
|
sta LCD_X
|
||||||
|
|
||||||
|
ldy #$F8
|
||||||
|
|
||||||
lda CHARCOLOR
|
lda CHARCOLOR
|
||||||
and #1
|
and #1
|
||||||
beq @delete1
|
beq @delete1
|
||||||
|
|
||||||
ldy #$F8
|
|
||||||
@copylp1:
|
@copylp1:
|
||||||
lda (ptr3),y
|
lda (ptr3),y
|
||||||
eor RVS
|
eor RVS
|
||||||
@ -125,12 +126,12 @@ putchar:
|
|||||||
lda _plotlo,x
|
lda _plotlo,x
|
||||||
sta LCD_Y
|
sta LCD_Y
|
||||||
|
|
||||||
|
ldy #$F8
|
||||||
|
|
||||||
lda CHARCOLOR
|
lda CHARCOLOR
|
||||||
and #2
|
and #2
|
||||||
beq @delete2
|
beq @delete2
|
||||||
|
|
||||||
ldy #$F8
|
|
||||||
|
|
||||||
@copylp2:
|
@copylp2:
|
||||||
lda (ptr3),y
|
lda (ptr3),y
|
||||||
eor RVS
|
eor RVS
|
||||||
|
BIN
util/atari/ataricvt.exe
Executable file
BIN
util/atari/ataricvt.exe
Executable file
Binary file not shown.
BIN
util/gamate/gamate-fixcart.exe
Executable file
BIN
util/gamate/gamate-fixcart.exe
Executable file
Binary file not shown.
Loading…
Reference in New Issue
Block a user