Skip to content

2015-11-12

Latest
Compare
Choose a tag to compare
@nmlgc nmlgc released this 12 Nov 01:45
· 10 commits to master since this release
2015-11-12

The - hopefully - final release before this gets rewritten using ImGui, fixing the nastiest remaining issues.

Fixed

  • The stack window now automatically scrolls to SS:SP when switching to Stack mode.
  • Improved breakpoint performance from O(n) to O(1) per executed instruction.
  • Hardware interrupts are no longer fired when stepping through emulated code. This gets rid of the irritating, seemingly random jumps to OS and BIOS code that made debugging of most user applications very annoying.
  • The memory modes in the debug window are now labeled more clearly.

Also includes the changes made to the original Neko Project II SVN repository up until 2015-10-28 that didn't clash with the custom debugging functionality in this fork:

Added

  • Video recording support (hold Shift while clicking on Other → Record sound)