Skip to content

1.2.10-beta_20160925

Pre-release
Pre-release
Compare
Choose a tag to compare
@istvan-v istvan-v released this 25 Sep 19:09
· 146 commits to master since this release

Changes since version 1.2.9.2:

  • video display improvements and bug fixes; the screen is no longer blanked while the emulator is paused
  • the debugger window is hidden only after a short delay when it is closed, this fixes the flickering while using the step buttons
  • the editor buffer in the monitor has been increased from 120 to 160 lines
  • memory dump is now also shown in ASCII format
  • in addition to the default hexadecimal format, it is also possible to specify numbers in the monitor in binary (e.g. %1010), octal (12o), and decimal (10l) format
  • new "step" buttons for stepping to the 16-bit address at the top of the stack ('Return') or any 16-bit address specified by the user ('Step to')
  • the debugger prints more detailed information about syntax and runtime errors in Lua scripts, and there is a new button to insert an empty breakpoint callback function
  • window icons have been implemented on non-Windows platforms if the emulator is built with FLTK 1.3.3 or newer
  • audio output fixes and improvements, WASAPI is now supported on Windows
  • added support for building with FLTK 1.3.x and Lua 5.2/5.3, and for building 64-bit Windows binaries
  • minor bug fixes