|
|
|
|
|
|
Make "1987.elf" work.
Posted on 2005-09-12 00:00:00 |
|
Added a basic state saving functionality. It's not really efficient since the file takes up 32MBs to store all that RAM on the HDD and it doesn't save the state of the GS register/handler quite well for now. But it saves from having to wait for all the demo to be able to check and test instructions that need to be implemented.
Added some keyboard shortcuts (aka accelerators) for the save and load state menues. I'll probably add some more to do the same for the global stuff like stepping through the code and resuming the virtual machine, but that'll require to remove those shortcuts from the disassembly renderer window. I'll do this tomorrow. Also added some basic functions to disable the GS and GIF logging stuff, but there's no user interface shortcuts to them for now. Implemented instruction XORI. (The instructions I listed in my previous log entry as being missing are appearing later in the program.) |