Organiser
Filtrer par machine :
Type de vue :
 
 Mednaffe v0.9.3 
Mardi 16/04/24 à 00:09 par Firebrand
Ce frontend pour Mednafen a été mis à jour. Voici la liste des changements:
- Added a 'Recent files' menu.
- Fix misalignment of screenshots.
- Added and fixed settings (up to mednafen 1.31.1).
- pce, pce_fast: Correct sha-256 bios (thanks to SamRohod for reporting).
- [MacOS] Use macOS keyboard mapping when __ APPLE __ is defined (patch by codeman38).
Télécharger Mednaffe v0.9.3 (Windows)
Télécharger Mednaffe v0.9.3 (Linux)
Site Officiel de Mednaffe
 
 Messinfo.dat v0.264 (11.55) 
Samedi 13/04/24 à 17:22 par Firebrand
Ce fichier informatif vient clore la cycle de mise à jour des fichiers additionnels de ProgettoSNAPS pour MAME v0.264.
- 11.55 04/12/2024: Aligned files to 0.264 version.
Télécharger Messinfo.dat v0.264 (11.55)
Site Officiel de Messinfo.dat
 
 GameEx et GameEx Arcade Edition v18.64 
Lundi 08/04/24 à 16:51 par Firebrand
De nouvelles versions de ces frontends multi-systèmes ont été publiées. Voici la liste des changements:
- The CabControlFriendly setting works in arcade edition to stop paging with left and right.
- Improved PinballX XML export to include dual screen games as vertical games.
- Optimized code type coversions. May improve performace slightly
- Latest version of .net 6 desktop runtime
Télécharger GameEx v18.64
Télécharger GameEx Arcade Edition v18.64
Site Officiel de GameEx
 
 Mednafen v1.32.1 
Samedi 06/04/24 à 16:49 par Firebrand
Cet émulateur multi-systèmes a été mis à jour. Les améliorations sont les suivantes:
Tiny update primarily to fix issues with loading CloneCD and Apple II WOZ files from uncompressed ZIP archives, and to implement a workaround for a gcc bug that broke the Saturn VDP1 rasterization code when Mednafen was compiled with certain -mcpu=/-mtune= flags.

- Apple2: Fixed erroneous parsing of WOZ file padding bytes and unknown chunks' data as 8-byte chunk headers.
- Fixed broken handling of the end-of-stream condition when reading from non-compressed files stored in ZIP archives; fixes loading of such Apple II WOZ disk images and CloneCD CD images.
- SS: Implemented workaround for gcc bug #113255 in the VDP1 rasterization code.
- Apple2: Fixed typos/brainfart that broke language card and ROM card control accesses via $C08F.
Télécharger Mednafen v1.32.1 (32-bit)
Télécharger Mednafen v1.32.1 (64-bit)
Site Officiel de Mednafen
 
 RomVault v3.7.0 
Mercredi 03/04/24 à 14:20 par Firebrand
Ce gestionnaire de ROMs vient de recevoir une importante mise à jour. Les améliorations sont les suivantes:
Excited to anounce the release of V3.7.0! One of the biggest feature update releases in a very long time.
This feature update list has been driven by two main big features adds:

