Skip to content

Commit

Permalink
[BASIC] fix VPOKE pointer preservation
Browse files Browse the repository at this point in the history
  • Loading branch information
mooinglemur committed Mar 30, 2024
1 parent b158434 commit e88b0fa
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion basic/x16additions.s
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,16 @@ vpeek jsr chrget
vpoke jsr getbyt ; bank
phx
jsr chkcom
jsr getnum
jsr frmadr
lda poker+1
pha
lda poker
pha
jsr combyt
pla
sta poker
pla
sta poker+1
pla
cmp #4
bcs @io4
Expand Down

0 comments on commit e88b0fa

Please sign in to comment.