summaryrefslogtreecommitdiff
path: root/ToDo
diff options
context:
space:
mode:
authoralekseiplusplus <alekseijeaves@protonmail.com>2023-05-01 14:16:00 +1000
committeralekseiplusplus <alekseijeaves@protonmail.com>2023-05-01 14:16:00 +1000
commit65e93275c17c14eea06d495958ed77fe569ce8f1 (patch)
tree4e9ee5a9bbbc6ac1ea5a4b38dd2cace48bbb5c70 /ToDo
parent8f09f4249cec8ccc187b3f9ee5094fb3080900a9 (diff)
changed directory structure, and other minor stuff
Diffstat (limited to 'ToDo')
-rw-r--r--ToDo4
1 files changed, 1 insertions, 3 deletions
diff --git a/ToDo b/ToDo
index 715ba0e..f9c8377 100644
--- a/ToDo
+++ b/ToDo
@@ -2,9 +2,7 @@ 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.
-Link pthreads library, and segregate work into multiple threads.
-
-Figure out simple threading in C to run other programs within the same address space. Perhaps use this to let the emulator run as an engine, which is interfaced by swappable clients, such as the SDL terminal emulator, terminal, and instruction interpreter clients.
+Make all 6502 related parts even more modular, so as to make it possible to use in other projects if the want arises.