• Welcome
  • Latest News
  • Downloads
  • Contact Me
  • Privacy Policy
  • Cookie Policy
  1. You are here:  
  2. Home

clrmame v0.3.1 - Released

Details
Category: Windows
Published: 11 March 2025

Rebuilder

What's New:

v0.3.1

- Looks like I broke the showing of empty and complete items in clrmameUI 0.3

v0.3

UI
- added: optionally hide/show roms/disks/samples output via context menu
- fixed: remove datasource XML file when hash folder changed (should only happen
when XML file was internally created from an exe export)

Core
- added: "available:" filter which limits the machine selection to files
you have. You might notice a count difference in total vs filtered even when
you got all files. This is based on the fact that a) empty sets are excluded
and b) there are clones which are totally included in their parent, so -in
split mode- you don't have a standalone file/folder for it. So don't worry
about the count.
- misc: "file:" filter, in case you work with softwarelist collections,
you'd need to prefix single entries with sl-name#pacman (e.g. a2600#pacman)
to specify which set you're refering to. Not needed for single sl files or
standard dats though.
- misc: some earlier cancel returns in fix wrong named disk/sample/rom/machine
- misc: dupe output now shows all found paths belonging to a machine
- misc: updated spdlog to 1.15.1
- misc: limited AUTO thread switch to 25 threads as max (or less depending
on your hardware). You can still manually select more or less if you like
- fixed: dupes can be listed multiple times
- fixed: backups for unneeded folders can create wrong and very long folders
due to wrong encapsuling
- fixed: backup can miss empty unneeded folders at first scan
- fixed: fill-in file from addpath/backup path was removed (when requested)
even when fill-in copy failed and you might had a 0 byte new archive
- fixed: log pattern in commandline mode

Sega Genesis Emulator - clownmdemu v1.2.1 - Released

Details
Category: Multiple Platform
Published: 11 March 2025

clownmdemu - Windows  clownmdemu - AppImage  clownmdemu (Source)

What's New:

      • Updated to the latest ClownMDEmu core.
        • Improved accuracy of 68000 exceptions.
          • Durations.
          • Program counter.
            • Fixes booting VS Puyo Puyo Sun (patched).
      • Fixed crash when minimising Tiles debugger

Multiple System Emulator - Clock Signal v2025-03-05 - Released

Details
Category: Multiple Platform
Published: 11 March 2025

Clock Signal - Mac  Clock Signal (Source)

What's New:

    • fixes a potential crash on macOS when using File -> New... to create an empty machine.
    • adds nascent Commodore 16/Plus 4 emulation, a work-in-progress;
    • fixes a potential crash at startup for the MSX 2;
    • reduces potential memory leaks for any machine that uses disks;
    • improves the Mac UI with: a modern icon, improved menu wording and closer-to-QuickTime behaviour for showing the in-window machine controls; and
    • experimentally, primarily for the ZX Spectrum and on macOS only, attempts automatically to relaunch media that has been changed by an external program (e.g. if you reassemble software you are developing).

Multiple System Emulator - ClassicBoy Pro 7.1.5 - Released

Details
Category: Android
Published: 11 March 2025

ClassicBoy Pro

What's New:

- Updated PlayStation core, enhanced resolution is enabled by default now
- Fixed bug of video display error after game state loading in some cores
- Fixed Zapper and Arkanoid input for NES core
- Fixed Lightgun input for SNES core
- Removed ADS unlocked feature

Multiple System Emulator - ClassicBoy 6.6.7 - Released

Details
Category: Android
Published: 11 March 2025

ClassicBoy Lite

What's New:

- Updated PlayStation core, enhanced resolution is enabled by default now
- Fixed Zapper and Arkanoid input for NES core
- Fixed Lightgun input for SNES core
- Fixed bug of core title display in files browser
- Ended discount period and unlocking requires payment.

Nintendo Switch Emulator - Citron Canary v0.6 - Released

