February 27th, 2011 by Moggen

Yeah, I did. About time. It is about Emumiga in general and details of the new object model. It is to be included in the next source code bundle. But I’m so proud of it so I decided to upload it here right now. See it here: internals.txt.

The cpu emulation is converted to C++, and I’m working on the memory system. It is not too far left to the first checkpoint, that the emulator fires up, runs a couple of instructions, and then quit with a RTS instruction.

February 7th, 2011 by Moggen

Working on the C++ conversion. I have done the core internals, and I’m working on the CPU part at the moment.
The CPU emulation needed some refactoring, and I’m actually shrinking the code about 20% and making it easier to read.
I will go on with the memory subsystem after the CPU is done. After that:  Emulation of structures.