updated the TODO and added a .gitignore so my vim *swp files don't accidently wind up in here

This commit is contained in:
Preston Skupinski 2011-04-30 22:24:57 -04:00
parent 935d3093f4
commit a580ef2cdb
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*swp

1
TODO
View File

@ -2,6 +2,7 @@ CPU:
- LDY and LDX must behave properly in 8-bit mode when x bit in the p status
register is set to one
- Accumulator must behave properly when in 8-bit mode
- Emulation mode support in general.
- Have each operation return the number of cycles used by the execute function.
- updating the n bit of the status register
- Implement another 200+ operations