Details
Category: Multiple Platform
Published: 11 March 2025

Citron Canary - Windows  Citron Canary- Linux  Citron - Android  Citron Canary (Source)

What's New

Cemu Graphic Packs v941 - Released

Details
Category: Windows
Published: 11 March 2025

Cemu Graphic Packs

What's New:

[BOTW] Support the Metal API
[XCX] Fix error in brightness graphic pack
[Dr. Luigi] Merge anti-aliasing settings into main graphic pack
[Virtual Console] Add MSX console and more title ids
[BotW] Use Extreme Quality for FXAA
[LEGO City Undercover] Add graphics (resolution, texture sharpness) pack
[Skylanders Trap Team] Fix shadows
[Skylanders] Fix speed-up above 120 FPS (SSA, SG and STT)
[Shantae Half Genie Hero] Add resolution pack

Amstrad CPC Emulator - Caprice32 - Updated

Details
Category: Multiple Platform
Published: 11 March 2025

Caprice32 - Windows (32bit)  Caprice32 - Windows (64bit)  Caprice32 - Mac  Caprice32 (Source)

What's New

Amstrad CPC Emulator - CaPriCe Forever v25.3 - Released

Details
Category: Windows
Published: 11 March 2025

DS4Windows - Windows (32bit)  DS4Windows - Windows (64bit)

What's New:

- Preliminary review of symbols management;
- Add possibility to export/import symbols;
- Provide basic cartridges for PLUS settings;
- Fix and improve WinAPE snapshot breakpoints compatibility;
- Improve CRTC emulation (Thanks to WinAPE debugger);
- Fix minor bugs.

CANAME v0.62.275 - Released

Details
Category: Windows
Published: 11 March 2025

CANAME

What's New:

?

Nintendo 3DS Emulator - Borked3DS v2025.03.11 - Released

Details
Category: Multiple Platform
Published: 11 March 2025

Borked3DS - Windows  Borked3DS - Ubuntu  Borked3DS - Mac  Borked3DS - Android  Borked3DS (Source)

What's New:

Major Bugs Fixed

  • Correct year in the tag
  • A little more sleep for the developer
  • Games crashing on launch with Vulkan on executables compiled with GCC.
  • Fixed issue where Circle Pad and C-Stick Up/Down button mappings are
    reversed when configured with the "Set Analog Stick" button on Desktop.

What's Changed

  • renderer_vulkan.h: Set PRESENT_PIPELINES = 4 by @rtiangha in #346
  • renderer_vulkan: Implement memory type fallbacks and improve logging by @rtiangha in #349
  • Make verbose logging the default by @rtiangha in #350
  • renderer_vulkan.cpp: Add some framebuffer logging by @rtiangha in #353
  • renderer_vulkan: Add initialization checks, prevent null image views from being used in descriptor sets by @rtiangha in #355
  • vk_instance.h: Add more tile-based GPUs to the list of ShouldFlush() by @rtiangha in #360
  • Vulkan v1.4.309 by @rtiangha in #362
  • AndroidManifest.xml: Set android:appCategory to game by @OpenSauce04
  • plgldr: Fix loading of plugins due to typo by @PabloMK7
  • memory: Cache last physical memory pointer by @PabloMK7
  • Improved realtime audio implementation by @OpenSauce04
  • renderer: Add disable right eye performance hack by @PabloMK7
  • Update Ubuntu runners to Clang 20 by @rtiangha in #363
  • Some minor Vulkan updates by @rtiangha in #366
  • configure_input.cpp: Convert SDL Axes to button mappings by @rtiangha in #367
  • borked3ds_qt: Use stylesheet with light colored icons if dark mode by @kleidis in #368
  • file_util.cpp: Fix CreateFullPath not working with windows paths by @PabloMK7 in #369
  • Android: Fix header padding by @DavidRGriswold in #370
  • Android: Make SwitchSetting only allow Boolean setting types by @kleidis in #371

