This commit is contained in:
4am 2018-01-08 10:57:16 -05:00
parent bc30b62afd
commit aba91066db
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ inputfilebuffer
Start
ldx #(CodeEnd-CodeStart)-1; copy code to lower memory so we can load graphic at $2000
- lda CodeStart,x
sta $00fe,x
sta $00fe,x
dex
bpl -
txs