Merge pull request #5 from oliverschmidt/patch-4

Initialize backLayer.
This commit is contained in:
StewBC 2020-01-11 16:39:25 +01:00 committed by GitHub
commit 17c546baef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -72,6 +72,8 @@ store:
dex
bpl :-
sta backLayer ; set back layer to 0
ldx #((BitMasksEnd - BitMasks) - 1)
:
lda BitMasks, x