Skip to content

Releases: drhelius/Gearsystem

Gearsystem 3.5.0

03 Mar 15:41
8f817df
Compare
Choose a tag to compare

What's Changed

  • Support for YM2413
  • Native file dialogs
  • Drag and drop rom files to open
  • Overscan options
  • Improved Game Gear timings
  • Improved PAL detection
  • Debugger improvements
  • Custom folders for saves and savestates
  • Scaling improvements like fit to window size or fit to window height
  • Hide cursor when hovering output window or when main menu is disabled
  • Load symbol files from command line
  • Support for WLA symbol files
  • Improve input response time
  • Save screenshots
  • Support for WSL
  • Automatic builds in GitHub Actions
  • Several bug fixes
  • Add support for zoomed sprites in SMS/GG modes
  • Pixel perfect rendering even with non integer HDPI values on Windows
  • Fixed bug where when resetting, the first opcode would not be disassembled. by @samizzo in #50
  • Added a generalised shortcut system so any gui events can have a shortcut key defined in the config.ini by @samizzo in #52
  • add retrofw target by @Poligraf in #55
  • Fix window title flicker by @clbr in #74
  • Define install and uninstall targets by @TomChapple in #94
  • Update NFDe implementation to v1.1.1 by @TomChapple in #96

New Contributors

Full Changelog: gearsystem-3.4.1...3.5.0

Gearsystem 3.4.1

04 Sep 09:27
bf08426
Compare
Choose a tag to compare
  • RetroArch (libretro):
    • Fix crash when loading roms.

Gearsystem 3.4.0

13 Aug 21:41
48cdd45
Compare
Choose a tag to compare
  • All platforms:
    • BIOS support.
    • 3D glasses support (choose eye).
    • Janggun mapper.
    • Fix incorrect region detection.
    • Many performance improvements.
    • Several bug fixes.
  • Windows , Linux and Mac (desktop):
    • Fullscreen.
    • Multi-line cheat input to add multiple cheats in batch.
    • BSD support.
    • Debugger: go-to address, double click in jumps, back, memory breakpoints.
  • RetroArch (libretro):
    • Apple TV
    • macOS ARM
    • OpenDingux

Gearsystem 3.3.0

14 Feb 21:10
90b01e5
Compare
Choose a tag to compare
  • All platforms:
    • Many performance improvements.
    • Several bug fixes.
  • Windows and Linux (standalone):
    • Portable Mode. Create a file named portable.ini in the same directory as the application binary.
  • Windows (standalone):
    • Added missing dependencies for building with VisualStudio.
  • RetroArch (libretro):
    • Remove usage of obsolete Cell SDK in favor of the PSL1GHT SDK.

Gearsystem 3.2.0

31 Dec 12:05
c5c8fe0
Compare
Choose a tag to compare
  • All platforms:
    • Improved VDP timing.
    • Improved sprite accuracy.
    • Improved memory usage.
    • Minor bug fixes.
  • Libretro:
    • Fixed crashes due to heavy usage of memory in low memory platforms.

Gearsystem 3.1.0

23 May 19:55
Compare
Choose a tag to compare
  • Windows, Linux, macOS and Raspberry Pi 4:
    • Full Debugger for Master System, Game Gear and SG-1000.
    • Z80 disassembler with breakpoints and debug symbols.
    • TMS9918 inspector, including pattern tables, name tables, sprites and palettes.
    • Memory Editor.
    • Open rom using cli argument.
  • Libretro:
    • Emulation parameters like region, system, mapper, etc.
  • All platforms:
    • Load gamepad mappings from file.
    • Several bug fixes.

Gearsystem 3.0.3

21 Apr 20:15
0f59f24
Compare
Choose a tag to compare
gearsystem-3.0.3

Bump version to 3.0.3

Gearsystem 3.0.2

19 Apr 17:55
Compare
Choose a tag to compare
  • Windows, Linux and macOS:
    • Tweaking options for scanlines, fast forward and dot matrix effect.
    • Improved gamepad support and configuration.
    • Add backers into About window.
  • Raspberry Pi 4:
    • Desktop app.
  • All platforms:
    • Several bug fixes.

Gearsystem 3.0.1

12 Apr 20:22
081db24
Compare
Choose a tag to compare
  • Windows, Linux and macOS:
    • Scanlines.
  • All platforms:
    • Several bug fixes.

Gearsystem 3.0.0

11 Apr 11:39
ea6ad94
Compare
Choose a tag to compare
  • Windows, Linux and macOS:
    • Fully redesigned GUI using Dear ImGUI library (No more Qt 😅).
    • Fast Forward.
    • Game Genie and Pro Action Replay cheats support.
    • Force any aspect of emulation: system, cart region, NTSC/PAL, mapper, etc.
    • Screen ghosting.
    • Configurable screen scale and aspect ratio.
    • Two player support.
    • Gamepad support.
    • Open Recent menu.
    • Save states.
  • All platforms:
    • SG-1000 support.
    • Performance improvements.
    • Bug fixes.