Cheat Patcher est un utilitaire Windows créé par Mr2 qui permet d’injecter facilement des données ou des cheats dans une ROM de jeu, en utilisant un système de liquid patches où l’utilisateur choisit lui-même la modification finale. Disponible avec quelques patchs de démonstration inclus pour montrer son fonctionnement.

 


 

Télécharger PSX Cheat Patcher v1.7 (1.3 Mo)

Site Officiel

En savoir plus…

Le projet GitHub xenia-edge est un fork expérimental de l’émulateur Xbox 360 Xenia, basé sur la branche Canary. Il vise à centraliser les dernières avancées techniques issues de divers forks dans un seul package. Le projet est conçu pour la recherche et l’expérimentation autour de l’émulation Xbox 360, avec une compatibilité Windows et Linux. Il propose un script de build personnalisé (xb) pour simplifier la compilation, une liste de compatibilité des jeux maintenue par la communauté, et une intégration continue via Buildbot. Le code est majoritairement écrit en C++, avec des contributions en Assembly, Python, Lua, HLSL et C#. Le dépôt contient des ressources utiles comme un guide de démarrage rapide, une FAQ et des instructions de compilation.
 

 

Télécharger Xenia Edge (2025/11/30) (56.2 Mo)

Site Officiel

En savoir plus…

Créé par Ben Vanik alias Noxa (PSP Player), il s’agit d’un projet de recherche pour développer un émulateur Xbox 360. Notez qu’il vous faudra une machine très performante pour lancer des jeux commerciaux de façon fluide. Plus d’informations ici sans oublier le site de développement là. Un manager permettant de gérer l’émulateur Xenia est disponible ici.
 

 


 
– [APP] Added config option to disable fullscreen mode on mouse double-click
– [Build] Hack to support VS 2026 preview in the build
– [GPU] Fix variable shadowing for SV_SampleIndex semantic name
– Misc fixes

 

Télécharger Xenia v1.0.2825 (2025/11/30) (4.5 Mo)

Site Officiel

En savoir plus…

Les builds 32 bits de MAME compatibles XP et compilés par StHiryu sont à présent disponibles.
 

A partir de la version 0.249, MESSUI n’est plus mis à jour, reste que la partie MESS de MAME est compilable mais sans l’interface particulière de MAMEUI.
 

 

Télécharger MAME (XP) v0.283 (63.4 Mo)

Télécharger MAME(MESS) [32 bits] v0.282 (43.0 Mo)

Télécharger MESSUI (32 bits) v0.248 (26.8 Mo)

Télécharger MAMEUI32 v0.283 (59.1 Mo)

Télécharger HBMame (32 bits) v0.245.28 (15.7 Mo)

Télécharger HBMame GUI (32 bits) v0.245.28 (16.0 Mo)

Télécharger ARCADE (32 bits) v0.283 (31.5 Mo)

Télécharger WolfMAME (32 bits) v0.283 (58.8 Mo)

Page Officielle

 

Les binaires de MESS 32 bits (et 64 bits) sont compilés par moi-même.
 

J’ajoute également le binaire de MAME version Arcade (64 bits ici), compilé par moi-même et compatible XP:

Télécharger MAME(Arcade) [32 bits] v0.282 (76.0 Mo)

 

Pour info, il s’agit certainement des derniers builds compatibles XP (mais pas 32 bits) suite à ce commit qui en limite l’accès, alors ce n’était probablement pas obligatoire du tout de limiter l’accès de l’OSD/Inputs à Vista (au vu du code) mais bon comme de toute façon les choses continueront à ce casser progressivement ca ne serait que prolonger l’échéance…échéance que je pourrai peut-être allonger en bricolant un truc (qui fonctionne pour l’instant avec le GIT en cours) mais pour combien de temps encore, je l’ignore…
 
Notez que DirectSound a été restauré, le son fonctionne donc de nouveau sous XP. N’oubliez pas de sélectionner cet API dans le fichier de config de MAME. Lire le readme.

 

