Fixed memory address end

This commit is contained in:
Charles Mangin 2018-12-14 12:10:27 -05:00 committed by GitHub
parent 14eefdf1fe
commit 30af9e1c58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

Binary file not shown.

View File

@ -1557,10 +1557,12 @@ SPLASHSCREEN
LDA SPLASHHI
STA $3D
LDA #$FF
LDA SPLASHLO
STA $3E ; $3E and $3F for source end
LDA #$2F
STA $3F ; $2fff = end :)
LDA SPLASHHI
CLC
ADC #$04 ; add $400 to start == end of graphic
STA $3F ;
LDA #$00
STA $42 ; $42 and $43 for destination