fix param name breakage in PET txt.setcc for ignored charcolor parameter

This commit is contained in:
Irmen de Jong
2025-11-12 22:00:30 +01:00
parent 314e7f5691
commit f4ead66e91
2 changed files with 3 additions and 3 deletions

View File

@@ -182,8 +182,8 @@ sub setclr (ubyte col, ubyte row, ubyte color) {
}
sub setcc (ubyte col, ubyte row, ubyte character, ubyte charcolor_ignored) {
; ---- set char at the given position on the screen. charcolor is ignored on PET
sub setcc (ubyte col, ubyte row, ubyte character, ubyte charcolor) {
; ---- set char at the given position on the screen. NOTE: charcolor is ignored on PET
%asm {{
lda row
asl a