Skip to content

stella-3.9.2

Compare
Choose a tag to compare
@sa666666 sa666666 released this 14 Jan 22:11
· 5162 commits to master since this release
  • Improved parsing of the DASM lst file for the debugger disassembly; it sometimes missed constant declarations.
  • Changed 'usemouse' argument from a true/false option to accept 'always', 'analog' and 'never'. This allows to use the mouse as a controller under more specific circumstances. The default is 'analog', which means the mouse is only used to emulate analog-like devices (paddles, trackball, etc).
  • Added ability to use bold fonts within the debugger window, which can be set with the 'dbg.fontstyle' commandline argument as well as in the debugger UI Settings dialog. This is useful for those that find the
    current font too narrow.
  • Renamed 'debuggerres' argument to 'dbg.res'. All future debugger-specific options will start with 'dbg.'.
  • The TIA 'zoom' area in the debugger now supports scrolling the mouse wheel (currently up/down only, as I don't have a sideways scrolling mouse to test with).