Organiser
Filtrer par machine :
Type de vue :
 
 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
 
 HBMAME et HBMAMEUI v0.245.18 (32-bit) 
Samedi 13/04/24 à 17:21 par Firebrand
Les versions 32-bit du dernier build de HBMAME/HBMAMEUI ont été publiées par RetroDanuart.
Télécharger HBMAME v0.245.18 (32-bit)
Télécharger HBMAMEUI v0.245.18 (32-bit)
Site de RetroDanuart
 
 HBMAME et HBMAMEUI v0.245.18 (64-bit) 
Mercredi 10/04/24 à 17:29 par Firebrand
Ces builds de MAME pour les hackROMs et les homebrews ont été mis à jour. Les améliorations sont les suivantes:
- New PGM driver from IQ_132
- Restored music to kovshp and many of its hacks

New Games
- [cyborg] Cyborg Force
- [cyborg1] Cyborg Force (patched)
- [galaga01] Galaga Wave Mixer
- [galaga02] Galaga Challenging Only
- [lbhmg] Last Blade Hidden Mini Game
- [nbajam03] NBA Jam Tournament Edition SE 5.0
- [pgmcabal] Cabal (PGM) [iq_132]
- [pgmsnake] PGM test program [iq_132]
- [sf2ce58] Street Fighter II' (SrSreet edition)
- [sfz3mix] Street Fighter Zero 3 (Turbo Mix 0.28) [zero800]
- [ssf2tnl] Super Street Fighter II Turbo (New Legacy v0.9 beta 2024-04-02)
Télécharger HBMAME v0.245.18 (64-bit)
Télécharger HBMAMEUI v0.245.18 (64-bit)
Site Officiel de HBMAME
 
 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
 
 CHD-info v0.264 
Jeudi 04/04/24 à 12:19 par Firebrand
Les données relatives aux CHDs de MAME v0.264 ont été intégrées à cet ensemble de fichiers d'information et de gestion des CHDs.
Télécharger CHD-info v0.264
Site Officiel de CHD-info
 
 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
 
 Fichiers additionnels pour MAME v0.264 
Mardi 02/04/24 à 18:20 par Firebrand
Ces différents fichiers utilitaires ont été mis à jour pour MAME v0.264:
Category.ini v0.264:
- 2024/04/01: Aligned files to MAME 0.264.

Catlist/Catver v0.264:
- 2024/04/01: Aligned files to MAME 0.264.

Languages.ini v0.264 (1.58):
- 2024/04/01 1.58: Added 0.264 sets.

Series.ini v0.264:
- Series UPDATED (6): 194X, Bagman, Cal Omega, Galaxian, Mr. Do! and Pac-Man.

Version.ini v0.264:
- 2024/04/01: Aligned to MAME 0.264.
Télécharger Category.ini v0.264
Télécharger Catlist/Catver v0.264
Télécharger Languages.ini v0.264 (1.58)
Télécharger Series.ini v0.264
Télécharger Version.ini v0.264
ProgettoSNAPS
 
 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
 
 SDLMAME4Ubuntu v0.264 (64-bit) 
Lundi 01/04/24 à 16:58 par Firebrand
Ce build de MAMe pour Linux Ubuntu a été mis à jour vers MAME v0.264.
Télécharger SDLMAME4Ubuntu v0.264 (64-bit)
Site Officiel de SDLMAME4Ubuntu
 
 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
 
 Versions 32-bit des builds de MAME 0.264 
Jeudi 28/03/24 à 20:35 par Firebrand
RetroDanuart a publié les versions non officielles des builds de MAME pour processeurs 32-bit.
Télécharger MAME v0.264 (32-bit)
Télécharger MAMEUI32 v0.264
Télécharger ARCADE v0.264.0 (32-bit)
Télécharger WolfMAME v0.264 (32-bit)
Site de RetroDanuart
 
 History.xml v2.64 
