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