-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
44 lines (34 loc) · 1.45 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
CHIP8 TODO
~~SDL powered debugger.~~
- ~~Rewrite input platform
interface to support custom
events. Enables custom and
crossplatform keymaps.~~
~~Debug interpreter.~~
- ~~Fix problems with Space
Invaders~~
Audio
- Implement Audio.beep(length)
in the SDL layer.
Test on other OSes
- Windows
- Mac
Proper commandline.
- Proper path handling.
- Commandline options.
INI file.
- Options that are overriden by
commandline.
ncurses layer.
- SDL for input and sound still?
- Integrated debugger.
Windows specific layer.
- No SDL, only native Windows
APIs.
Graphical debugger
- Full GUI debugger
- Crossplatform?
Graphical Chip-8 programming
- Write opcodes
- Save programs
- Built in docs