This commit is contained in:
Peter Ferrie 2019-10-09 10:00:33 -07:00
parent e391dcd5e2
commit 2563a0467a

View File

@ -113,19 +113,18 @@ PlayGame
+LDAY SAVE
jsr AddToPath
; then we save the length of the resulting string without the count byte
ldx gPathname
dex
txa
pha
; attach the separator
inc gPathname
lda #'/'
sta gPathname+1,x
; then we save the length of the resulting string without the count byte
dex
txa
pha
; then attach the game name
+LDAY SAVE