mirror of
https://github.com/cc65/cc65.git
synced 2024-12-27 00:29:31 +00:00
Fix color 1 and 2 (grey/green levels)
This commit is contained in:
parent
87e90b6e9a
commit
fc6548db5c
@ -94,11 +94,12 @@ putchar:
|
||||
adc CURS_X
|
||||
sta LCD_X
|
||||
|
||||
ldy #$F8
|
||||
|
||||
lda CHARCOLOR
|
||||
and #1
|
||||
beq @delete1
|
||||
|
||||
ldy #$F8
|
||||
@copylp1:
|
||||
lda (ptr3),y
|
||||
eor RVS
|
||||
@ -125,11 +126,11 @@ putchar:
|
||||
lda _plotlo,x
|
||||
sta LCD_Y
|
||||
|
||||
ldy #$F8
|
||||
|
||||
lda CHARCOLOR
|
||||
and #2
|
||||
beq @delete2
|
||||
|
||||
ldy #$F8
|
||||
|
||||
@copylp2:
|
||||
lda (ptr3),y
|
||||
|
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