update the TODO now that cycle counting has been added to everything

This commit is contained in:
Preston Skupinski 2011-10-30 00:22:44 -04:00
parent a1a337f3f6
commit 5f0424fd0b
1 changed files with 1 additions and 1 deletions

2
TODO
View File

@ -1,4 +1,5 @@
Testing:
- Tests for cycle counting
- More tests for branching operations
- More tests for CMP/CPY/CPX operations
- Tests needed for JMP operations
@ -11,7 +12,6 @@ Testing:
CPU:
- Figure out the exact details of how the 65816 handles illegal BCD numbers
when decimal mode is set
- Have each operation return the number of cycles used by the execute function.
- Optimization
Memory:
- Bank wrapping or not wrapping for certain addressing modes and with certain