mirror of
https://github.com/cybernesto/VBMP.git
synced 2025-01-04 10:30:47 +00:00
small corrections
COMPTS is already initialized with READBMP. COMPTD has to be initialized instead. Otherwise a small shift appears in the image. This was not visible on the original demo picture because of the surrounding black background. Removed one unnecessary assignment to BUFFDST since it was already written on screen and will be overwritten thereafter.
This commit is contained in:
parent
40502fc9e9
commit
536c28605e
@ -69,7 +69,6 @@ SAVEDST LDY DESTY
|
|||||||
S2 STY DESTY
|
S2 STY DESTY
|
||||||
LDA #06
|
LDA #06
|
||||||
STA COMPTD
|
STA COMPTD
|
||||||
STA BUFFDST
|
|
||||||
RTS
|
RTS
|
||||||
|
|
||||||
|
|
||||||
@ -102,8 +101,8 @@ GO1 LDA SOURCE+6
|
|||||||
STA DESTY
|
STA DESTY
|
||||||
LDX #191
|
LDX #191
|
||||||
STX DESTX
|
STX DESTX
|
||||||
LDA #07
|
LDA #06
|
||||||
STA COMPTS
|
STA COMPTD
|
||||||
JSR READBMP
|
JSR READBMP
|
||||||
|
|
||||||
BP ASL BUFFBMP
|
BP ASL BUFFBMP
|
||||||
|
Loading…
Reference in New Issue
Block a user