IV/Play (prononcé «Four Play») est une interface graphique pour MAME. Il a été conçu par un codeur rémunéré par John IV comme une alternative à MAMEUI (que Robbbert maintient). IV/Play mise sur une séparation réelle entre frontend et code MAME afin que les changements sur MAME n’affectent plus le frontend. Il vous faudra .NET 10.0 pour le lancer.
 

 
SOFTWARE LIST FILTERING & FAVORITES
A large refactoring of the handling of software lists now allows for filtering/searching across the entire 100K plus collection of MAME software items. This means it’s now possible to search for an item like name:Zaxxon and get the hits for Zaxxon across all of its ports. Software list items are also now eligible for inclusion to the favorites.ini file. Add or remove them with the same key Ctrl-D. They can be grouped at the end of the main game list favorites (sorted by machine) or integrated into the main list via descriptive name. The favorites audit will now extend to include these items, so a2600/combak vs. a2600/combat will be flagged. Inclusion of softlist hits in the filter can be toggled off in the F1 config.
 

F1 CUSTOMIZABLE KEYS SECTION
The main alterable key combos have been surfaced into the F1 dialogue. All the remaining keys are editable in the IV-Play.cfg file.
 

THE ARCADE GAME LIST
IV/Play now has a curated, subjective, arcade-only game list; accessible via Alt-INS / Alt-DEL cycle keys or F1 in the custom game list drop down. Excludes all the non-coin-op, mahjong, fruit, gambling, bar top, quiz, pinball, redemption, mechanical, and BIOS machines. With clones and non-working filtered out it’s about 3400 games.
 

SUPPORT FOR ZIP AND .7Z ART PACKS
Added the ability to use \snap\Snap.zip|.7z and \icons\Icons.zip|.7z and the other art types, cabinets, flyers, marquees, etc. Note: 7z solid archives are not supported due to performance degradation, the app will warn if it finds one in its asset search. The Snap.7z and Icons.7z from the IV/Play Homepage can now simply be dropped in to the \icons and \snap directories for direct use.
 

MULTIPLE MAME LAUNCHES AND TILING
IV/Play now allows for using a single session of itself to launch multiple windowed instances of MAME; selecting either different games or the same game multiple times for multi-player gaming on a single screen. Use Shift-1 through Shift-9 while launching a game with ENTER or double-click to create that many windows. This allows for playing networking supported games in MAME like linked Cruisn’ USA cabinets or similar. Note: Only the first instance gets the sound, to prevent the cacophony of all of them outputting at once. The first windowed game also takes the mouse vs. the others for easier navigation and windowed placement, as desired.
 

MOVE FROM .NET 9 TO .NET 10
Upgraded the project from .NET 9 to .NET 10 to take advantage of long-term support and further runtime optimizations, delivering faster startup responsiveness, smoother UI interactions, and improved memory efficiency for a more stable user experience. For most users this requires a download of the .NET 10 Desktop Runtime 10.0.0 from Microsoft. https://dotnet.microsoft.com/en-us/download/dotnet/10.0
 

ADDITIONAL FEATURES
• The art border size and the opacity settings now have a preview box next to them to visually balance out some of the other additions to F1.
• Verbose logging is now a toggleable option in F1.
• IV/Play’s start-up time is now displayed on the F1, this includes time to an interactive UI and the final completion of background threads.
• Added a 5-layer history drop-down to the MAME command-line override combo box in F1, with the ability to assign a shortcut key to cycle, currently Ctrl-Shift-L, tweak in the *.cfg key mappings section.
• Added a ‘User Guide’ button to the F1, this will launch this document if it is in the same directory as the .exe.
• An individual machine can now be benchmarked; use Ctrl-B on a selected item to get the same result the full bench suite produces. The duration is the default 90 emulated seconds. This can be adjusted in the *.cfg file as desired.

 

Télécharger IV/Play v2.4.7 (9.5 Mo)

Site Officiel

En savoir plus…

Ces fichiers ini concernant la partie arcade de MAME sont à mettre dans le répertoire « folders » de MAMEUI (ou clones). Il propose un tri des jeux par catégorie, année de sortie, version de MAME…
 

 

