Second release of the reference frontend for clownmdemu (the first release can be found here).
A binary is provided for Windows, which should support 32-bit x86 Windows XP as a minimum.
Changes from v0.1:
- Some more debuggers have been added:
- YM2612 registers
- 68000 registers
- Z80 registers
- The core emulator been updated:
- Optimisations have been made to the 68000 emulation and the master clock ticking subsystems to vastly improve performance.
- Rudimentary support for exceptions has been added to the 68000 emulator.
- Support for the
RLDandRRDinstructions have been added to the Z80 emulator. - Support for User Mode has been added to the 68000 emulator.
- Some bugs in the 68000 emulation have been fixed, making the emulator more accurate and able to run more software properly.