Fix color 1 and 2 (grey/green levels)
This commit is contained in:
parent
426e93b4bf
commit
885b360a41
3 changed files with 4 additions and 3 deletions
|
@ -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,11 +126,11 @@ 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
|
||||||
|
|
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…
Add table
Reference in a new issue