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
 
 Red Viper v0.9.3 
Jeudi 11/04/24 à 19:58 par Firebrand
Cet émulateur VirtualBoy pour Nintendo 3DS utilisant les specificités de la console pour un vrai rendu en 3D a été mis à jour. Les améliorations sont les suivantes:
This release features much smoother gameplay, partially thanks to running the 3DS displays at 50Hz! Also includes a number of compatibility improvements, especially with homebrew.

- Run 3DS displays at 50Hz (thanks to everyone in #46 who knows much more about this than I do!)
- Improve frame pacing by rendering on VBlank
- The image is now displayed in full 24-bit colour
- Various renderer optimizations, significantly improving performance in Elevated Speed
- Improved audio clarity
- Fixed issues with various sound effects in Wario Land
- Fixed compatibility hack for Virtual Lab's English patch
- Improved performance in Nester's Funky Bowling
- Compatibility fixes for lots of homebrew
- Add a confirmation prompt to Reset and Quit menu options
- Game progress is now saved when entering sleep mode
Télécharger Red Viper v0.9.3 (.3dsx)
Télécharger Red Viper v0.9.3 (.cia) (Nintendo 3DS)
Site Officiel de Red Viper
 
 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
 
 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
 
 Red Viper v0.9.2.1 
Jeudi 28/03/24 à 20:37 par Firebrand
Une nouvelle version de cet émulateur VirtualBoy pour Nintendo 3DS a été publiée. Les améliorations sont les suivantes:
- This patch features fixes for a few critical bugs that snuck into v0.9.2, including the .cia not working on O3DS and the crash screen causing a ghost image when left alone for too long.
Télécharger Red Viper v0.9.2.1 (.3dsx)
Télécharger Red Viper v0.9.2.1 (.cia)
Site Officiel de Red Viper
 
 Red Viper v0.9.2 
Lundi 25/03/24 à 17:39 par Firebrand
Cet émulateur VirtualBoy pour Nintendo 3DS qui supporte la 3D a été mis à jour. Les améliorations sont les suivantes:
This release features a new audio engine allowing for sample playback, improved support for some homebrew such as Hyper Fighting and Elevated Speed, and a number of UI improvements, including button controls.
Some games may play samples at an incorrect speed. A compatibility list has been created, listing these and any other lingering issues.

Emulation improvements
- New audio engine allowing for sample playback
- 16MB ROMs can now be loaded on o3DS
- Fixed music speed in Golf
- Faster affine layer drawing
- Various other emulation bugfixes (including #41 and #43 by @pizzarollsroyce)

UI improvements
- Button input in GUI (#47 by @JeffRuLz)
- Zip file support
- Improved debug dumps for easier crash reproduction
- Allow mapping face buttons to the triggers on N3DS (#39 by @vaguerant)
- Button to turn off the touchscreen backlight (#48 by @vaguerant)
Télécharger Red Viper v0.9.2 (.3dsx)
Télécharger Red Viper v0.9.2 (.cia)
Site Officiel de Red Viper
 
 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
 
 Red Viper v0.9.1 
Dimanche 03/03/24 à 16:59 par Firebrand
Cet émulateur VirtualBoy pour Nintendo 3DS qui utilise les capacités de la console pour un effet 3D convaincant récemment ajouté à notre site a été mis à jour. Les améliorations sont les suivantes:
This release fixes the random crashes in T&E Soft's games (Red Alarm, 3D Tetris, Golf). Now all official games are actually playable!

Features
- 3D depth slider support (#10 by @djedditt)
- Pick which eye is rendered in 2D mode
- Fast-forward button on in-game touch screen (either hold or toggle)
- GUI matches colour filter (#5 by @JeffRuLz)
- Additional face button layouts

Fixes
- Fixed random crashes in T&E Soft's games (Red Alarm, 3D Tetris, Golf)
- Fix crash when closing through home menu while in the pause menu
Télécharger Red Viper v0.9.1 (.3dsx)
Télécharger Red Viper v0.9.1 (.cia)
Site Officiel de Red Viper
 
 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
 
 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 >>