Total DOS Collection, Date/Time
- Originally there was trrntzip formated zips, this format has served up well for many many years. It uses deflate compression (level 9) and a fixed date time of: 12/24/1996 11:32 PM Rumored to be the date MAME was first released! So I have been working closely with the main guy over at the Total DOS Collection for about the last 6 months (Thanks for all the great collaboration efforts), and am very please to anounch the first big upgrade to the zip format is TDCZip (Think of this as trrntzip with date/time support.), this turned into quite an adventure to get all the TDC zips supported in RomVault. Including discovering that ZIP's original date/time storage can and does store potentially invalid date/times suck as 1990/00/00 00:00:00 = month 0 , day 0, and invalid time can also be stored. Also had to rework my code support for code page 437 (as used in early zip filenames) as it turns out .NET's version of this code page does not correctly support the ASCII values below 32.
- The daily Total DOS collection DATs will now also be included in DatVault updates. DatVault will also contain a RomVault corrected TDC Release 21 DAT (Please don't try using the numbered release DATs from TDC, they are honestly a mess.), and also a daily Diff dat with just the news files in the Daily compared to the Release 21 DAT we be available in DatVault.

ZSTD Compression
- So while re-working the zip format it was also possible to add the next big update to ZIP... zstd compression zip. This timing turned out to be just about perfect as MAME can now support reading zstd compressed zips!
- What is zstd? It is a new compression methods invented by facebook devs, compresses better that deflate, compresses faster than deflate (With multi-threading compression!), and decompresses at crazy fast speeds, so it is win, win, win all the way around.
- Also WinRAR 7.x and 7zUI v24.x also now support zstd compressed zips, so zstd zip is now a very well supported compression system.
- So we now have what I am refering to as Structured archive formats:
*Trrntzip: Original format.
*TDCZip: Total DOS Collect Date/Time supported format.
*RVZSTD: RomVault zstd format
These are now the 3 supported structured ZIP formats in RV, but wait... theres more.. lets not leave out 7Z!
- 7Z got a big upgrade also, now supporting 4 different formats:
*LZMA-Solid: This is the originally supported 7z format
*LZMA-NonSolid: Added Nonsolid as a 7z supported option now
*zstd-Solid: ZSTD has arrived in 7z also
*zstd-NonSolid: Its here and uses the same compression as ZIP, (And can raw copy between NonSolid 7z's and zip!)
- As well as these two main features, there have been many equally imported enhancements such as better file fixing source priority selection, and better handling of zero byte files, now meaning zipmove can be used in more places.
Dark UI mode has been hiding in RV for a while, but has officially been added to the config UI.

TrrntzipUI becomes S.A.M. Structured Archive Maker
- With the arrival of more than just Trrtnzip, TrrntzipUI also needed an overhall, and has officially been renamed to Structred Archive Maker, It can now recompress all of the above structured archive formats. (With the exception of TDC, because you need to DAT to get the Date/time correct.) S.A.M. is now available from the RomVault top menu, and the stand along version will be released here soon.
- And..... just because people do ask for it: The command line versions for windows and Linux got an update with all the new v3.7 features.
- Thanks again for all the support, and help from my great freinds over in RomVault discord This great releases would not be what it is without your help and support.

So here the detailed list of all the updates and bug fixes in V3.7.0!

Feature Updates:
- Added new structured archive formats for zstd Zip/7z and TDC (Total DOS Collection) Zip
- Added the ability to raw copy zstd compressed files between archives
- Added raw copy functionality to and from 7z archives
- Added decompression support for several 7z compression filters
- Added support for DATs with timestamps (E.g. TDC)
- Added modified Date/Time to the Game List grid
- Added new graphics for the Game List grid to show current and preferred storage type
- Added multithreaded zstd compression options to Global Settings
- Added a Dark Mode toggle in Global Settings
- Enhanced ZipMove to work with zstd zip and 7z archives
- Enhanced ZipMove to work with TDC zip archives
- Enhanced archive fixing logic to use a priority system to pick the most efficient source for a fix
- Enhanced archive fixing logic so that 0-byte files are not prematurely deleted which would prevent ZipMove
- Improved performance of handling 0-byte files
- Improved error reporting
- Rebranded trrntzipUI to SAM (Structured Archive Maker) and added new zstd archive options

Bug Fixes:
- Fixed a crash that could occur if the DatRoot folder was missing and you attempted to add a directory from the DatVault UI
- Fixed a crash when ZipMove was wused on a set with NotCollected ROMs
- Fixed a crash related to the category reorder buttons
- Fixed a crash when loading old ROM Center DATs
- Fixed an issue related codepage 437 to better support lower ASCII values (lower than 32)
- Fixed an issue with reading some DATs generated by FB Alpha
- Fixed an issue that could result in duplicate directory rules in the cache file
- Fixed an issue where repacking zips in a ToSort would modify the timestamps of the contents
Télécharger RomVault v3.7.0
Site Officiel de RomVault
 
 RetroBat v6.1.0 
Mardi 02/04/24 à 18:12 par Firebrand
Cet ensemble de scripts pour EmulationStation a été mis à jour. Les améliorations sont les suivantes:
Emulators/cores/systems:
- Add Othello multivision (with gearsystem)
- Add nokia ngage with eka2l1
- Add PSXMame for ZINC games
- Add Ikemen-GO
- Add gemRB engine (open-source implementation of Infinity Engine for Baldur's Gate type games)
- Add standalone fbneo emulator for fbneo system
- Add ability to run custom OpenBOR build (using rom filename & specific core option) : configuration is NOT automated with custom versions
- VPinball : compatibility with version 10.8
- Update Supermodel version
- Magic Engine can now be downloaded from RetroBat (you still need to purchase a key to get full functionality, RetroBat does not provide it)
- Bump RetroArch to 1.17

Features:
- [WHEELS] First implementation : model2, model3, pcsx2, flycast (dreamcast) (currently supported wheels : Logitech G29 and experimental: G920, driving force GT and G923, Thrustmaster T300RS (gearstik only in model2 and model3))
- [CONTROLS] Magic Engine controllers autoconfiguration
- [CONTROLS] Add xinput driver option for MAME autoconfiguration with correct joystick orders
- [CONTROLS] Add logic to search per-game MAME cfg files first in saves\mame\ctrlr then in bios\mame\ctrlr when using "per-game" controller profile option
- [CONTROLS] Add option to use left analog joystick instead of dpad in SNES9X
- [CONTROLS] Add option to disable MOUSE in libretro:mame
- [CONTROLS] Dolphin : add management of Gamecube adapters from Raphnet and Mayflash (you need to connect gc pads in reverse order on mayflash (4 for player 1, etc.)
- [CONTROLS] Add autoconfiguration of N64 controller from Nintendo online shop for Ares, Bizhawk, Simple64 and Rosalie's Mupen64
- [CONTROLS] Add autoconfiguration of N64 adapters from Raphnet & Mayflash for Ares, Bizhawk, Retroarch, Simple64 and Rosalie's Mupen64
- [CONTROLS] Cemu : add wiimote horizontal controller profile
- [CONTROLS] Add gun option to libretro mame, mame2003_plus and mame2016 cores
- [CONTROLS] Enable raw input driver in Retroarch if use_gun is set and multiple gun devices are connected
- [CONTROLS] RetroArch & Flycast standalone: add individual game controller configuration for all arcade games and ability for user to manage through a file * * * * * * * * * WIKI
- [CONTROLS] Add profile for lightgun for wii games with dolphin
- [FEATURES] MAME : add setting skip_warnings to 1 in ui.ini file
- [FEATURES] Add desktop resolution option to Teknopparot and Demul
- [FEATURES] Add .chd extension for PSP system
- [FEATURES] Add libretro-desmume features
- [FEATURES] Add .chd extension to amigacdtv
- [FEATURES] Add ability to run gemdos hdd images with hatarib core (using m3u and .GEM file)
- [FEATURES] Add crosshair feature for model2
- [FEATURES] Add 2 features in Vita3K emulator
- [FEATURES] Add Technicolor shader in RetroArch
- [FEATURES] Add features fo fbalpha, mame non-current cores.
- [FEATURES] Add "-output windows" option for MAME standalone (used for mamehooks)
- [FEATURES] Future Pinball : added camera type feature
- [FEATURES] Supermodel : add supersampling (needs a beefy gpu !)
- [FEATURES] Vita3k : enhancement with pref-path management, if setting your own emulator content path, RetroBat will use it, else it will use the emulator path
- [FEATURES] Retroarch : add support for new mitm-session argument (netplay)
- [FEATURES] Flycast (standalone) add option to use R1 and L1 instead of triggers
- [UPDATES] Update bios\PPSSPP assets for libretro-PPSSPP core
- [UPDATES] Update BIOS lookup and bios selection for PCSX2 (both standalone & libretro core) : bios must be placed in bios\pcsx2\bios and the list has changed
- [UPDATES] Update BIOS lookup for psx bios (default RetroBat is now psxonpsp660.bin)
- [UPDATES] Remove unnecessary file formats for MUGEN system

Fixes:
- fix some features not correctly working in libretro ppsspp (e.g. anisotropic filtering)
- fix exit of chihiro / cxbx
- Vpinball & fpinball : fix .zip management
- fix screenshots being deleted on game exit
- fix controllers not autoconfigured with new versions of ryujinx & CEMU (ensure GUID calculation can match SDL 2.30 version with manufacturer name)
- Fix dolphin savestates combo with non-xinput controllers
- Fix MAME exit combo
- Fix model2 exit combo not saving NVRAM
- Fix supracan md5 bios check
- Fix mono-gun games in retroarch settings when multiple guns are connected
- disable teknoparrot update search when running from RetroBat
- Fix bios checking engine that did not work when the path contains twice /bios
- Remove obsolete aspect ratios for mame standalone (as these are only used in -window mode)
- Fix screen size for hypseus on high-resolution displays
- Fix shaders when using OpenGL driver on libretro cores that force glcore (use slang shader instead of glsl for these cores), also added ability to specify different glsl and slang shaders for a single RetroBat preset
- Fix PPSSPP standalone autoconfiguration of controllers for non-xinput devices (attention, PPSSPP has a bug that prevents non-Xinput controllers to work when a XInput controller is connected)
- Fix zinc start failing if controller does not have a required button
- cemu : allow gamepad button inversion also for non-xinput controllers
- Remove default colorization of GameBoy games with libretro:gambatte
- Fix launch of Dolphin Triforce emulator from RetroBat menu not working
- Fix one feature value not available anymore in new Ryujinx Avalonia UI
- Fix pcsx2 cheats path that had too many subpaths ('cheats\pcsx2\cheats\cheats' now is 'cheats\pcsx2\cheats')
- Fix XEMU not launching in fullscreen in some cases
- fix duplicate features naming (e.g. beetle_psx_hw video renderer)
- Fix retroarch 'custom' aspect ratio not applying
- Fix Mednafen standalone controller configuration (emulator is using dinput)
- Remove unnecessary extensions for MUGEN
- Vita3k no detection of .m3u file in some cases

Interface:
- Fix issue of disconnection of gamepad in RetroBat interface when trying to affect controllers to users and having multiple controllers of the same type
- Fix network icon not being removed when choosing the option to hide it
- Fix display of gametime when duration is between 24 and 25 hours

Dev stuff:
- Add method to get new SDL 2.30 guid value (with CRC) (still in progress, not fully functional)
- disable check for sinden FilterGraphWindow (camera activity) when searching for connected SindenLightguns
- Move core/system specific remaps to remap files instead of retroarch global mapping
- Add method to be able to manage in future game-specific options in scummvm (disabled for now)

Project:
- New retrobat notice document
Télécharger RetroBat v6.1.0
Site Officiel de RetroBat
 
 GB Enhanced+ v1.8 
Mardi 02/04/24 à 17:58 par Firebrand
Cet émulateur de consoles portables Nintendo est mis à jour annuellement tous les 1er avril. Voici les changements de cette année:
It's April 1st. No jokes. Only business. Once again, not many exciting changes under the hood. GBE+ is in the very last stretches of emulating some very complex and exotic hardware, so much of last year's work was to that end. You know what they say, the last 10% of a project takes 90% of the time.

Notable Changes:
- Reworked Pokemon Mini netplay to be much simpler. All players need to do is basically point each instance of GBE+ to the correct player (e.g. Player 1, Player 2, etc) using the F4 hotkey.
- Added support for the Glucoboy. GBE+ now allows players to manipulate various stats that unlock in-game Glucose Reward Points.
- Improved support for the Campho Advance. Menus work, contact data can be saved, and handles basic virtual calls. No proper audio/video yet.
- Improved support for the Play-Yan and Play-Yan Micro. No audio/video output yet
- Added support for the Nintendo MP3 player. No audio/video output yet, but menus are accessible.
Télécharger GB Enhanced+ v1.8
Site Officiel de GB Enhanced+
 
 Visual Boy Advance GX v2.4.8 
Lundi 01/04/24 à 17:05 par Firebrand
Ce port de VisualBoy Advance pour Nintendo GameCube, Wii et WiiU a ét émis à jour. Les améliorations sont les suivantes:
- Added L+R+START for return to the menu for GCN controller (saulfabreg)
- Fixed MBC2 data saving for F-1 Race, Kirby's Pinball Land, etc. (saulfabreg, based on fix from Steelskin)
- Fixed MBC7 data saving for Kirby Tilt 'n' Tumble (saulfabreg, based on fix from Steelskin)
- Compiled with latest devkitPPC/libogc
- Added Swedish translation (IsakTheHacker)
- Updated translations
Télécharger Visual Boy Advance GX v2.4.8 (Nintendo GameCube)
Télécharger Visual Boy Advance GX v2.4.8 (Nintendo Wii)
Télécharger Visual Boy Advance GX v2.4.8 (Nintendo WiiU)
Site Officiel de Visual Boy Advance GX
 
 NegaMAME v0.264-1 
Lundi 01/04/24 à 16:57 par Firebrand
Ce build de MAME prévu pour être utilisé avec le frontend Negatron a été mis à jour vers MAME v0.264.
Télécharger NegaMAME v0.264-1 (Windows)
Télécharger NegaMAME v0.264-1 (MacOS)
Télécharger NegaMAME v0.264-1 (Linux)
Site Officiel de NegaMAME
 
 ares v137 
Lundi 01/04/24 à 16:54 par Firebrand
Cet émulateur multi-systèmes a été mis à jour. Les améliorations sont les suivantes:
This is a relatively small update in terms of number of features/changes, however, the primary change is a big one I'm sure you all will love.

Slang Shader Pipeline (librashader)
- ares's shader pipelien has been re-created to support shaders written for the same slang shader pipeline as RetroArch.
- This was made possible thanks to librashader: a reimplementation of the RetroArch slang shader pipeline for standalone emulators.
- All shaders from libretro/slang-shaders are included. Please be mindful that librashader itself, and ares' implementaton of it are both rather new; some shaders may have compatibility issues, but the vast majority should function as expected.

Bandai - WonderSwan / WonderSwan Color
- Improve emulation of the WonderSwan APU: Improves Hyper-Voice accuracy as well as channel timing.

NEC - PC Engine / Turbografx 16 / CD
- Add support for Games Express CD-ROM games, these use their own unlicensed System Card/BIOS.
- Fix CD-ROM pregap offset (Fixes Super Air Zonk).
- Fix PC-Engine Duo/Super CD-ROM internal RAM.

Nintendo - Super Famicom / SNES
- wdc65816: Implement the (direct,X) wraparound bug in emulation mode. While this will not have any impact for commercial games (they don't tend to run in emulation mode) it is still an accuracy improvement that allows cputest-full to pass.
- Implement SA-1 BW-RAM protection: as above, this does not have any impact for most commercial games, but it fixes the SA-1 RAM protection test.

Nintendo - Game Boy Advance
- Improvements to PPU timings.
- Improve 32-bit prefetch buffer timing during instruction fetch.

Sega - Sega Mega Drive / Genesis / 32X / CD
- CD: Fix an off-by-one issue while decoding subchannels, fixes corruption in CD-G playback.
- 32X: Fix that unused bits of the a1518a register should be set to 0; fixes some broken homebrew.
- 32X: Add approximate timing for 32X memory regions; fixes Brutal: Above The Claw, all known commercial 32X games are now playable, although some minor issues may remain.
- 32X: Fix an issue with dotscroll causing corruption on some scrolling graphics.

Other
- Fixed an issue where the latest macOS SDK caused the statusbar to overlay the entire screen, appearing as if ares was broken.
- Fixed clipping issues in the splash screen on macOS.
- Improve UI behavior when changing drivers with a game loaded.
- Enabled the SDL audio driver on macOS
Télécharger ares v137 (Windows)
Télécharger ares v137 (MacOS)
Site Officiel de ares
 
 GameEx et GameEx Arcade Edition v18.63 
Mercredi 20/03/24 à 15:09 par Firebrand
Ces frontends multi-systèmes ont été mis à jour, mais les changements sont inconnus.
Télécharger GameEx v18.63
Télécharger GameEx Arcade Edition v18.63
Site Officiel de GameEx
 
 Messinfo.dat v0.263 (11.54) 
Samedi 16/03/24 à 14:44 par Firebrand
Ce nouveau fichier additionnel clôture le cycle de mis à jour des fichiers de ProgettoSNAPS pour MAME v0.263.
- 11.54 04/15/2024: Aligned files to 0.263 version.
Télécharger Messinfo.dat v0.263 (11.54)
Site Officiel de Messinfo.dat
 
 GameEx v18.61 
Jeudi 14/03/24 à 16:09 par Firebrand
Avec un peu de retard par rapport à son Arcade Edition, ce frontend multi-systèmes a été mis à jour. Toujours pas d'information sur les changements.
Télécharger GameEx v18.61
Site Officiel de GameEx
 
 GameEx Arcade Edition v18.61 
Mercredi 13/03/24 à 14:42 par Firebrand
Ce frontend multi-systèmes a été mis à jour, mais les changements ne sont pas connus.
Télécharger GameEx Arcade Edition v18.61
Site Officiel de GameEx Arcade Edition
 
 NegaMAME v0.263-1 
Vendredi 01/03/24 à 17:05 par Firebrand
Ce build de MAME prévu pour être utilisé avec le frontend Negatron a été mis à jour vers MAME v0.263.
Télécharger NegaMAME v0.263-1 (Windows)
Télécharger NegaMAME v0.263-1 (MacOS)
Télécharger NegaMAME v0.263-1 (Linux)
Site Officiel de NegaMAME
 
 GameEx et GameEx Arcade Edition v18.60 
Lundi 26/02/24 à 17:25 par Firebrand
De nouvelles versions de ces frontends multi-systèmes ont été publiée mais les changements ne sont pas connus.
Télécharger GameEx v18.60
Télécharger GameEx Arcade Edition v18.60
Site Officiel de GameEx
 
 ares v136 
Samedi 24/02/24 à 17:23 par Firebrand
Cet émulateur multi-systèmes a été mis à jour. Les améliorations sont les suivantes:
Border/Overscan overhaul
- When ares was initially designed, it was geared primarily towards SNES emulation, and as such the "Overscan" option in video settings behaved like the overscan feature of the SNES: showing or hiding the lower 16 lines of display. This behavior is not how most end users expect overscan to function.
- For ares v136, we have overhauled how borders and overscan is handled across all cores in ares.
- The overscan option has been reworked to show or hide all non-desirable edges of the screen (in most cases this is blank borders, but it can include areas that commonly just contain garbage pixels).
- Additionally, we have updated most of the emulator cores in ares to have hardware accurate border and aspect ratio when overscan is visible: this also includes PAL, so PAL games are finally rendered at the correct aspect ratio to real hardware when 'aspect ratio correction' is enabled.
- NOTE: The border regions for All TMS9918 VDP based consoles are thought to be be correct, as are Master System, Mega Drive, and NES, while SNES and PC-Engine are (educated) estimates. Hiding the overscan area is not yet implemented for Atari 2600, PC-Engine, Nintendo 64 or PlayStation as more hardware verification is required.

Cheat Support
- A popular request: ares finally has support for cheat codes, as well as a cheat editor. You can access the cheat editor by going to Tools -> Cheats while a game is loaded.
- Cheats are currently implemented for all cores, except for Nintendo 64 and PlayStation: support for these requires larger changes to ares that did not make the cut for this release.
- The cheat code format is a simple patch code format XXXXXXXX:YY where X is an address, and Y is the data to write; most emulators support this format so it shouldn't be difficult to port cheats between them.
- It is possible to chain multiple codes into a single cheat entry by separating the codes with a + symbol; this is useful if a single cheat requires multiple code to work.
- Cheats are saved in a cheat database file alongside the rom: for example, Game.sfc will create a cheat file titled Game.cheats.bml.

Nintendo - Game Boy Advance
- Implement prefetch buffer reset on ROM accesses from the CPU.
- Implement that timer 0 count-up bit cannot be set.

Nintendo - Super Famicom / SNES
- Fix an issue where the Super Gameboy 2 was running at the incorrect clock frequency.

Nintendo - Nintendo 64
- Implement newly discovered PI DMA behavior when crossing RDRAM row boundaries.
- Fix a corner face in FPU exception handling

Sega - Mega Drive/Genesis, Mega CD, 32x
- Add the Mega CD's PC RAM to the debugger memory viewer.
- Implement subchannel processing for Mega CD (Allows the playback of CD+G/karaoke discs provided a valid .sub file is provided)

Sony - PlayStation
- Improvements to the handling of the GPUSTAT register.

Other
- Switched back to wglSwapInterval for VSync on OpenGL for Windows; the DwmFlush approach caused worse tearing for most users.
- Fixed an issue where the SDL input driver considered all controllers to be the same device.
- Fixed an issue where rumble events could be missed causing rumble issues in many games.
- Improved VSync stability with the DirectX video driver.
Télécharger ares v136 (WIndows)
Télécharger ares v136 (MacOS)
Site Officiel de ares
 
 GameEx v18.59 
Lundi 19/02/24 à 16:58 par Firebrand
Ce frontend et son Arcade Edition ont été mis à jour, mais les changements ne sont pas connus.
Télécharger GameEx v18.59
Site Officiel de GameEx
 
 GameExet GameEx Arcade Edition v18.58 
Dimanche 18/02/24 à 17:06 par Firebrand
Ces frontends multi-systèmes ont été mis à jour. Les améliorations sont les suivantes:
- Updated to latest .net 6 desktop runtime but still the only regularly updated front end tthat supports Windows XP too other than RetroArch.
- Removed a little fat from the GameEx executables.
- Forgot to mention in the previous releaase but the TMDB API is working again and the Movie database within GameEx now supports your online streamed videos. It should build up quite nicely now.
- If you receive false positives with Windows Defender, I have resolved this with Microsoft and you just need to update to the latest Windows Defender definitions.
Télécharger GameEx v18.58
Télécharger GameEx Arcade Edition v18.58
Site Officiel de GameEx
 
 Messinfo.dat v0.262 (11.53) 
Samedi 17/02/24 à 17:26 par Firebrand
Le dernier fichier additionnel de ce cycle de MAME de ProgettoSNAPS a été mis à jour pour MAME v0.262:
- 11.53 02/16/2024: Aligned files to 0.262 version.
- 11.52 02/09/2024: The file is now available on GitHub; you can find it here: https://github.com/AntoPISA/MAME_SupportFiles
Télécharger Messinfo.dat v0.262 (11.53)
Site Officiel de Messinfo.dat
 
<< Page précédentePage suivante >>