Image offset bug corrected

The image offset was not correct because the carry bit was not cleared.
This caused a vertical black line on the right side.
This commit is contained in:
Mario Patiño 2013-07-16 19:19:55 +02:00
parent 971cabde0d
commit adbe3ed622
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ GSTEST SEC
STA $C034 ; BORDURE NOIRE
GO1 LDA SOURCE+$0A
CLC
ADC OFFSET+1
STA OFFSET+1