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

MAME Frontend - ExtraMAME v25.1 - Released

Details
Category: Windows
Published: 04 January 2025

ExtraMAME (64bit)

What's New:

?

Commodore Emulator - VICE (Mac) v3.9 - Released

Details
Category: Mac
Published: 03 January 2025

VICE - Mac

What's New

Atari 2600 Emulator - Stella (Windows) v7.0C - Released

Details
Category: Multiple Platform
Published: 03 January 2025

Stella - Windows

What's New

PSArcade Classic+ v2.5c - Released

Details
Category: Windows
Published: 03 January 2025

PSArcade Classic+

What's New:

Fix

MAME4droid 2025 v(0.273) 1.20 - Released

Details
Category: Android
Published: 03 January 2025

MAME4droid 2024

What's New:

      • Up to Android 15
      • Up to MAME 0.273

(MAME) History.dat v2.73 - Released

Details
Category: Windows
Published: 03 January 2025

History.dat

What's New:

?

Game Boy Advance Emulator - eggvance v1.2 - Released

Details
Category: Multiple Platform
Published: 03 January 2025

eggvance - Windows  eggvance - Linux  eggvance - Mac  eggvance (Source)

What's New:

use cpp 20
add fullscreen option

CtrlUI v2.2.0.1 - Released

Details
Category: Windows
Published: 03 January 2025

CtrlUI

What's New:

?

Sharp X68000 Computer Emulator - XM6 Pro-68k v250101 - Released

Details
Category: Windows
Published: 02 January 2025

XM6 Pro-68k

What's New:

?

Xbox Emulator - xemu v0.8.3 - Released

Details
Category: Multiple Platform
Published: 02 January 2025

xemu - Windows  xemu - Linux  xemu - Mac  xemu (Source)

What's New:

debian: Add cmake to build deps
ci: Remove subprojects/.gitignore to preserve subprojects on PPA branch

Nmamex2 v0.273 - Released

Details
Category: Windows
Published: 02 January 2025

Nmamex2

What's New:

?

Intellivision Emulator - NINTV-DS v6.0 - Released

Details
Category: Nintendo DS
Published: 02 January 2025

NINTV-DS

What's New:

      • Multi-overlays now supported for games like Mr. BASIC Meets Bits 'n Bytes, Inty BASIC Showcase collections, etc.
      • Left/Right overlays now supported for games like Chess, Lode Runner or World Series Baseball.
      • Ability to pick a different overlay for the game being played (use MENU and then 'PICK OVERLAY').
      • A batch of new overlays to finally get the original 125 done!

Nintendo 64 Emulator - Mupen64 rr Lua v1.1.9-6 - Released

Details
Category: Windows
Published: 02 January 2025

Mupen64 Lua

What's New:

Bugfixes

  • Core: Deadlock in work queue cleanup
  • Core: Race condition in generate_savestate() when calling VCR::freeze()
  • Core: Race condition in work push check
  • Core: Race condition in work queue processing
  • Core: Current slot not being set when performing slot-based save or load
  • Main: Buffer overrun in get_app_full_path()
  • VCR: Race condition in freeze() and unfreeze()
  • VCR: Race condition in seek savestate clearing

MAME32 More! v0.84.273 - Released

Details
Category: Windows
Published: 02 January 2025

MAME32 More!

What's New:

?

MAME32k v0.67.273 - Released

Details
Category: Windows
Published: 02 January 2025

MAME32k

What's New:

?

ZX Spectrum Emulator - LnxSpectrum 64 v1.1.2025 - Released

Details
Category: Windows
Published: 02 January 2025

LnxSpectrum 64

What's New:

Today I released a new version of the emulator, LnxSpectrum 64. It is not an updated XNA version, but a completely new version created in Visual Studio 2022. The XNA engine has not been supported for 15 years, so I decided to release a concurrent version based on .NET 8. The still-developed MonoGame is used as the graphics engine instead of XNA.

Commodore 64 Emulator - Hoxs64 v1.1.2.7 - Released

