Visual Debug :) added

This commit is contained in:
Pecusx
2023-01-21 22:48:46 +01:00
parent da4d82cca4
commit e842d455e6
5 changed files with 21 additions and 4 deletions
+2 -1
View File
@@ -27,12 +27,13 @@
icl 'definitions.asm'
;---------------------------------------------------
FirstZpageVariable = $5A
FirstZpageVariable = $59
.zpvar DliColorBack .byte = FirstZpageVariable
.zpvar GradientNr .byte
.zpvar GradientColors .word
.zpvar WindChangeInRound .byte ; wind change after each turn (not round only) flag - (0 - round only, >0 - each turn)
.zpvar JoystickNumber .byte
.zpvar Vdebug .byte ; "visual debug" flag ($00 - off, $ff - on)
.zpvar xdraw .word ;= $64 ;variable X for plot
.zpvar ydraw .word ;variable Y for plot (like in Atari Basic - Y=0 in upper right corner of the screen)
.zpvar xbyte .word