Third-Party Updates

  • zstd v1.5.7
  • Android Gradle 8.13
  • SDL2 2.32.2
  • Vulkan 1.4.310
  • faad2 2.11.2
  • Windows/Linux now compiled with Clang 20.1.0
  • Other minor updates to Android and Desktop dependencies

Known Issues

  • Depending on your Android hardware, LLE audio may not work and crash the program. Workaround: Stick with HLE audio.

Arcade v0.275 - Released

Details
Category: Windows
Published: 11 March 2025

Arcade (32bit)  Arcade (64bit)

What's New:

?

 

Gamepad Utility - AntiMicroX v3.5.1 - Updated

Details
Category: Multiple Platform
Published: 11 March 2025

AntiMicroX

What's New:

Windows release was updated, because of bugs linked with QT6 migration

(MAME) Apple II Emulator Frontend - Ample 0.275 - Released

Details
Category: Mac
Published: 11 March 2025

Ample

What's New:

    • Includes MAME 0.275
    • Added mac powerbook duo support

Amstrad CPC Emulator - ACE-DL v2025/03/10 - Released

Details
Category: Multiple Platform
Published: 11 March 2025

ACE-DL - Windows (32bit)  ACE-DL - Windows (64bit)  ACE-DL - Ubuntu 22.04  ACE-DL - Debian  ACE-DL - Mac

What's New:

- Display in trace window title the reason of BREAK
- FDC breakpoints no longer need Winape Break enabled
- Fix backspace key in Search Label window
- Fix joystick configuration trouble (especially with multiple gamepad plugged)
- Force focus on main window after joystick redefinition

Atari 7800 Emulator - a7800DS v5.1 - Released

Details
Category: Nintendo DS
Published: 11 March 2025

a7800DS

What's New:

    • 7800 BIOS is now supported. Place bios exactly named '7800.rom' in /roms/bios, /data/bios or same directory as the emulator itself.
    • New internal database with many cleanups and corrections. Now compliant with Trebor Pro-Pack v8_16 from early 2025.
    • New configuration option to allow mapping both both X and Y buttons.
    • Maria and CPU cycle counting are much closer to real hardware - all of the DMA Cycle adjustments/hacks have been removed.
    • This fixes a number of small problems such as Pole Position II joystick selection of track when game loads.

Sinclair Computer Emulator - zxsp v0.8.34 - Released

Details
Category: Mac
Published: 25 February 2025

zxsp

What's New:

fixed a bug which could cause screen flickering in the lower part of the screen

VTech V.Smile Emulator - veesem - Updated

Details
Category: Multiple Platform
Published: 25 February 2025

veesem - Windows  veesem - Ubuntu  veesem - Mac (Apple)  veesem - Mac (Intel)  veesem (Source)

What's New

Commodore Amiga Emulator - vAmiga v4.0 - Released

Details
Category: Mac
Published: 25 February 2025

vAmiga

What's New:

Enhancements

  • LZ4 snapshot compression
  • Improved gamepad detection

Bug fixes

  • ExtendedADF support was broken.
  • Folder import was broken.
  • vAmiga no longer boots from unbootable hard-drives.

FM Towns Marty Emulator - Tsugaru v20250217 - Released

Details
Category: Multiple Platform
Published: 25 February 2025

Tsugaru - Windows  Tsugaru - Ubuntu  Tsugaru - Mac  Tsugaru (Source)

What's New:

Cumulative updates. Support CCD-format CD image.

WonderSwan Emulator - SwanGBA v0.6.7 - Released

Details
Category: Game Boy Advance
Published: 25 February 2025

SwanGBA

What's New:

    • Fixed ch2 sample playing.
    • Fixed ch3 sweep frequency.
    • Fixed some edge cases for EEPROM.

Page 4 of 87

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
© 2003 - 2025 Dweezledap Development