From 473de5f026f291578198e7db9539156c569a7451 Mon Sep 17 00:00:00 2001 From: nino-porcino Date: Sun, 19 Dec 2021 10:55:57 +0100 Subject: [PATCH] update TODO --- demos/tetris/tetris.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/demos/tetris/tetris.c b/demos/tetris/tetris.c index ea89d6a..0f3b731 100644 --- a/demos/tetris/tetris.c +++ b/demos/tetris/tetris.c @@ -1,9 +1,3 @@ -// TODO-KICKC: NPE when -t VIC20_8K is missing -// TODO-KICKC: NPE when array initializer contains unesisting macro -// TODO-KICKC: #include "keyboard.h" switches to c64 ? -// TODO-KICKC: conflict parameter if prototype has different parameter names -// TODO-KICKC: missing fragment: int x = pl->x + data[t].offset_x; oppure int x = pl->x + d->offset_x; - // TODO: solve division by counter_factor // TODO: interrupt and wait_interrupt()