Fix BS Y Stack issue

This commit is contained in:
stid 2020-01-18 23:11:56 -08:00
parent 6af62c2859
commit 4d9b4f0449
1 changed files with 1 additions and 0 deletions

View File

@ -252,6 +252,7 @@ sendChar: {
bne !+
lda #' '
sta (MemMap.SCREEN.TempVideoPointer), y
ply
jmp exit
!: