summaryrefslogtreecommitdiff
path: root/ToDo
diff options
context:
space:
mode:
authoralekseiplusplus <alekseijeaves@protonmail.com>2023-11-27 18:51:50 +1100
committeralekseiplusplus <alekseijeaves@protonmail.com>2023-11-27 18:51:50 +1100
commitc6da616d018ecfc5a26686e88ab520b54b7fa6ed (patch)
tree033986d0f384461267836ff179e14b268a9cf015 /ToDo
parent521edc94f65928d3ecbe94ecac132f8d3668be41 (diff)
revamped build; minor pointless changes
Diffstat (limited to 'ToDo')
-rw-r--r--ToDo31
1 files changed, 0 insertions, 31 deletions
diff --git a/ToDo b/ToDo
deleted file mode 100644
index a077586..0000000
--- a/ToDo
+++ /dev/null
@@ -1,31 +0,0 @@
-Immediate To Do List
-Now that I have decided to pick this back up to finish it off, I have some things which I need to do.
- [X] Rewrite the makefile to compile all the files together using the standard make procedure.
- -> [ ] Need to figure out what is up with the multiple definitions
- [ ] Write out interface.h functions
- [X] table.h refuses to play ball with uintptr_t types.
-
-
-
-
-! ! ! ! ! ! !! ! ! ! ! !!
-WE ARE BACK
-
-- Need to define GetKeyboard events and shtuff for interacting with special memory locations
-
-
-
-
-TESING PHASE
-[ ] Test how stack works. Create a stack position macro.
-[ ] Once all stack commands are certain, push processor status to stack to be able to debug flags.
-
-Make all 6502 related parts even more modular, so as to make it possible to use in other projects if the want arises.
-
-
-
- Tests to make
-LDA/SBC
-JMP
-CMP,CPX,CPY
-stack instructions