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