So there we are. My blog about my project, the 6502 simulator. And surely you’re wondering why? Why another 6502 simulator?
Read MoreBlog
Opcode Attribute
Regarding observing the cycles, I changed my mind. At first, I didn’t attach any importance to it. After some more reading and getting a better understanding of the importance the cycles have, even in a simulation, I will will do some changes to the code.To do this in a way that keeps the code flexible.
Read MoreProject resume
After quite a long break, I’m now resuming on this project. At least I’ll try to. 🙂First step is to migrate from .NET Framework to .NET as you can see in “v0.16.1_sdk_alpha“.The final _sdk_alpha will be merged to master after all tests were successful.Next step is to introduce one ore more interfaces to facilitate testing.
Read MoreUnit Tests
Gonna use NUnit to step into TDD
Read More