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
+3
View File
@@ -224,6 +224,8 @@ PutPixelinDraw
bit drawFunction
bpl @+
inw LineLength
bit Vdebug
bmi MeasureVisualisation
jmp ContinueDraw ; was `bne` - not good, because LineLength starts from $ffff
@
bvc @+
@@ -271,6 +273,7 @@ CheckCollisionDraw
StopHitChecking
jmp ContinueDraw
@
MeasureVisualisation
jsr plot
ContinueDraw