Add TODO section

This commit is contained in:
DavidBuchanan314 2017-01-03 21:07:58 +00:00
parent 1da995b11a
commit 10eeb1a503
1 changed files with 8 additions and 0 deletions

View File

@ -79,3 +79,11 @@ RUN
Ready
```
### TODO:
- Decimal mode.
- Cycle-accurate timing.
- GDB interface for easy debugging of 6502 programs (and the emulator itself).
- Implement more hardware devices (mainly a 6522, also some character/graphics LCDs).
- Turn it into a NES emulator.