Mercredi 27/03/24 à 11:05 par Firebrand
Une nouvelle version de ce fichier informatif pour MAME a été publiée à l'occasion de la sortie de la v0.264.
Télécharger History.xml v2.64
Site Officiel de History.xml
 
 Mameinfo.dat v0.264 
Mercredi 27/03/24 à 11:04 par Firebrand
Les données de MAME v0.264 ont été intégrées à ce fichier informatif:
- Updated to MAME 0.264 - http://git.redump.net/mame/log/
- Added Source/Listinfo changes
- Newest Bugs (26th Mar)
- Added/Fixed 'Recommended Games'
- Fixed MAMEinfo.dat infos
Télécharger Mameinfo.dat v0.264
Site Officiel de Mameinfo.dat
 
 SDLMAME v0.264 (Apple Silicon) 
Mercredi 27/03/24 à 11:00 par Firebrand
Ce build de MAME pour MacOS a été mis à jour vers MAME v0.264.
Télécharger SDLMAME v0.264 (Apple Silicon)
Site Officiel de SDLMAME
 
 WolfMAME v0.264 (64-bit) 
Mercredi 27/03/24 à 10:58 par Firebrand
Une nouvelle version de ce build de MAME l'autorisant pas les codes de triche pour les compétitions a été publiée. Elle contient les nouvelles machines de MAME v0.264.
Télécharger WolfMAME v0.264 (64-bit)
Site Officiel de WolfMAME
 
 ARCADE v0.264.0 (64-bit) 
Mercredi 27/03/24 à 10:56 par Firebrand
Ce successeur de MAMEUIFX a été mis à jour avec les sources de MAME v0.264.
Télécharger ARCADE v0.264.0 (64-bit)
Site Officiel de ARCADE
 
 MAMEUI64 v0.264 
