Skip to content

GPMD85Emulator v0.12.2407

Latest
Compare
Choose a tag to compare
@mborik mborik released this 05 Jul 11:59
· 4 commits to master since this release

features

  • implemented Mouse 602 interface
  • implemented Joystick 4004/482 interface
    • "map to keyboard" emulation with 4 key-presets builtin
    • real game controllers handling via SDL2 GameController API
      (supported DPAD, buttons, bumpers and sticks (axes) with desired sensitivity)
  • implemented ROM Mega Module by @a8jan, also accessible via -mrm command-line argument
    • current page of ROM Mega Module could be changed realtime in MEMORY menu
  • sound driver massively reworked to queueing mixed audio to SDL2 inner buffer
  • added 5x5 quin pixel scaler for 4K displays, implemented by @a8jan

bugfixes

  • fixed parsing of quad 4x4 scaler in Settings
  • fixed building on current gcc++ (manging enums and uints)

others

  • query dialogs could be handled also with Y/N keys, implemented by @a8jan
  • value input dialogs in menu improved with descriptions and remarks to queried values
  • implemented about dialog

NOTICE: Configuration file format (and version) was changed.
I strongly recommend you to delete your original configuration file, or manually edit it for new changes (see res/default.conf)