mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-21 06:39:40 +02:00
Long (generated) bittables for fastest plot and point
This commit is contained in:
+1
-4
@@ -207,7 +207,7 @@ FirstZpageVariable = $54
|
||||
;-----------------------------------------------
|
||||
; variable declarations in RAM (no code)
|
||||
;-----------------------------------------------
|
||||
ORG PMGraph + $0300 - (variablesEnd - OneTimeZeroVariables + 1)
|
||||
ORG PMGraph + $0300 - (variablesEnd - OneTimeZeroVariables)
|
||||
icl 'variables.asm'
|
||||
|
||||
; Game loading address
|
||||
@@ -755,9 +755,6 @@ EndofBFGDLI
|
||||
rts
|
||||
.endp
|
||||
;--------------------------------------------------
|
||||
.if variablesEnd > (PMGraph + $300)
|
||||
.ERROR 'Variables too long'
|
||||
.endif
|
||||
.IF * > MODUL-1
|
||||
.ECHO *
|
||||
.ERROR 'Code and data too long'
|
||||
|
||||
Reference in New Issue
Block a user