fachat / GeckOS-V2

GeckOS version 2, a multi-tasking and multithreading operating system for the 6502
http://www.6502.org/users/andre/osa/index.html
GNU General Public License v2.0
233 stars 26 forks source link

Check memory initialization #73

Closed fachat closed 1 year ago

fachat commented 4 years ago

Two indicators:

So need to check:

fachat commented 1 year ago

CS/A memory handling is now corrected.

When lib6502 files are loaded, the lib6502 forkto jumps into the lib6502 loader, which takes care of the right memory allocation / initialization.