Organiser
Filtrer par machine :
Type de vue :
 
 MESS v0.199 (32-bit) 
Mercredi 27/06/18 à 14:31 par Firebrand
Il y a du changement du côté de ce build de MAME ne s'occupant que des machines non arcade. En effet, la version 64-bit est annulée pour l'instant car ne fonctionne plus et depuis déjà la v0.198 MESSUI n'est plus publié. Reste juste donc la version 32-bit de MESS:
- MESSUI has been discontinued. The site has instructions how to use MAMEUI to perform the same function.
- MESS64 hasn't worked since 0.198 so has been cancelled for now. MESS32 works fine and will run on a 64-bit computer.
Télécharger MESS v0.199 (32-bit)
Site Officiel de MESS
 
 GameEx et GameEx Arcade Edition v15.33 
Dimanche 24/06/18 à 13:02 par Firebrand
Toujours aucune information sur les améliorations de ces frontends mais cette fois, on a au moins droit à un changement de numéro de version.
Télécharger GameEx v15.33
Télécharger GameEx Arcade Edition v15.33
Site Officiel de GameEx
 
 GameEx et GameEx Arcade Edition v15.32 
Mercredi 20/06/18 à 12:57 par Firebrand
Ces 2 frontends ont à nouveau été mis à jour sans release notes ni changement de version. Probablement des corrections mineures.
Télécharger GameEx v15.32
Télécharger GameEx Arcade Edition v15.32
Site Officiel de GameEx
 
 GameEx et GameEx Arcade Edition v15.32 
Samedi 09/06/18 à 14:09 par Firebrand
Ces deux frontends multi-systèmes ont été mis à jour mais aucune information sur les nouveautés n'a été donnée.
Télécharger GameEx v15.32
Télécharger GameEx Arcade Edition v15.32
Site Officiel de GameEx
 
 GameEx et GameEx Arcade Edition v15.31 
Lundi 04/06/18 à 13:24 par Firebrand
Encore une nouvelle version pour ces frontends multi-systèmes, mais aucune information n'a été donnée sur les modifications apportées.
Télécharger GameEx v15.31
Télécharger GameEx Arcade Edition v15.31
Site Officiel de GameEx
 
 Messinfo.dat v0.198 (11.10) 
Dimanche 03/06/18 à 13:41 par Firebrand
La sortie de ce nouveau fichier additionnel termine la série de mises à jour initiée par AntoPISA pour MAME v0.198. Cette version intègre les nouveaux systèmes émulés par MAME v0.198:
- 11.10 02/06/2018: Aligned files to 0.198 version.
Télécharger Messinfo.dat v0.198 (11.10)
Site Officiel de Messinfo.dat
 
 Versions démo du Spaceworld 1997 de Pokémon Version Agent/Or 
Vendredi 01/06/18 à 16:21 par Firebrand
Il y a quelques jours, les ROMs des versions de démonstration de Pokémon Version Or et Pokémon Version Argent présentées lors du Spaceworld de 1997 ont fuité sur Internet par le biais de ce site. Elles contiennent notamment des designs non définitifs des Pokémon mais aussi des créatures jamais vues ce qui a fait un buzz dans le petit monde de Pokémon se payant le luxe de pratiquement éclipser les dernières annonces officielles. Les jeux sont évidemment en japonais mais des traductions sont en cours.

Les archives contiennent des versions aux headers corrigés qui permet de les faire fonctionner sans bidouille sur la plupart des émulateurs. Les versions debug permettent de fouiller plus loin, il suffit de suivre les instructions sur le site.


Des designs bien différents. Fonctionnement sur un émulateur, ici BGB.

Télécharger Pokémon Version Or, démo du Spaceworld 1997 (sans debug)
Télécharger Pokémon Version Or, démo du Spaceworld 1997 (avec debug)
Télécharger Pokémon Version Argent, démo du Spaceworld 1997 (sans debug)
Télécharger Pokémon Version Argent, démo du Spaceworld 1997 (avec debug)
The Cutting Room Floor
 
 GameEx Arcade Edition v15.30 
Vendredi 01/06/18 à 12:45 par Firebrand
Pas de changement de numéro de version, pas de changelog, mais tout de même indiqué comme ayant été mis à jour. Probablement des correctifs mineurs pour ce frontend se rapprochant du look d'Hyperspin.
Télécharger GameEx Arcade Edition v15.30
Site Officiel de GameEx Arcade Edition
 
 Emu Loader v8.6 (version complète) 
Jeudi 31/05/18 à 11:43 par Firebrand
Ce frontend multi-systèmes a été mis à jour. Les améliorations sont les suivantes:
The night mode is coming along nicely. It's still in WIP state though.
No more support for low screen resolutions. The minimum resolution required was bumped to 1024x768 and/or 1280x720.
Many drawing bugs were fixed in this build while implementing the night mode. I found horrenduous amounts of components painting weirdness that only show up if you use the dark theme.
A new category filter Board Game was added to Arcade Miscellaneous Filters. File catver.ini required.
Not much else has been done for this release. Most changes were done internally, not apparent to the end-user.