Télécharger MAMEUI Inifiles pack v0.283 (1.0 Mo)

Site Officiel

En savoir plus…

Il s’agit d’un fichier DAT tenu par MASH regroupant toutes les infos du site « mametesters.com ». Il donne des infos sur l’émulation des jeux sous MAME(Arcade), c’est a dire le développement, les bugs, les améliorations…
 

 

Télécharger MAMEinfo.dat v0.283 (3.7 Mo)

Site Officiel

En savoir plus…

AmiArcadia est le port amélioré de Tunix2001 ex ‘Win Arcadia 2001’ (par Gavin Turner) pour Amiga. Ecrit par James Jacobs et Gavin Turner, cette version est en fait le port Windows du port Amiga (un backport) !
 

 
Il émule les consoles basé sur la famille des Arcadia2001 : Bandai, Emerson, Grandstand, Hanimex, Intervision, Leisure-Vision, Leonardo, MPT-03, Ormatu, Palladium, Poppy, Robdajet, Rowtron, Tele-Fever, Tempest, Tryom, Tunix, etc.
 
Il supporte aussi l’Interton VC 4000 et l’Elektor TV Games Computer. Il nécessite Windows 9x/ME/NT/2000/XP et tourne aussi sous Vista/8/10/11.
 

Télécharger Win Arcadia (Ami Arcadia) v35.4 (8.2 Mo)

Site Officiel

XEiJ (X68000 emulator in Java) est un émulateur de Sharp x68000 écrit en Java.
 

 

Télécharger XEiJ v0.25.11.08 (39.8 Mo)

Site Officiel

En savoir plus…

La dernière version béta publique de l’excellent WinUAE, l’émulateur Commodore Amiga. La traduction est signée Tradu-France.
 

 
Les changements ici.
 

Télécharger WinUAE (Public Beta) [32 bits] v6.0.2 Beta 6 (4.9 Mo)

Télécharger WinUAE (Public Beta) [64 bits] v6.0.2 Beta 6 (7.3 Mo)

Télécharger WinUAE (Public Beta) [32 bits] v6.0.2 Beta 4 FR (7.8 Mo)

Télécharger WinUAE (Public Beta) [64 bits] v6.0.2 Beta 4 FR (10.8 Mo)

Site Officiel

En savoir plus…

Voici les derniers builds de Creamymami concernant MAME(Arcade).
 

 
– Caname c’est MAME(Arcade) ne supportant que les jeux CPS et Neo Geo.
– NMamex2 est un build de l’émulateur MAME(Arcade) sous Windows qui ne supporte que les jeux NeoGeo.
– Mame32k c’est MAME(Arcade) intégrant le module Kaillera (jeu en réseau).
– Mame32 More! est une version basée sur Mame Plus! mais compilée avec Kaillera.
 

Télécharger Caname v0.62.283 (2025/11/29) (2.3 Mo)

Télécharger NMamex2 v0.283 (2025/11/29) (1.7 Mo)

Télécharger Mame32K v0.67.283 (2025/11/29) (9.4 Mo)

Télécharger MAME32 More! v0.84.283 (2025/11/29) (12.1 Mo)

Site Officiel

En savoir plus…

Il s’agit de FBA Shuffle faite par Creamymami, contrairement aux versions de KOF2112, cette version est plus proche de la version officielle de FBA.
 
fba_shuffle_lang

 

Télécharger FBA Shuffle (x86) [Creamymami] v2.4.0 (2025/11/29) (5.7 Mo)

Télécharger FBA Shuffle (x64) [Creamymami] v2.4.0 (2025/11/29) (7.0 Mo)

Site Officiel

En savoir plus…





Casino-en-ligne-fiable.com

https://getourbonus.com/fr/accueil

https://www.romspedia.com/

https://www.casinoonlinefrancais.fr

Lucky 7 bonus

https://www.casinogratuitsansdepot.com

pablocasino.org

critiquejeu.info

playbonus

casinodoc.org

laplanquedujoueur.com

Crypto Casino

casinoonlinefrancais