TMF Hg
changelog
- Wed, 16 Apr 2014 02:20:43 -0600
- by andrew@localhost [Wed, 16 Apr 2014 02:20:43 -0600] rev 147
- fixed bus error handling for real this time (save registers before every instruction and push the saved registers if a bus error occurs, since the instruction may have changed registers before the bus error, and also stop the instruction immediately with longjmp so it won't change memory after the bus error)
This isn't actually what a real 68k does, but it is a good enough approximation. A real 68k will jump back into the middle of the faulted instruction and resume it from the memory access that faulted as opposed to restarting from the beginning like this CPU emulation does. It would be a lot harder to do that with the way this CPU library is designed. Newer versions of MESS basically do the same thing (they use a newer version of this library).
- Wed, 16 Apr 2014 02:07:24 -0600
- by andrew@localhost [Wed, 16 Apr 2014 02:07:24 -0600] rev 146
- added keyboard mappings for ENTER, CANCL, and EXIT
- Tue, 21 May 2013 22:48:32 +0100
- by Philip Pemberton <philpem@philpem.me.uk> [Tue, 21 May 2013 22:48:32 +0100] rev 145
- Code clean up
* Tighten optimisation and warning options to find more potential issues
* Remove unused variable in keyboard code
* Display error message if ROMs fail to load
* Fix format string bugs in WD2010