Fixed
- Several drawing bugs in games lists, top bars and icons
- Top bar lower gradient color was silver instead of white in "Delete/Rename Game Snapshot"
- Empty space in multi-floppy games list panel if games of different systems are selected in main games list ("Load Multi Floppy Disks Game" screen)
- Set default font was not working in "Game Font Settings" (games popup menu)
- Arcade game font was not set correctly on several screens if game status is tagged "found with missing ROMs" and game driver is tagged "preliminary"
- Main games list not focused after exiting "Favorites Manager"
- Main games list not focused after exiting "Last Played Games (MRU)"

Changed
- Minimum required resolution bumped to 1024x768 / 1280x720; plus, dialogs and screens will no longer auto-resize to fit in lower resolutions
- Changes and fixes to Mustangpeak's "EasyListView" component (EasyListView.pas)
*it was drawing "State Images" in normal mode when TEasyItem is ghosted and/or not enabled; TEasyViewItem.PaintImage() function
*icon top border was not properly set if cell size if larger than icon size; "large icons view" only
.to fix this I added a new "IconViewAdjustIconTopBorder" property in "TEasyPaintInfoBasic" class, used in TEasyViewIconItem.ItemRectArray() procedure
- Improvements to my "TPanelEx" component
*added a "Inner Border Color" property for a cool neon effect, and a property to enable/disable it
*added a "Enable Custom Border" property to create a dual color border in the "non-client area"
.border colors are customizable
.no more drawing borders over the client area, covering 2 pixels at all sides of the panel!
.it cannot be used with "Border Style" and/or "Bevel Kind" properties
."Frames" property is still available but it paints in the client area
*fixed paint flickering when enable/disable frames and/or borders
*code clean up ("Border Style" and "Bevel" properties will eventually be removed from the component)
- Improved my custom TGroupBox component, added "Dual Color" border style for a cool neon effect (see "Delete Games Files" screen in night mode)
- Interface changes to "Console/Computer Emulators Setup" and "Console/Computer Games Folders Settings"
*default system icons size is now 68x68 (resolution 1280x800 and higher)
*48x48 icons are used for 1280x720 / 1024x768 resolutions
*left some room in systems panel for the future (just in case)
*additional tweaks
- Minor tweaks to "Game Details" screen
- Interface changes to several screens
*48x48 game icon replaced by 68x68 size (top bar)
*16x16 system / media type icon replaced by 24x24 size (top bar)
*increased game title font size from 8 to 10 (top bar)
*increased game name+extra info font size from 7 to 8 for easier reading (top bar)
*removed ListView border (Windows theme forced painting), replaced by a custom panel with dual colors so night mode can be applied
*additional tweaks

Removed
- Full screen mode is gone. It's an ugly hack, it causes the dreadful "out of focus" bug at startup and it doesn't work correctly under Windows 10

Added
- Updates to "Night Mode"
*Setting "Enable Night Mode" added to main menu for easy access; you can still change it in the message box
*added support for several screens
*added support for images tool bar buttons
*added support for images panel border color
*coded some functions to change colors with ease: panels, labels, check boxes, radio groups, group boxes, forms
*the following controls are incompatible with dark themes, due to Windows theme forced painting or zero customization properties: edit box, combo box, button, main menu, popup menu, tool bar button text
*additional tweaks to avoid flickering, highly noticeable in night mode
- New "Board Game" catver.ini filter added to "Arcade Miscellaneous Filter" (below "Mechanical" filter)
- New screen with 128x128 monster icons for "Arcade Files Versions" if screen resolution is 1024x768 and up (main menu "View")
- Interface changes to "Arcade Emulators Setup" and "View Arcade ROMs Folders" screens
*added monster 128x128 icons to systems list
*use checkbox "Large Icons" in bottom bar to enable the big system icons (disabled by default)
*additional tweaks
Télécharger Emu Loader v8.6 (version complète)
Site Officiel de Emu Loader
 
 MESS v0.198 
Mercredi 30/05/18 à 13:50 par Firebrand
Ce build de MAME spécialisé dans les machines non arcade a lui aussi été mis à jour. Sachez que MESSUI n'est plus publié mais l'auteur donne les instructions pour transformer MAMEUI en MESSUI:
- copy mess.ini to mame.ini
- copy ini\mess.ini to ini\mame.ini
- copy MESS_g.ini to MAME_g.ini
- copy messui.ini to mameui.ini
- Start MAMEUI, click on View, Custom Filters, tick Arcade, click OK. Now it will be the same as MESSUI was.
Télécharger MESS v0.198 (32-bit)
Télécharger MESS v0.198 (64-bit)
Site Officiel de MESS
 
 GameEx et GameEx Arcade Edition v15.30 
