From a580ef2cdbd9bd408b87299ac09f856718e35ee2 Mon Sep 17 00:00:00 2001 From: Preston Skupinski Date: Sat, 30 Apr 2011 22:24:57 -0400 Subject: [PATCH] updated the TODO and added a .gitignore so my vim *swp files don't accidently wind up in here --- .gitignore | 1 + TODO | 1 + 2 files changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d9568ca --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*swp diff --git a/TODO b/TODO index 6890965..055bf31 100644 --- a/TODO +++ b/TODO @@ -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