diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-02-17 09:58:24 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-02-17 09:58:24 +0100 |
commit | 5464c71629e24717c8eb10e96196bd9abd23c598 (patch) | |
tree | 12df7e18cc13360e97d6d5ba078ad679c18e6989 | |
parent | c00bb458f40dd8ab015a1b738c1c71e7f4893ed2 (diff) |
Remove TODOs
-rw-r--r-- | src/TODO | 16 |
1 files changed, 0 insertions, 16 deletions
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. |