Details
Category: Windows
Published: 02 January 2025

Hoxs64 (32bit)  Hoxs64 (64bit)

What's New:

1. Added option to always quickload host .PRG files.
2. Added REU size and REU file image options to the save settings.

GroovyMame v0.273 SR v2.21d - Released

Details
Category: Multiple Platform
Published: 02 January 2025

GroovyMame - Windows  GroovyMame - Linux  GroovyMame (Source)

What's New:

Based on MAME 0.273.

HP Calculator Emulator - Free42 v3.1.12b - Released

Details
Category: Android
Published: 02 January 2025

Free42 - Android

What's New:

* Rolling back the beeper fix from the previous release. It was not performing as intended. Back to the drawing board.

FBA Shuffle v2.4.0 (250101) - Released

Details
Category: Windows
Published: 02 January 2025

FBA Shuffle (32bit)  FBA Shuffle (64bit)

What's New:

?

Dosbox-X v2025.01.01 - Released

Details
Category: Multiple Platform
Published: 02 January 2025

Dosbox-X - Windows (32bit)  Dosbox-X - Windows (x86)  Dosbox-X - Windows (ARM)  Dosbox-X - Mac (Apple)  Dosbox-X - Mac (Intel)  Dosbox-X (Source)

What's New:

        • Fix bug that prevented the Configuration GUI from saving to dosbox.conf the last Windows 3.1 theme you applied using the dropdown menu. (joncampbell123).
        • Add option to apply vmemdelay to SVGA and linear framebuffer modes (such as VESA BIOS modes), which reduces emulator performance for those modes, but allows you to emulate slower SVGA cards. Due to how some machine types are emulated, this option also enables vmemdelay to affect the PC-98 linear framebuffer, Tandy & PCjr video modes, as well as MDA/Hercules. (joncampbell123).
        • Add workaround to CPU reset logic that allows it to work correctly even with dynamic core. Previously, if the guest reset the system,
          the emulator would crash with an error message about an uncaught C++ exception because C++ exception handling doesn't work with dynamically generated code. (joncampbell123).
        • Correct CPUID family/model/brand values for cputype=pentium_iii. Add CPUID level 2, which returns "processor configuration
          descriptors", and return documented Pentium III values. Apparently Windows XP really REALLY cares about these configuration
          descriptors and will hang in-kernel in an infinite loop at bootup without these apparently really important values. This change makes it possible to boot Windows XP with Pentium III emulation. (joncampbell123).
        • Allow values of memsize to represent 4GB or more of RAM. Up to 1TB, if Pentium PSE extensions are enabled, the memalias setting
          is 40, and "enable pse=pse40" in the conf file. Memalias maximum is now 40, instead of 32. Add code to provide that memory above
          the 4GB address mark when PSE is in use by the guest OS. Added dosbox.conf option to specify a memory file. When specified, all
          guest memory is memory-mapped from a file on disk, rather than allocated from host memory or host swap file. To avoid consuming
          too much RAM on the host, a memory file is REQUIRED to emulate memory at or above 4GB. For best performance with the memory file, make sure the filesystem you place it on supports sparse files, including Linux ext4 and Windows NTFS. (joncampbell123).Fix EGA machine type to determine whether CGA RGBI or EGA RrGgBb display is active by vsync polarity, instead of the length of htotal. Several online references state that vsync is negative for 350-line modes, including 350-line to an MDA monitor. This also allows the "enhanced" EGA 320x200 modes in Rambo III to display colors correctly. (joncampbell123).
        • Dynamic x86 core: Reflect STI instruction to normal core so that the 1-instruction delay is correctly emulated. This makes it possible to run Windows XP or Server 2003 with dynamic core and SYSENTER/SYSEXIT emulation without random BSODs (joncampbell123).
        • Fix default code page. Instead of assuming 437 at all times, use 437 for all IBM PC compatible modes and 932 for PC-98 emulation. (joncampbell123).

Read more: Dosbox-X v2025.01.01 - Released

Page 34 of 100

  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
© 2003 - 2025 Dweezledap Development