Skip to content

Commit 5152290

Browse files
committed
Revert to 1 KB colour RAM after cursor update on MEGA65
1 parent a37ab7d commit 5152290

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

asm/screenkernal.asm

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ s_set_text_colour
348348

349349
s_delete_cursor
350350
!ifdef TARGET_MEGA65 {
351-
jsr colour2k
351+
jsr colour2k
352352
}
353353
lda #$20 ; blank space
354354
!ifdef TARGET_C128 {
@@ -366,6 +366,9 @@ s_delete_cursor
366366
lda s_colour
367367
}
368368
sta (zp_colourline),y
369+
!ifdef TARGET_MEGA65 {
370+
jsr colour1k
371+
}
369372
rts
370373

371374
s_printchar

0 commit comments

Comments
 (0)