From 65e93275c17c14eea06d495958ed77fe569ce8f1 Mon Sep 17 00:00:00 2001 From: alekseiplusplus Date: Mon, 1 May 2023 14:16:00 +1000 Subject: changed directory structure, and other minor stuff --- ToDo | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ToDo') 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. -- cgit v1.2.3