Automatic computation of start-of-variables.
This commit is contained in:
parent
16c3c4dc49
commit
5daf3c9b39
@ -47,9 +47,9 @@ coldstart SUBROUTINE
|
|||||||
sta $3b
|
sta $3b
|
||||||
|
|
||||||
; set start of variables
|
; set start of variables
|
||||||
lda #$ff
|
lda #<($1001 + demoend - basicdemo)
|
||||||
sta $2d
|
sta $2d
|
||||||
lda #$15
|
lda #>($1001 + demoend - basicdemo)
|
||||||
sta $2e
|
sta $2e
|
||||||
|
|
||||||
jsr clear_color_ram
|
jsr clear_color_ram
|
||||||
|
Loading…
Reference in New Issue
Block a user