Fix Psudo stacks offest startin at +1

This commit is contained in:
stid 2020-01-18 23:12:48 -08:00
parent 4d9b4f0449
commit b0c134acb6
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
// Module Init.
// --------------------------------------------------------
init: {
lda #$00
lda #$FF
sta MemMap.CORE.xStackOffset
sta MemMap.CORE.yStackOffset
rts