Tiny fix to Videx DELe routine.

This commit is contained in:
Bobbi Webber-Manners 2024-08-09 11:12:05 -04:00
parent 0d3aadfc6f
commit 83f8888ae1

View File

@ -1569,7 +1569,7 @@ DELe
ldy CV ; ...
jsr VidexSetVec ; Set up pointers
jsr VidexPage ; Page in correct page on Videx
lda #" "|$80 ; clear char
lda #" " ; clear char
jsr VidexPut ; Print char in A
.else
tya