Mercredi 27/03/24 à 10:54 par Firebrand
Ce build de MAME incontournable a été mis à jour avec les dernières sources disponibles de l'émulateur. Les autres changements sont les suivants:
- A newer compiler is used: GCC 11.2 (mamedev version)
- Added some previews of improvements that might appear in MAME in the near future
- Sinclair computers: zx80, pc8300, pow3000, lambda: fixed the display, are now playable.
- Added Colecovision SGM (Super Game Module) support (from PR#10816)
- In dkong TKG-02 board, fixed a regression with the background colour (from PR#11170 and MT05052)
Télécharger MAMEUI64 v0.264
Site Officiel de MAMEUI64
 
 MAME v0.264 (64-bit) 
Mardi 26/03/24 à 18:30 par Firebrand
La version mensuelle de MAME arrive avec un peu d'avance. Voici les changements apportés:
MAME 0.264 is ready right on time! Before we get to emulation improvements, there are some changes to the debugger that may affect you. The debugger’s printf and logerror commands now support more formatting conversions and options, including NUL-terminated strings from emulated memory, hexadecimal numbers with lowercase digits, and left-aligned fields. This may change the behaviour of some debugger scripts. In other general changes, MAME now supports saving compact cassette images in compressed FLAC format, so you can save some disk space.
Thanks to new contributor Enzo Lombardi, Dribbling now has emulated sound! This classic twin-stick top-down football game was once a common sight in Italy’s numerous arcades. Sound effects make for a much more authentic experience. Robin Sergeant, another relative newcomer to MAME development, has been putting in a lot of work to improve the state of the Research Machines RM-380Z family, and it’s really coming together. This release adds sound, graphics, 8" disk drives, and more.
The very rare arcade game Vampire from Entertainment Enterprises has finally been dumped and emulated. A rare sight in ’80s arcades, it wasn’t known for being a great game. In a way, this makes it more interesting, as we’re more often reminded of successful games and more likely to forget the failures.
If you’re feeling adventurous, you can use the newly emulated Visual Technology XDS-19P as a graphical terminal for a modern Linux system running X11 applications. It requires setting up BootP and TFTP servers, as well as configuring the host system so it can connect, so be prepared for a challenge if you decide to try it out.
Of course, there’s much more, including working controls for Tomy Plarail and Tomica TV games, fixes for audio CD playback, and dumps of the few remaining EC series Japanese e-kara cartridges.

MAME Testers bugs fixed
- 06483: [Original Reference] (rm/rm380z.cpp) rm380z34d, rm380z34e: COS 3.4 systems boot to debugger. (Robin Sergeant)
- 08736: [DIP/Input] (apple/apple2gs.cpp) apple2gs: Joystick buttons are ignored. (Kelvin Sherlock)

New working systems
- Apple Computer Macintosh TV [R. Belmont]
- Epoch / SSD Company LTD Tokyo Friend Park 2 (Japan) [David Haywood, TeamEurope]
- Excalibur Electronics Ivan The Terrible [hap, Sean Riddle]
- Excalibur Electronics Mirage (Excalibur) [hap, Sean Riddle]
- Hana Awase 6 Part II [hammy]
- Noise Toys Inc. Jaminator [Devin Acker]
- Perfect Technology Star Diamond (v1.04) [hap, Berger]
- Saitek Kasparov Chess Academy [hap, Sean Riddle]
- Vampire (prototype?) [Tomasz Slanina, Heiko Klusmann]
- Visual Technology Visual 50 [Dirk Best, Bitsavers]
- Visual Technology XDS-19P [Dirk Best, Bitsavers, Mattis Lind]
- Yeno 416 XL (Yeno) [hap, Berger, Achim]

New working clones
- 1942 (Itisa bootleg) [Recreativas.org]
- Bagman (bootleg on Moon Cresta hardware, set 3) [David Bosque, Recreativas.org]
- CXG Systems / Newcrest Technology Super Enterprise (model 210.C) [hap, Berger]
- Diviertate Galaxia (Multivideo, Spanish bootleg of Galaxian) [Juan Romero, Recreativas.org]
- Dribbling (Automave) [David Bosque, Recreativas.org]
- Flicky (128k Version, 315-5051, larger ROMs, newer) [bisboch]
- Fruit Dream (Japan, Ver. 1.10) [hammy]
- Mr Pac-Turbo ('Made in Greece' Fermin bootleg) [Roberto Fresca, Gabriel Vega (El Pampa), Emmanuel Firmapaz, Club Argentino de Arcades]
- Ms Pac Man Twin (Argentina, set 2) [Roberto Fresca, Gabriel Vega (El Pampa), Emmanuel Firmapaz, Club Argentino de Arcades]
- Novag Industries Super Nova (Novag, v1.05 set 2) [Berger]
- Rail Chase (Japan, Rev B) [coolmod, The Dumping Union]
- Research Machines RM-380Z, COS 4.0B with HRG [Robin Sergeant]
- Run Run (Do! Run Run bootleg) [bisboch]
- Texas Instruments Little Professor (1976 version, rev. A) [hap, Sean Riddle]
- Texas Instruments Little Professor (1976 version, rev. B) [hap, Sean Riddle]
- VTech Dora the Explorer - Dora TV Globe-Trotter (France) [David Haywood, TeamEurope]

Systems promoted to working
- Tomy / SSD Company LTD Nihon Isshuu - Boku wa Plarail Untenshi (Japan) [David Haywood]
- Tomy / SSD Company LTD Tomica Carnavi Drive (Japan) [David Haywood]

New systems marked not working
- ADDS 4000/260 [Bitsavers]
- Alantin - Aladdin's Magic Lamp [Ioannis Bampoulas]
- Bao Qing Tian [dyq, little0, Guru]
- Bu Bu Car (English) [Victor Fernandez (City Game), Recreativas.org]
- Cal Omega - Game 21.4 (Wild Double-Up Poker) [Roberto Fresca]
- Captain Shark (Ver. CS.01.6, Apr 21 2006) [Ioannis Bampoulas]
- Caribe [Arcade Planet, Recreativas.org]
- Casio Super Picky Talk - Forest of Gurutan [QUFB]
- Charleston (V2.1, Catalonia) [Arcade Planet, Recreativas.org]
- Croaky Karaoke 16-in-1 [David Haywood, TeamEurope]
- Dark Seal (8-liner) [Ioannis Bampoulas]
- Epoch / SSD Company LTD Excite Tennis (Japan) [David Haywood, TeamEurope]
- Festival: Goldfish Scoop [Darksoft, rtw, trap15]
- Gladiadores (V1.0, CAA) [Arcade Planet, Recreativas.org]
- Happy Farm (Ver. US.01.02.B) [Ioannis Bampoulas]
- Happy Lucky! [Phil Bennett]
- Jinxiu Zhonghua [dyq, little0, Guru]
- Konami Goo Choco Lantan Spoo Daisuki! Playmat [David Haywood, TeamEurope]
- Lexibook Junior My 1st Drawing Studio [David Haywood, TeamEurope]
- Maque Wangchao / Chaoji Damanguan 2 - Jiaqiang Ban (China, V100C) [dyq, little0, Guru]
- New Carrera - Version 2000 [Ioannis Bampoulas]
- New DongmulDongmul [Taksangs, charlie]
- Play Vision Who Wants to Be a Millionaire? (Play Vision, Plug and Play, UK, 8-bit version) [David Haywood, TeamEurope]
- Prize Zone Gold (USA, v2.01) [Jim Hernandez, anonymous]
- Pull The Trigger [Arcade Planet, Recreativas.org]
- Quasimidi Musikelektronik GmbH Quasimidi Quasar [DBWBP]
- Quasimidi Musikelektronik GmbH TechnoX [DBWBP]
- Roland D-70 Super LA Synthesizer [Giulio Zausa, ValleyBell, R. Belmont]
- Roland Sound Canvas SC-55mkii [nukeykt, R. Belmont]
- San Se Caishen (Version 0502) [dyq, little0, Guru]
- SDW Games Sudoku: Do You Sudoku? [David Haywood, TeamEurope]
- Sega / ALi ST-V 486 dev box PC [Darksoft, TeamEurope, The Dumping Union]
- Shizhan Sanguo Ji Jiaqiang Ban (Version 8.9 980413) [dyq, little0, Guru]
- Speed Master (Ver. V1.0, Apr 29 2004) [Siftware]
- Thinkway Toys Interactive M.A.G. Motion Activated Gear: Spider-Man - Triple Threat [David Haywood, TeamEurope]
- Thinkway Toys Interactive M.A.G. Motion Activated Gear: The Batman - Villains of Gotham City [David Haywood, Sean Riddle]
- Thinkway Toys Interactive M.A.G. Motion Activated Gear: Toy Story and Beyond! Buzz Lightyear Galactic Adventure [David Haywood, Sean Riddle]
- Tong Zi Maque [dyq, little0, Guru]
- Wicked Witch (Ver. AA.01.A) [Ioannis Bampoulas]
- Yamaha PSR-2000 [Matt, O. Galibert]

New clones marked not working
- Animal House (set 4) [Taksangs, charlie]
- Bomberman (Version 6.6, Avraam bootleg) [Ioannis Bampoulas]
- Bomberman (Version 6.6, J.T. bootleg) [Ioannis Bampoulas]
- Casio CFX-9850GB Plus [QUFB]
- Corsarios (Cirsa slot machine, V5.10D, Catalonia) [Arcade Planet, Recreativas.org]
- Fisher-Price Fun 2 Learn Smart Fit Park (France) [David Haywood, TeamEurope]
- Instant Winner (Spanish) [Roberto Fresca]
- Moj mikro Slovenija [Računalniški muzej]
- Speed Master (Ver. V1.0, Apr 28 2004) [Siftware]
- Speed Master (Ver. V1.0, May 23 2003) [Siftware]
- Tandy Radio Shack Tandy 4000 [Adrian's Digital basement]
- Transporter the Rescue (LA-1) [Scott Charles, PinMAME]
- Two Minute Drill (Ver 2.2A 1993/10/18) [Sergio Galiano]

New working software list items
- a2600: R2D Tank (prototype), Spiders (prototype) [Atarimania]
- apple2_flop_misc: Anti-M (version 1.9), Anti-M (version 2.0), Anti-M (version 2.1), Anti-M (version 2.2) [4am, Firehawke]
- cdi: Hotel Mario (prototype v0.09, 19931123) [redump.org]
- ekara_japan: Enka Taizen Dai San-hen (Japan) (EC0085-ETZ), J-Pop Mix Vol.42 (Japan) (EC0081-JPM), J-Pop Mix Vol.43 (Japan) (EC0083-JPM) [David Haywood, TeamEurope]
- ekara_japan_g: Best Hit Volume 5 (Japan) (GC0012-BHT), Best Hit Volume 6 (Japan) (GC0013-BHT) [David Haywood, TeamEurope]
- ekara_japan_kd: Kids' Song 20 (Japan) (KD-2) [David Haywood, TeamEurope]
- jaminator: Classic Rock I (USA), Classic Rock II (USA), Hard Rock I (USA), Hard Rock II (USA), Lead Rock Guitarists (USA), Modern Rock (USA) [Devin Acker]
- msx1_cass:
The Games Collection (Europe) [anonymous]
Games Tutor (I) (Spain), Hard-Copy (Spain) [file-hunter]
- msx1_flop_525: Poster Maker (Brazil), Professional Paint (Brazil), Professional Stripes (Brazil), Retrato Falado (Brazil), SuperCalc 2 (Brazil) [file-hunter]
- msx2p_cart:
Ghostly Manor [9958 crew]
Nothing Thing [#msxdev Compo]
- sms:
Extreme Volleyball Infernal League (v2.0.21, demo) [raphnet]
Arcade Volleyball, Blast Arena, Extreme Volleyball Infernal League (v1.0.2), Extreme Volleyball Infernal League (v1.0.5), Extreme Volleyball Infernal League (v1.0.6), Fantasy Zone: The Maze (prototype), Jewel Stone (demo), Lucky Penguin (v1.0), Lucky Penguin (v1.1), Pitman (v1.02), Pitman (v1.03), SKBN (v1.0), SKBN (v1.1), SKBN (v1.2), SKBN (v1.3), SKBN (v1.4), Wing Warriors, Wing Warriors (fix) [SMS Power!]
- spectrum_cass:
The Last Escape [Ariel Endaraues]
Metamorphosis, Metamorphosis (128K, Valentine's Day demo), Metamorphosis (48K, Valentine's Day demo) [ITNL-team]
Corrida de Cavalos, Ditador + Treinador de Futebol, Diversidade e Classificação de Seres Vivos, The Dungeon of Torgar (Adventure Workshop, alt), O Esqueleto Humano, Férias em Portugal, H.E.R.O. (Proein Soft), Mira Técnica, Mira Técnica (patched), Orgãos Reprodutores, Ring-O (alt), Scrabble + Campo de Minas, Super Soho, Swords & Sorcery (set 4), Treinador de Futebol [Planeta Sinclair]
48K №3 - Maziacs, 48K №5 - Regata, 48K №6 - Especial Marcianitos, 48K №9 - Frank N' Stein, 48K №11 - Camara Secreta, Bulbo and the Blue Dragon, Bulbo's Intrepid Adventure, Chip's Challenge (Erbe), Chip's Challenge (one file), Star Bowls, Wudang (Pure Basic Contest version), Wudang (standard loader), Wudang (turbo loader) [Spectrum Computing]
Italia 1944 (English), Italia 1944 (German), Italia 1944 (Italian), Italia 1944 (Portuguese), Italia 1944 (Russian), Italia 1944 (Spanish) [Zankle Soft]
Super Bomberman 2 Remix (demo v0.1), Super Bomberman 2 Remix (demo v1.1) [ZX Evolution]

New software list items marked not working
- a2600: Hobo (prototype) [Atarimania]
- bkrankp_cart: J-Pop Purple, J-Pop White, Yo-Kai Watch [David Haywood, TeamEurope]
- evio: Disney Special 1 [David Haywood, TeamEurope]
- gcslottv: Jū-ō Junior [David Haywood, TeamEurope]
- hikara: Hi-kara 10-song capacity user cartridge (used, with 10 songs) (Japan), Hi-kara 20-song capacity user cartridge (used, with 20 songs) (Japan) [David Haywood, TeamEurope]
- megadriv: PGA Tour Golf II for use with the Personal Trainer [Brian Nocenti, VGHF]
- msx1_cass: T-GRAPH (Europe) [file-hunter]
- msx1_flop_525: Gradius System (Brazil) [file-hunter]
- msx2p_cart: Knit Designer (Japan) [Takamichi]
- spectrum_cass: Prioridade Em Cruzamentos [Planeta Sinclair]

Merged pull requests
- 11608: util/ioprocs.cpp: Added wrappers to simplify common patterns. [Vas Crabb]
- 11997: heath/h17_fdc.cpp: Added skeleton H-88-1 hard sectored floppy drive controller device. [Mark Garlanger]
- 12003: apple/apple2e.cpp: Correctly reset IOU soft switches on system reset. [xotmatrix]
- 12004: tvgames: Added seven TV games (not working). [David Haywood, TeamEurope, Sean Riddle]
- 12007: video/mc6845.cpp: Re-added zero active width/height support; suppress drawing when DE is not asserted. [Mark Garlanger]
- 12010: heathkit/tlb.cpp: Added a layout to give approximately correct visible screen area and a visible bezel. [Mark Garlanger]
- 12039: nmk/nmk214.cpp: Added NMK214 graphics unscrambling device. [Sergio Galiano]
- 12044: rm/rm380z.cpp: Added support for high resolution graphics, colour and text character dimming. [Robin Sergeant]
- 12054: emu/save.cpp: Made illegal save state registrations always fatal. [Vas Crabb]
- 12058: osd/osdnet.cpp: Removed dependency from OSD network device to libemu. [Vas Crabb]
- 12061: casio/cfx9850.cpp: Added Casio CFX-9850GB Plus (not working). [QUFB]
- 12064: msx1_flop_525.xml: Added six Brazilian items (five working), and improved metadata. [file-hunter, Wilbert Pol]
- 12065: docs: Described EMULATOR make option. [Firehawke]
- 12067: debugger/debuggdbstub.cpp: Fixed some M68000 register mappings, and strip line endings from XML. [Bartman/Abyss]
- 12069: scripts/build/verinfo.py: Use a raw string literal for regular expression (fixes Pylint warnings). [Kelvin Sherlock]
- 12070: coco_cart.xml: Corrected ROM for Predator. [Tim Lindner]
- 12072: Added five TV games (two working) and a Gachinko Shōbu! PachisloTV cartridge (not working). [David Haywood, TeamEurope]
- 12073: apple2_flop_misc.xml: Added four new versions of Anti-M. [4am, Firehawke]
- 12074: Use literal romaji for Jikkyou Powerful Pro Yakyū game titles. [Vas Crabb]
- 12078: machine/spi_sdcard.cpp: Implemented send CSD command for SD 2.x cards. [holub]
- 12079: cpu/g65816: Fixed issues with (stack,S),Y addressing and emulation mode quirks (passes snes-tests). [Adrian Siekierka]
- 12080: bus/mc10: Added partial emulation of the Alice Multiports Extension (only RAM/ROM features emulated). [Sylvain Glaize]
- 12083: Fixed a Korean transliteration in a comment, and cleaned up spacing in a few places. [Michael Sanborn]
- 12085: scv.xml: Added cartridge RAM to BASIC Nyuumon to make it work properly. [TWEgit]
- 12086: pc1512_hdd.xml: Changed interface to match the ISA Fixed Disk Controller card used in the pc1512hd20. [einstein95]
- 12087: util/cdrom.cpp: Refactored parse_cue/parse_gdicue to fix data integrity issues (should fix GitHub #12081). [Windy Fairy]
- 12089: machine/1801vp128.cpp: Emulated 1801VP1-128 MFM codec for floppy drive controllers. [shattered]
- 12090: Moved Cave drivers and devices to atlus project and a new cave project. [Angelo Salese]
- 12096: a2600.xml: Added three prototypes (two working). [Atarimania, ArcadeShadow]
- 12099: cpu/hcd62121: Implemented additional move instructions and timer wait. [QUFB]
- 12100: fmtowns_cd.xml: Marked demos as clones, and use lowercase for descriptive text in descriptions. [ArcadeShadow]
- 12103: capcom/vulgus.cpp: Added a 1942 bootleg from Itisa (has bad graphics). [Recreativas.org, ClawGrip]
- 12104: namco/namcos2.cpp: Added the zoom table ROM to cosmogng and cosmogngj (same as other games on the platform). [PabloArcade]
- 12106: galaxian/galaxian.cpp: Added another Bagman bootleg on Moon Cresta hardware. [David Bosque, Recreativas.org, ClawGrip]
- 12107: sega/megatech.cpp: Added/corrected cartridge/PCB/ROM labels for Shinobi, Fantasy Zone and Parlour Games. [Jos van Mourik]
- 12108: jaleco/megasys1.cpp: Added microcontroller program for Cybattler (also added to Chimera Beast). [kuze, Sergio Galiano]
- 12109: igs/goldstar.cpp: Added a fourth version of Animal House, and PLD dumps for “animalhsb”. [Taksangs, charlie, ClawGrip]
- 12110: taito/2mindril.cpp: Added Two Minute Drill Ver 2.2A (not working). [Sergio Galiano]
- 12113: machine/t10mmc: Fixed MSF to LBA conversion for “play audio MSF” T10 multimedia command. [Windy Fairy]
- 12114: msx1_cass.xml: Added four items (thee working), and added disks for Aackobase II. [file-hunter, Wilbert Pol]
- 12115: imagedev/cassette.cpp, formats/flacfile.cpp: Added support for saving cassette images in FLAC format. [Wilbert Pol]
- 12116: cpu/z80/r800dasm.cpp: Added a disassembler for the ASCII R800 CPU. [Wilbert Pol]
- 12117: bus/msx/slot/disk.cpp: Added banking support for the MSX Turbo-R internal disk ROM. [Wilbert Pol]
- 12118: formats/dmk_dsk.cpp: Improved format identification checks. [Wilbert Pol]
- 12121: sms.xml: Added nineteen working items. [SMS Power!, raphnet, ArcadeShadow]
- 12123: cdi.xml: Added a prototype of Hotel Mario. [redump.org, David Silva]
- 12124: emu/debug/debugcmd.cpp: Added NUL-terminated string argument support to printf/logerror. [Patrick Mackinlay]
- 12125: funworld/photoply.cpp: Fixed a spelling error in a comment. [ClawGrip]
- 12126: taito_h.cpp: Updated notes, DIP switch defaults and emulation status flags. [Sergio Galiano]
- 12128: rm/rm380z.cpp: Use SN74S262 for VDU-40 COS 3.4; video/sn74s263.cpp: Added ROM based on data sheet. [Robin Sergeant]
- 12129: bfm/bfm_bd1.h, bfm/bfm_bda.h: Made some static data members constexpr so they will be instantiated automatically. [balrog]
- 12130: msx2p_cart.xml: Added a software list for MSX2+ cartridges with three items (two working). [Wilbert Pol]
- 12132: igs/pgm2.cpp: Dumped the program ROM for Bu Bu Car. [Victor Fernandez (City Game), Recreativas.org, ClawGrip]
- 12133: misc/vampire.cpp: Added Entertainment Enterprises Vampire. [Tomasz Slanina, Heiko Klusmann, David Haywood]
- 12134: tecmo/tecmp.cpp: Changed rygar/gemini difficulty setting names to better reflect documentation. [Devin Acker]
- 12137: cpu/hcd62121, casio/cfx9850.cpp: Improved emulation, and fixed issues with debugger. [QUFB]
- 12138: casio/pickytlk.cpp: Added a skeleton driver for the Casio Super Picky Talk children’s personal digital assistant. [QUFB]
- 12139: apple/apple2gs.cpp: Fixed c000_r to return joystick button states in bit 7 (fixes MT08736). [Kelvin Sherlock]
- 12141: subsino/subsino.cpp: Added New DongmulDongmul from Hyoja Game (not working). [Taksangs, charlie, ClawGrip]
- 12144: rm/rm380z.cpp: Fixed disk drive handling so double sided disks work, and added 8" disk support. [Robin Sergeant]
- 12146: misc/jaminator.cpp, jaminator.xml: Added driver and software list for Noise Toys Jaminator guitar toy. [Devin Acker]
- 12147: mr/dribling.cpp: Added netlist sound simulation for Model Racing Dribbling. [Paperinik]
- 12148: spectrum_cass.xml: Added 41 items (40 working), and improved metadata. [ArcadeShadow]
- 12149: rm/rm380z.cpp: Added sound output for COS 4.0 systems. [Robin Sergeant]
- 12150: galaxian/galaxian.cpp: Added Diviertate Galaxia (Multivideo bootleg of Galaxian). [Juan Romero, Recreativas.org, ClawGrip]
- 12151: cpu/t11: Improved trace trap processing, and added basic interrupt processing to the K1801VM1. [shattered]
- 12152: nmk/nmk16.cpp: Use emulated NMK214/NMK215 protection for more games. [Sergio Galiano]
- 12153: skeleton/pullttrigger.cpp: Added a skeleton driver for Pull the Trigger. [Arcade Planet, Recreativas.org, ClawGrip]
- 12155: heathkit/h89.cpp: Added missing conditions to some Ultimeth MTRHEX-2k DIP switch settings. [Mark Garlanger]
- 12157: cirsa/neptunp2.cpp: Added Charleston slot machine from Europea (not working). [Arcade Planet, Recreativas.org, ClawGrip]
- 12158: cirsa/neptunp2.cpp: Added two slot machines from Cirsa (not working). [Arcade Planet, Recreativas.org, ClawGrip]
- 12159: gp32.xml: Replaced abbreviations in descriptions and moved some comments to notes elements. [ArcadeShadow]
- 12160: snes_bspack.xml: Use lowercase for descriptive text. [ArcadeShadow]
- 12162: mr/dribling.cpp: Added a partial dump of an Automave version of Dribbling. [David Bosque, Recreativas.org, ClawGrip]
- 12163: tvgames/xavix.cpp: Hooked up controls for tomplc and tcarnavi, and promoted them to working. [David Haywood]
- 12166: rm/rm380z.cpp: Fixed 8" disk controller clock frequency and improved VDU-80 display. [Robin Sergeant]
- 12167: misc/diamondking.cpp: Added Caribe slot machine from SegaSA/Sonic. [Arcade Planet, Recreativas.org, ClawGrip]
- 12169: Reverted pull request #12007 – it breaks systems that draw content in areas with DE deasserted. [Vas Crabb]
Télécharger MAME v0.264 (64-bit)
Site Officiel de MAME
 
 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
 
<< Page précédentePage suivante >>