Fix bug with game load.

This commit is contained in:
Martin Haye 2016-06-20 09:10:41 -07:00
parent ec26b8276a
commit 5f945863c8

View File

@ -113,7 +113,7 @@ asm copyHeap // params: dir (0=AuxtoMain, 1=MainToAux)
ldy #0
sty tmp
sty pTmp
ldx #$10
ldx #8 ; FIXME to #$10
- lda (tmp),y
sta (pTmp),y
iny