mirror of
https://github.com/stid/woz64.git
synced 2024-11-29 12:49:17 +00:00
Fix BS Y Stack issue
This commit is contained in:
parent
6af62c2859
commit
4d9b4f0449
@ -252,6 +252,7 @@ sendChar: {
|
||||
bne !+
|
||||
lda #' '
|
||||
sta (MemMap.SCREEN.TempVideoPointer), y
|
||||
ply
|
||||
jmp exit
|
||||
|
||||
!:
|
||||
|
Loading…
Reference in New Issue
Block a user