Automatic computation of start-of-variables.

This commit is contained in:
giomba 2022-12-04 20:16:44 +01:00
parent 16c3c4dc49
commit 5daf3c9b39
1 changed files with 2 additions and 2 deletions

View File

@ -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