Mardi 29/05/18 à 12:58 par Firebrand
Une nouvelle version de ces frontends a été publiée. Et pour une fois, on sait ce qui a été modifié!
- Create snaps and video screen recording has been rewritten. Video capture now records in mp4 format and external driver and software capture methods are supported. There is a new section in the setup wizard for video recording. Geforce experience has been tested to be working. It is also much more responsive to cancelling the process and ffmpeg.exe is required to use this feature now.
- Creating video snaps is no longer a registered version feature.
- GameEx arcade edition now has an optional 64 bit version as part of the installer. Note: Some plugins may still require the 32 bit version.
- Several input issues were fixed
Télécharger GameEx v15.30
Télécharger GameEx Arcade Edition v15.30
Site Officiel de GameEx
 
 kindred v1.11 Preview Build 1 
Mardi 29/05/18 à 12:55 par Firebrand
Cet émulateur multi-systèmes a été mis à jour. Les améliorations sont les suivantes:
- [IBM] Added IBM PC AT
- [IBM] Added some more EGA/VGA mapping modes
- [IBM] Added RTC for IBM PC AT
- [ALL] Added more screen rendering options, Direct3D and OpenGL
- [ALL] Fixed Screen Capture Buffer Overrun
- At the moment there is only support for IDE harddrives (an AT compatible bios that supports IDE is needed).
- Not all AT compatibles will work due to advanced features not yet supported. Protected Mode is nowhere near complete, don't bother trying to install Windows 3.1 just yet.
Télécharger kindred v1.11 Preview Build 1
Site Officiel de kindred
 
 QuickPlay v4.6.2 
Mercredi 23/05/18 à 11:44 par Firebrand
Une nouvelle version de ce frontend multi-systèmes a été publiée. Voici les changements apportés:
- update multiloader for dt 10.8
- mednafen config file name
Télécharger QuickPlay v4.6.2
Site Officiel de QuickPlay
 
 MedGui Reborn Stable v0.097 
