From 14d091e60a632c146c751d3f8118998d633f3506 Mon Sep 17 00:00:00 2001 From: Irmen de Jong Date: Thu, 24 Sep 2020 23:27:35 +0200 Subject: [PATCH] crashes :( --- examples/bdmusic.p8 | 2 ++ examples/cube3d-gfx.p8 | 2 ++ examples/cube3d-sprites.p8 | 1 + examples/line-circle-gfx.p8 | 2 ++ examples/mandelbrot-gfx.p8 | 3 +++ examples/plasma.p8 | 3 +++ examples/tehtriz.p8 | 3 +++ examples/testarrays.p8 | 3 +++ examples/turtle-gfx.p8 | 2 ++ examples/wizzine.p8 | 2 ++ 10 files changed, 23 insertions(+) diff --git a/examples/bdmusic.p8 b/examples/bdmusic.p8 index 29b443e38..2daf78077 100644 --- a/examples/bdmusic.p8 +++ b/examples/bdmusic.p8 @@ -2,6 +2,8 @@ %import textio %import syslib +; TODO fix crash it's caused by commit 2b9316c4fff5ef33340676da96a9c7ef57237bc0 reworked program init logic + main { sub start() { diff --git a/examples/cube3d-gfx.p8 b/examples/cube3d-gfx.p8 index 570f60dce..b5c68c574 100644 --- a/examples/cube3d-gfx.p8 +++ b/examples/cube3d-gfx.p8 @@ -3,6 +3,8 @@ ; Note: this program is compatible with C64 and CX16. +; TODO fix crash + main { ; vertices diff --git a/examples/cube3d-sprites.p8 b/examples/cube3d-sprites.p8 index 31d19da64..4acb1436a 100644 --- a/examples/cube3d-sprites.p8 +++ b/examples/cube3d-sprites.p8 @@ -2,6 +2,7 @@ %import syslib %import textio +; TODO fix crash spritedata $2000 { ; this memory block contains the sprite data diff --git a/examples/line-circle-gfx.p8 b/examples/line-circle-gfx.p8 index 75a2f8698..3ccaf9c16 100644 --- a/examples/line-circle-gfx.p8 +++ b/examples/line-circle-gfx.p8 @@ -2,6 +2,8 @@ ; Note: this program is compatible with C64 and CX16. +; TODO fix crash + main { sub start() { diff --git a/examples/mandelbrot-gfx.p8 b/examples/mandelbrot-gfx.p8 index b83f07f7b..ea2a30dd1 100644 --- a/examples/mandelbrot-gfx.p8 +++ b/examples/mandelbrot-gfx.p8 @@ -8,6 +8,9 @@ ; Note: this program is compatible with C64 and CX16. +; TODO fix problem that it freezes or doesn't draw anything anymore + + main { const ubyte width = 255 const ubyte height = 200 diff --git a/examples/plasma.p8 b/examples/plasma.p8 index f18468f22..7814007a2 100644 --- a/examples/plasma.p8 +++ b/examples/plasma.p8 @@ -13,6 +13,9 @@ ;** ** ;\*****************************************************************************/ +; TODO fix problem + + main { const uword SCREEN1 = $E000 const uword SCREEN2 = $E400 diff --git a/examples/tehtriz.p8 b/examples/tehtriz.p8 index 710370f55..f63bbd9ff 100644 --- a/examples/tehtriz.p8 +++ b/examples/tehtriz.p8 @@ -7,6 +7,9 @@ ; staged speed increase ; some simple sound effects +; TODO fix crash + + %target c64 %import syslib %import textio diff --git a/examples/testarrays.p8 b/examples/testarrays.p8 index e98f51f25..f1a06ec1d 100644 --- a/examples/testarrays.p8 +++ b/examples/testarrays.p8 @@ -5,6 +5,9 @@ ; Note: this program is compatible with C64 and CX16. +; TODO fix byte var in arrayvar fail + + main { ; this is only a parser/compiler test, there's no actual working program diff --git a/examples/turtle-gfx.p8 b/examples/turtle-gfx.p8 index 688eadbed..dd13e45e1 100644 --- a/examples/turtle-gfx.p8 +++ b/examples/turtle-gfx.p8 @@ -3,6 +3,8 @@ %import graphics %zeropage floatsafe +; TODO fix crash + main { sub start() { diff --git a/examples/wizzine.p8 b/examples/wizzine.p8 index a7cd5686b..c33b22a51 100644 --- a/examples/wizzine.p8 +++ b/examples/wizzine.p8 @@ -2,6 +2,8 @@ %import syslib %zeropage basicsafe +; TODO fix code that has become slower (should be fixed after all the new comparison expression code is done) + spritedata $0a00 { ; this memory block contains the sprite data