Releases with ports for two or more operating systems.
- Details
- Category: Multiple Platform
What's New:
- Windows, MacOS, and Linux versions: Constraining print-out window height to multiples of 18 pixels, that is, to a whole number of lines.
- Windows version: Fixed skin rendering problem in Windows Vista.
- Linux version: Resizable main window.
- Linux version: Ctrl-D shortcut for Clear Print-Out.
- Details
- Category: Multiple Platform
What's New:
- Windows, MacOS, and Linux versions: Constraining print-out window height to multiples of 18 pixels, that is, to a whole number of lines.
- Windows version: Fixed skin rendering problem in Windows Vista.
- Linux version: Fixed a few bugs related to main window resizing.
- Details
- Category: Multiple Platform
What's New:
- SCP reliability with strange format, empty tracks, asymmetrical sides (thanks Lone)
- Dandanator can load .rom files as well as .des files (same structure, only the name...)
- hide mouse cursor with Multiplay mouse
- 'hide mouse' setting added to saved configuration
- FDC Version accurate timings
- FDC extra-pooling management
- enforce page location with memory breakpoints from RAM/ROM Explorer
- ability to toggle overscan in trace mode (reset display)
- new setting Read/Write for Memory and IO breakpoints
- new shortcut M to change Access mode for a selected breakpoint in the list
- new presets for IO breakpoints
- bugfix regressions in breakpoint edition/activation
- Details
- Category: Multiple Platform
What's New:
- 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.
- Added a generalised shortcut system so any gui events can have a shortcut key defined in the config.ini
- add retrofw target
- Fix window title flicker
- Define install and uninstall targets
- Update NFDe implementation to v1.1.1
- Details
- Category: Multiple Platform
What's New:
- xattrs tab on Linux now shows XFS attributes.
- rpcli now supports extracting mipmap levels from most supported texture formats.
* Mipmaps are now supported for DirectDrawSurface and KhronosKTX.
- Windows: Dark Mode is now supported on Windows 10 1809 and later in the installation program and rp-config.
* Dark Mode is also partially supported in the properties pages when using tools such as StartAllBack, though it has some issues right now.
- Sparse disc images, e.g. CISO and GCZ, are now handled by the RomDataFactory class instead of requiring each RomData subclass to handle it. This means that all supported sparse disc images can be used for any console.
* This was originally implemented to support ZISO and PSP CISO for PS2 disc images, but it also allows unusual combinations like DAX and JISO for GameCube disc images.
- Windows Image files (.wim) are now supported. Contributed by @ecumber.
- Game Boy now has special handling MMC01 and MBC1M multicarts. The main header is now detected correctly and used for the thumbnail image. All games in the multicart are now shown as individual tabs.
- Commodore DOS disk images (e.g. for Commodore 1541) are now supported, including icons for GEOS files. File formats supported currently include D64, D71, D80, D82, D81, D67, G64, and G71.
- ColecoVision ROM images are now supported, including the text displayed on the ColecoVision logo screen.
- Intellivision ROM images are now supported, including the game title and copyright year.
- New translations: Romanian and Italian
- Details
- Category: Multiple Platform
What's New:
- Atari 2600 roms scanning
- PBP support for PS1
- Updated cores
- Details
- Category: Multiple Platform
What's New:
- Support for Super Game Module (SGM) and AY8910 sound chip
- Support for Super Action Controller (SAC), Wheel Controller and Roller Controller
- Support for MegaCart
- Support for Activision cart
- Improved input keypad accuracy
- Native file dialogs
- Drag and drop rom files to open
- 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 retrofw target
- add Miyoo target
- libretro: Refactor the input handling method to keep track of current…
- libretro: Add no sprite limit core option
- Details
- Category: Multiple Platform
What's New:
- Native file dialogs
- Drag and drop rom files to open
- 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 retrofw target
- [libretro] Exit immediately if ROM is invalid or corrupt
- [libretro] Fix cross-compiling with mingw
- PS3/PSL1GHT Makefile update
- Fix compiler crash
- Macos apple silicon
- Details
- Category: Multiple Platform
These are emulators that are updated several times a day to a couple times a week.
Many of these emulators can be updated to the lastest "nightly builds" from within the emulator itself.
I'm posting the latest versions every Monday or Tuesday for those who may be interested.
Nintendo 3DS Emulator - Citra Nightly-2104
Multiple System Emulator - FinalBurn Neo Nightly 03-04-24
PlayStation 2 Emulator - PCSX2 Nightly v1.7.5592
PlayStation Emulator - PCSX-Redux Nightly 03-02-24
Sega DreamCast Emulator - Redream v1.5.0-1107-g9b82c12
Nintendo Switch Emulator - Ryujinx v1.1.1217
PlayStation Vita Emulator - Vita3K Nightly 03-02-24
Xbox 360 Emulator - Xenia (Canary) 03-03-24
Nintendo Switch Emulator - Yuzu v1733
- Details
- Category: Multiple Platform
What's New:
- If an empty CD-ROM drive is attached to IDE emulation, return "Medium Not
- Present" instead of a read error, when asked to read. (joncampbell123).
- Add "empty drive" CD-ROM image type "IMGMOUNT e: empty -t iso" as a way
- to emulate an empty CD-ROM drive with no disc in the drive. (joncampbell123).
- Add "empty drive" floppy image type "IMGMOUNT 0 empty -t floppy -fs none"
- as a way to emulate a floppy drive with no disk in the drive. (joncampbell123).
- Video debug overlay: Fix mouse integration misalignment when the video
- debug overlay is enabled while Windows is running (joncampbell123).
- Video debug overlay: Fix segfault when enabled with 15/16bpp SVGA modes.
- (joncampbell123).