Lundi 21/05/18 à 12:50 par Firebrand
Ce frontend dédié à Mednafen a été mis à jour. Voici les changements apportés:
- Fixed a bug for not saved faust and fast setting on win XP
- Others bugfix (I've lost track of)
Télécharger MedGui Reborn Stable v0.097
Site Officiel de MedGui Reborn Stable
 
 GameEx et GameEx Arcade Edition v15.27 
Samedi 19/05/18 à 14:34 par Firebrand
Aucun changement de numéro de version, pas de notes de publication... difficile de dire ce qui a changé dans cette version de GameEx dont le site officiel note toutefois une mise à jour. C'est la deuxième fois que cela arrive. Les changements sont probablement mineurs, mais à vous de tester!
Télécharger GameEx v15.27
Site Officiel de GameEx
 
 Emu Loader v8.5.7 (mise à jour) 
Mardi 08/05/18 à 12:47 par Firebrand
Une nouvelle mise à jour a été publiée pour ce frontend multi-systèmes. Voiciles nouveautés:
Seduced by the dark side, Emu Loader was. Yes, hmmm.
More dark themed stuff. Messages box succumbed to the darkness... but it can be turned back to the good side with the unticking of a checkbox.
Additional tweaks to Neo-Geo MVS (run multiple Neo-Geo games). Plus, more bug fixes.

Fixed
- Severe memory leaks after closing the clean install dialog (1 thousand memory blocks), caused by two TStringList vars
- All selected Neo-Geo MSV games are listed in "Run Game Confirmation Dialog" if you select a Neo-Geo machine with less cart slots

Changed
- Remade some console/computer system icons so they can be properly used with dark backgrounds

Added
- Dark themed message box... lights out!
*just tick the new "Night Mode" checkbox in the dialog's lower left corner
*since the RichEdit text colors cannot be changed "on-the-fly", it will only take effect next time the dialog appears
- "Multi-slot Machine" text added to show the selected "Neo-Geo MVS" machine before listing the games ("Run Game Configirmation Dialog")
Télécharger Emu Loader v8.5.7 (mise à jour)
Site Officiel de Emu Loader
 
 Fin du temps d'attente pour le téléchargement des ROMs 
Lundi 07/05/18 à 09:58 par Dinofly
Lorsque nous avons lancé Planet Emulation, les formules d'hébergements de sites web étaient limitées en termes de traffic autorisé; c'est pourquoi nous avions mis en place une limite au nombre de téléchargements de ROMs par utilisateur, basée sur la taille des fichiers. Aujourd'hui nous estimons que cette limite n'a plus lieu d'être, et nous l'avons donc supprimée.
Vous pouvez donc désormais télécharger sans limite, en espérant que vous resterez raisonnables !
 
 RetroArch v1.7.3 
Samedi 05/05/18 à 13:03 par Firebrand
Cette nouvelle version de RetroArch met surtout en avant une nouvelle interface. Comme toujours, les release notes très explicatives et richement illustrées sont disponibles sur le site officiel. En attendant, voici le résumé des changements:
- AUDIO: Audio mixer supports FLAC/MP3 file types now!
- COMMON: Fixed bug ‘crashing in cores that don’t range check retro_set_controller_type’. Some people were having crashes when device is set to RETRO_DEVICE_NONE and the cores don’t check the number of ports, in VBAM’s case it was overflowing and crashing. QuickNES was crashing too.
- COMMON: Fixed buffer overflow in url encoding (affecting MSVC2010/2013).
- COMMON: (QuickMenu) Added Configuration Override submenu.
- HID: Merge new HID subsystem.
- HID: Fix WaveBird support for the Wii U GCA.
- HID/OSX: Fix regression with IODHIDManager – gamepads which are connected later would not be autoconfigured.
- LOCALIZATION: Update Italian translation.
- LOCALIZATION: Update Japanese translation.
- LOCALIZATION: Update Portuguese translation.
- MENU: New WIMP Qt GUI!
- MENU: Audio mixer now works in the menu without any cores loaded. You have to enable the setting ‘Enable menu audio’ for this to work.
- REMAPPING/OVERLAYS: Fix regression – overlays could no longer be remapped.
- SCANNER: Add Wii Backup File WBFS support.
- X11: CRT SwitchRes support for X11/Linux.
Télécharger RetroArch v1.7.3 (32-bit) (Windows)
Télécharger RetroArch v1.7.3 (64-bit) (Windows)
Télécharger RetroArch v1.7.3 (64-bit) (MacOS)
Télécharger RetroArch v1.7.3 (Windows XP 32-bit) (Windows)
Télécharger RetroArch v1.7.3 (Windows XP 64-bit) (Windows)
Télécharger RetroArch v1.7.3 (Nintendo GC)
Télécharger RetroArch v1.7.3 (Nintendo Wii)
Télécharger RetroArch v1.7.3 (Nintendo WiiU)
Télécharger RetroArch v1.7.3 (.3dsx) (Nintendo 3DS)
Télécharger RetroArch v1.7.3 (.cia) (Nintendo 3DS)
Télécharger RetroArch v1.7.3 (PSP)
Télécharger RetroArch v1.7.3 (PS Vita)
Télécharger RetroArch v1.7.3 (CEX) (PlayStation 3)
Site Officiel de RetroArch
 
 Emu Loader v8.5.6 (mise à jour) 
Jeudi 03/05/18 à 12:59 par Firebrand
Le chasse aux bugs continue avec cette nouvelle version d'Emu Loader. Voici ceux qui ont été éliminés:
Fix out of focus bug at startup, take 3... action!
This time it's gone for good. Thank you Geoman for helping with beta tests. Another bug resisting the purge was arcade emulator filename being emptied when detecting a new MAME build at startup.
I hope I can get some rest now and actually enjoy using a "most of the time" bug-free frontend.

Fixed
- Holy crap-a-monium! Fix losing arcade emulator filename from "\arcade\emulators.ini" at startup, take three
*the info will be saved in .ini file only if emulator date/time stamp has changed
*whatever happens, current emulator info entries and system sections are no longer deleted from .ini file (garbage entries mode ON)
*only at "Arcade Emulator Setup" screen "emulators.ini" will change (add/delete entries and sections)
M- AMu_ icons folder path saving twice to "mame\ui.ini" after exiting "Preferences" screen
- MAMu_ icons folder path read from MAME and then read again from HBMAME (only MAME's "ui.ini" is used)

Changed
- Reverted back some function calls in main screen's OnShow() event to OnActivate() event like it was in EL v8.4.7 as the newer tweaks were causing weird problems
Télécharger Emu Loader v8.5.6 (mise à jour)
Site Officiel de Emu Loader
 
 Mednaffe v0.8.8 
Mercredi 02/05/18 à 13:05 par Firebrand
Ce frontend pour Medndafen a été mis à jour. Les améliorations sont les suivantes:
- [Windows] Fixed left trigger not working using XInput controllers (Thanks to Pcegames for report and testing).
- [Windows] Fix to accept up/right D-Pad inputs in controller setup on some conditions (Thanks to SatoXa for report and testing).
- [Linux] Use the 'MEDNAFEN_HOME' environment variable when it is set (Patch by denisfa).
- Some minor fixes.
Télécharger Mednaffe v0.8.8 (Windows)
Télécharger Mednaffe v0.8.8 (Linux)
Site Officiel de Mednaffe
 
<< Page précédentePage suivante >>