diff --git a/libsrc/gamate/cputc.s b/libsrc/gamate/cputc.s index 435bebfad..7f407ea00 100644 --- a/libsrc/gamate/cputc.s +++ b/libsrc/gamate/cputc.s @@ -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 diff --git a/util/atari/ataricvt.exe b/util/atari/ataricvt.exe new file mode 100755 index 000000000..78c628e3e Binary files /dev/null and b/util/atari/ataricvt.exe differ diff --git a/util/gamate/gamate-fixcart.exe b/util/gamate/gamate-fixcart.exe new file mode 100755 index 000000000..8d9d69868 Binary files /dev/null and b/util/gamate/gamate-fixcart.exe differ