Skip to content

vice3DS v1.6 Espresso

Compare
Choose a tag to compare
@badda71 badda71 released this 09 Oct 14:37
· 216 commits to master since this release

Once again few more features, optimizations and bugfixes.

Installation:
Config file handling has changed a lot, so if you're updating from a previous version, make sure to delete all subdirectories within the vice3ds directory /3ds/vice3ds on your SD-card before starting the emulator. Otherwise new config settings, hotkeys and key mappings will not be updated and will not work.
Apart from this, a DSP-dump is required for sound to work correctly.
https://gbatemp.net/threads/dsp1-a-new-dsp-dumper-cia-for-better-stability.469461/

Usage:
Check here https://gbatemp.net/threads/release-vice3ds-c64-emulator.534830/

Changes to last release are:

  • enhancement: major performance increase by optimizing and merging top (SDL) and bottom (citro3D) screen update routines
  • enhancement: reSID sound engine support. Default engine is fastSID for O3DS, reSID for N3DS. reSID is more performance-hungry that fastSID, but sound is by far better. To change this setting, open VICE menu and go to "Machine settings" -> "Model settings" -> "SID settings" -> "SID model"
  • enhancement: new help screen to show all current button functions (in emu and in menu)
  • enhancement: soft button positions can now be changed by activating edit-mode (VICE menu: "Misc" -> "Edit bottom screen button positions") and dragging the soft buttons with the stylus. New positions are saved when saving settings
  • enhancement: applying default setting will not require restart anymore
  • enhancement: config files (vicerc, ROMs, icons etc.) are stored internally per default, files on SD card override internal files. Added menu entry in "Settings" menu to copy all internal config files to SD card.
  • optimization: remove SDL joystick - all 3ds buttons and pad directions are now "keys" for vice3DS. These keys can be mapped to C64-joysticks via definition of keysets.
  • optimization: define all default settings in code, no sdl-vicerc config file needed anymore
  • optimization: optimize compiler flags for speed
  • bugfix: eliminated sound distortions when using bottom screen (result of performance increase)
  • bugfix: some soft buttons wouldn't unstick, fixed bug in MaxScreen softbutton
  • multiple other small enhancements, optimizations and bug fixes

Have fun!