News

MAME v0.260 has released!

  • 1,318
  • 0
MAME is a multi-purpose emulation framework.

MAME’s purpose is to preserve decades of software history. As electronic technology continues to rush forward, MAME prevents this important "vintage" software from being lost and forgotten. This is achieved by documenting the hardware and how it functions. The source code to MAME serves as this documentation. The fact that the software is usable serves primarily to validate the accuracy of the documentation (how else can you prove that you have recreated the hardware faithfully?). Over time, MAME (originally stood for Multiple Arcade Machine Emulator) absorbed the sister-project MESS (Multi Emulator Super System), so MAME now documents a wide variety of (mostly vintage) computers, video game consoles and calculators, in addition to the arcade video games that were its initial focus.

1698175521652.png

Changelong:


[URL...

dcexel: 2023.10.15 has released!

  • 982
  • 0
This is the first emulator of EXL100, Exeltel, Exeltel VS, Exeltel VX, Amper, Comtel.

1697828036813.png 1697828045749.png

Changelog:

– Changed keyboard scanning to ensure compatibility with Windows 11.
(The VK-CODE 0 key does not exist but is considered pressd).
– Fixed keyboard handling to not send the same key twice until it is released.
– Overhauled keyboard management to avoid latency in games.
– New option to use or not DirectDraw hardware acceleration.


Vita3K v0.1.4 (2023/10/19) has released!

  • 921
  • 0
Vita3K is the world's first functional experimental open-source PlayStation Vita emulator for Windows, Linux, macOS and Android.

Please note that the purpose of the emulator is not to enable illegal activity.

1697805135865.png

Changelog:

Vita3K Build: 3433

2023-10-20 Recent Releases

  • 1,070
  • 1
* SDLMAME 0.259 for Ubuntu - https://sdlmame.wallyweek.org/download/

* Qemu 8.1.2 [PC] - https://download.qemu.org/

* Panda3DS 0.7 [3DS] - https://github.com/wheremyfoodat/Panda3DS/releases

* Raine 0.96.3 [Arcade] - https://raine.1emulation.com/download/latest.html

* Gopher 0.26.0 [Atari 2600] - https://github.com/JetSetIlly/Gopher2600/releases/

* DCexel (2023-10-15) [EXL100] - http://dcexel.free.fr/

* Pyboy 1.6.0 [Gameboy] - https://github.com/Baekalfen/PyBoy/releases

* Pantheon 13.130 [Multi-system] - http://bostjan-grandovec.si/Content/Download.htm

* AmiArcadia/WinArcadia 30.31 / DroidArcadia 2.4 [s2650-based] - https://amigan.yatho.com/

* 86box 4.0.1 [PC] - https://github.com/86Box/86Box/releases

* PPSSPP 1.16.6 [Sony PSP] - https://github.com/hrydgard/ppsspp/releases

* XEMU 0.7.115 [XBOX] - https://github.com/xemu-project/xemu/releases

Raine v0.96.3 has released!

  • 786
  • 0
Raine is an Arcade/NeoGeoCD emulator as well as a great MAME alternative.

1697737008940.jpeg

Changelog:

Gunbarich is a new psikyosh game, so 32 bits only, it's a crazy breakout, but with the standard joystick as input. Except that the fixes :
- fixed loading roms from internet archive when there are multiple rom names known and the 1st is not the one in internet archive, I noticed this one while doing a new raine install at a friend's... ! This bug was added in 0.96.2 because I wanted to have a visible error when the rom size wasn't found, well it wasn't found for all these games with multiple names !
- fixed a crash in the 32 bits version when trying to use any game using the 6502 cpu, there was a conflict between the 6502 and the sh2 because of an endif and a misplaced break... !

PYBOY v1.6.0 has released!

  • 734
  • 0
In short, it’s a Game Boy emulator written from scratch in pure Python, with additional support for scripting through an API. We’ve added type definitions, which allows us to compile the software using Cython to get performance comparable to emulators written in C and C++.

1697736762618.png

Changelog:

  • Add rudimentary Pokemon Gen 1 gamewrapper
  • Dramatically improve performance

Xemu v0.7.113 (2023/10/13) has released!

  • 930
  • 0
Xemu is a cross-platform, open-source application that emulates the hardware of the original Xbox gaming console, allowing users to play their Xbox games on Windows, macOS, and Linux systems.

1697198521746.png


Changelog:

– vl: Prevent selection of HDD image as DVD image
– ui: Apply correct snapshot activation action for save menuitem

PPSSPP v1.16.6 has released!

  • 943
  • 0
PPSSPP is a free and free-to-cart Sony PSP emulator (Windows, Android and other via SDL) written in C and C by Henrik Rydgard (very well known as Ector, author of the PSP Emulation Potemkin and especially known for Dolphin, who has also exercised over many Dream emulators).

1697138735971.jpeg

Changelog:

– Fix performance issue with Vulkan descriptor set allocation
– Smoother loading of replacement textures
– Fix the store on iOS
– Fix problem with waves background
– Some translation updates
– Other fixed minor

Xenia v1.0.2808-master released a month ago!

  • 977
  • 0
Xenia is an experimental emulator for the Xbox 360. For more information, see the main Xenia wiki.

Interested in supporting the core contributors? Visit Xenia Project on Patreon.

Come chat with us about emulator-related topics on Discord. For developer chat join #dev but stay on topic. Lurking is not only fine, but encouraged! Please check the FAQ page before asking questions. We've got jobs/lives/etc, so don't expect instant answers.

1696975938060.jpeg

Changelog:

[VFS] Fixed invalid month decoding in decode_fat_timestamp

Steem SSE v4.1.2 R10 has released!

  • 796
  • 0
Steem SSE ('ST Enhanced EMulator Sensei Software Edition' in full) is an updated version of Steem. Features have been added and emulation has been improved.

Steem SSE's goal is to keep the Atari ST alive in the hearts and minds of old and new generations.

1696858484338.jpeg


Changelog:

Various bugfixes
– Fix bit order of Mega STE CPU control

jgnes v0.6.2 has released!

  • 756
  • 0
It is a cross-platform NES emulator. It has a native interface built using SDL2 as well as a web interface that is compiled in WASM and runs in the browser.

1696766751212.png

Changelog:

– Upgraded wgpu to 0.17.2 to pick up a bugfix for the DirectX 12 backend where resizing the window would completely crash the program. This bug apparently did not affect the other wgpu backends
– Replaced the VRC7 expansion audio implementation with a stripped-down version of the YM2413/OPLL implementation from my Sega Master System emulator, which should be more accurate and also much more efficient
– Implemented the NES PPU’s grayscale bit, which was only used in a single officially released game: Noah’s Ark (EU) uses it for the water effect covering the bottom of the screen
– Made audio buffer size configurable instead of hardcoded

Gopher2600 v0.26 has released!

  • 710
  • 0
Gopher2600 is an emulator of Atari 2600. Although performance is not as effective as some other emulators, it is nevertheless appropriate to play games on a reasonably modern computer.

1696727325184.jpeg
1696727367830.jpeg
Changelog:

2023-10-06 Recent Releases

CloudpilotEmu 1.9.1 has released!

  • 773
  • 0
CloudpilotEmu is an emulator for Dragonball-based PalmOS devices that runs in a web browser. In particular, the emulator works on iOS. The emulator is derived from the original POSE emulator. Please see below for the list of currently supported devices.

1696435160139.jpeg

1696435179131.jpeg

MacOS: Please run xattr -rd com.apple.quarantine cloudpilot-server-1.9.1
in order to remove the server components from quarantine before you run the server for
the first time. The first start may take a few seconds.

Windows, macOS, and Linux:

shadPS4 v0.0.1 has released!

  • 806
  • 0
An early PS4 emulator for Windows and Linux written in C++. New PS4 Emulator from the founder of PCSX2!

It will not play PS4 games.. Not yet!

1696507264690.png

Changelog:

First release.

Only playable is videoout_basic demo

2023-09-29 Recent Releases

  • 908
  • 1
* MAME 0.259 - https://www.mamedev.org/release.html

* MAMEUI Classic 0.259.0 - https://messui.1emulation.com/

* ARCADE64 0.259.1 - https://arcade.mameworld.info

* HBMAME 0.245.14 - https://hbmame.1emulation.com/

* NegaMAME 0.259-1 - http://babelsoft.net/products/negamame.htm

* Raine 0.96.2-1 [Arcade] - https://raine.1emulation.com/download/latest.html

* Kegs 1.30 [Apple2GS] - https://kegs.sourceforge.net/

* DeSmuME 0.9.13 [Nintendo DS] - http://www.desmume.com/

* WinArcadia 30.3 / DroidArcadia 2.36 [s2650-based] - https://amigan.yatho.com/

* Clrmamepro 4.047a [Rom Manager] - https://mamedev.emulab.it/clrmamepro/

PPSSPP v1.16.5 has released!

  • 590
  • 0
PPSSPP is a free Sony PSP emulator (for Windows, Android and others via SDL) written in C + + by Henrik Rydgard (well known under the pseudonym Ector, already author of the PSP emulator Potemkin and best known for Dolphin, having also worked on a number of Dreamcast emulators).

1695990798479.jpeg

The changes are as follows:

– Fix for crash when changing render backend in-game

Raine v0.96 has released!

  • 577
  • 0
Raine is an Arcade/NeoGeoCD emulator as well as a great MAME alternative.

1695734025038.png

0.96: read the text on the following link…

For more information on changelog:


Download:

PPSSPP v1.16.3 has released!

  • 758
  • 0
PPSSPP is a free Sony PSP emulator (for Windows, Android and others via SDL) written in C + + by Henrik Rydgard (well known under the pseudonym Ector, already author of the PSP emulator Potemkin and best known for Dolphin, having also worked on a number of Dreamcast emulators).

1695472011514.jpeg

– Fix crash bug and performance issue in Vulkan shader cache ([#18183], [#18189])
– Fix crash in icon loading in homebrew store ([#18185])
– Add some memory safety check ([#18184], [#18194])
– Fix problem when changing backend from the Windows menu ([#18182])

BigPEmu v1.0.91 has released!

  • 617
  • 0
BigPEmu is the first Atari Jaguar and Jaguar CD emulator to offer compatibility with the entire library of commercially sold cartridges and offers excellent performance and a wide variety of unique features.

Note that it was originally a closed source emu which was integrated into the Atari50 compilation . It is without a shadow of a doubt the best Jaguar emulator ahead of Phoenix (which remains the best 3DO emulator), VirtualJaguar, Mame and all the rest.

1695387101260.png

Changelog:

– AvP multiplayer fixes.
– Fixed some player projectile weapons not colliding with other players.
– Fixed a bunch of AI projectiles not being correctly synchronized.
– Fixed an issue which would sometimes cause AI to stop attacking.
– If a human player teleports into a new level without a weapon, the shotgun is now automatically granted.
– Fixed a bug which could sometimes cause...

Top