From 5464c71629e24717c8eb10e96196bd9abd23c598 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 17 Feb 2024 09:58:24 +0100 Subject: Remove TODOs --- src/TODO | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 src/TODO diff --git a/src/TODO b/src/TODO deleted file mode 100644 index 62e7a14..0000000 --- a/src/TODO +++ /dev/null @@ -1,16 +0,0 @@ -c8asm: - — SCHIP support: SUPER directive? -ahoy: - — NCurses port? - — SCHIP support - — User-configuration: - — Volume (Also at runtime and as CLI param) - — Clock Speed (Also at runtime and as CLI param) - — Savestates - — Other cool visual effects -c8c: - — Implement the C8 compiler - — Write assembly to stdout, allowing for such constructions as - ‘c8c file.c8 | c8asm >out.bin’ or ‘c8c file.c8 | c8asm | ahoy’. -c8dasm: - — Implement the disassembler. -- cgit v1.2.3