Organiser
Filtrer par machine :
Type de vue :
 
 GameEx et GameEx Arcade Edition v15.10 
Vendredi 19/01/18 à 12:25 par Firebrand
Une nouvelle version de ces frontends a été publiée. Cette fois, on connait les nouveautés:
- Features new and improved support for 4k / UltraHD
Télécharger GameEx v15.10
Télécharger GameEx Arcade Edition v15.10
Site Officiel de GameEx
 
 Emu Loader v8.4.3 (mise à jour) 
Vendredi 05/01/18 à 13:03 par Firebrand
Ce frontend multi-système continue son développpement sur un train d'enfer. Voici les nouveautés de cette version:
Ok, this is getting out of hand. Petrificus Totalus!
If you delete/copy/move games files with Emu Loader, you need this build. For the life of me, I can't understand why CopyFile(), MoveFile(), DeleteFile() Windows APIs were malfunctioning. Replaced by their Unicode counterparts. Windows 7 seems to work ok again.
I've made a few more tweaks to the Delete/Copy/Move Games Files feature. Added a new Add System Folder checkbox so you can copy/move games to a \destination folder\system_folder\ without having to manually select a system sub-folder.
Disable this new checkbox to copy/move files directly to the destination folder without adding the extra system sub-folder.

Fixed
- Oh boy... "Delete/Copy/Move Games Files" was not working at all (games popup menu)
*copy/move operations not working even when game file exists
*replaced action functions by Unicode ones: "CopyFileW()", "MoveFileW()", "DeleteFileW()"; they seem to work OK
*the "\mame_softlist_folder_name\" folder was being added BEFORE "\system_folder_name\" folder... D'OH!

Changed
- Changes to "Copy/Move Games Files"
*games list screen is closed after moving files even with operation errors; after moving files you can't move them again anyway
*when copying files, the games list screen stays open in case you want to copy them to another location (handy mode ON)
*forgot to add support for "Video Tape (VHS)" media type in the "copy/move" dialog (MAME CHD files)
*several tweaks
*removal of ancient code

Added
- Feature "Copy/Move Games Files" got a new checkbox setting, enabled by default: "Add System Folder"
*what does it do ? It adds a "\system_name\" sub-folder at the end of the "Destination Path" you selected
*in previous frontend builds this was enfoced, giving you no option to disable it
*system names cannot be customized but are really easy to spot
*for both single and multiple games selection dialogs
*useful when you want to copy/move files of games from the same system and don't want them to be copied/moved to a "system" sub-folder
*when multiple games of different systems are selected, this settings is always enabled, even if you uncheck it ("Crash 'n Burn" mode OFF)
Télécharger Emu Loader v8.4.3 (mise à jour)
Site Officiel de Emu Loader
 
 Emu Loader v8.4.2 (mise à jour) 
Jeudi 04/01/18 à 13:02 par Firebrand
Ce frontend multi-systèmes continue sa progression rapide. Voici les améliorations du jour:
Today's forecast is... FIRE! Right, left, up and down, there's no scape. The only way out is using a pokey code to freeze time and download this new frontend version.
A couple freakish bugs caused by old code, plus more goodies.

Fixed
- Frontend crash if you select "All Systems" in the arcade systems select dialog, when ZERO systems are enabled ("Create Arcade Games List" / "Scan Games")
- You could select "All Systems" in the arcade systems select dialog even if ZERO systems are enabled, making the frontend crash
- System title and type text bar properly relocated for 1280x720 resolution; it was completely hidden in "Image Category Settings" screen

Changed
- Memory card changes and fixes
*finished implementing the file search routine, it was still only searching for "*.mc", "*.mc1", "*.mc2" files
*all file extensions are now scanned and displayed in the memcard files list, no longer limited to MAME's file extensions from -listxml output
*file search masks: "gamename.*" and "game title.*"
*MAME's file extensions are only used to select files in the "open file dialog", used in slots "Select" buttons
*fixed an error where softlist memcard files could not be located in the correct folder, which is "machine_to_run_foldername\softist_foldername\gamename_foldername\"
example of the corrected search fix: "mamedir\memcard\psu\psx\wildarms\*.*" ("psx" softlist folder name wasn't being added before)
*for software list games, ALL files are scanned inside the "\gamename\" folder since you will only have memcard files for that game
*more teaks are removal of dead code

Added
- New "This system is not available" text in the system title bar below the systems list; for systems that are disabled ("Image Category Settings" and "Video Preview Settings")
Télécharger Emu Loader v8.4.2 (mise à jour)
Site Officiel de Emu Loader
 
 Emu Loader v8.4.1 (mise à jour) 
Mardi 02/01/18 à 13:23 par Firebrand
De nombreux changements ont été apportés dans cette nouvelle mise à jour d'Emu Loader. Les utilisateurs des versions précédentes devront d'ailleurs ré-générer certaines listes de jeux. En voici le détail:
"Day one" update. ^-^ More fixes and changes.
Demul v0.582 and older builds are no longer supported! Yes, I removed support for the older builds because the frontend could never handle their CDs/HDDs properly. There was a major bug detecting Demul CHD files as regular ROMs, making it impossible to validate games.
You must use Demul v0.7 and newer from now on.
Added support to 4 memory card slots for MAME v0.193 in Run Game (Extra Parameters), accessible in games popup menu. Also improved support of file extensions. The frontend was limited to .mc? extension. The frontend read extensions from -listxml output. Note that you can still use any file extension since MAME allows you to load them from the command line (not sure if this is possible in MAME's internal menu).
Improved detection of MAME CHD region tags from -listxml output. Added detection of CED VideoDisc and Video Tape (VHS) regions.
Also fixed CHD region detection for ZiNc games, to properly set them as discs files instead of ROMs. You coudn't validate ZiNc games in previous frontend builds... seriously, nobody noticed this ???
Due to all the changes you have to create games lists for the following systems again: MAME and MAME software lists, HBMAME, Demul, ZiNc.
There's no other way.
These CHD region tag changes are purely cosmetic and do not affect the way Emu Loader validate games files.

Fixed
- FATALITY! Demul games with CHD files and ZiNc games with CDs were not being set as "Media Type = Disc" when creating games lists, messing up with games filtering and games files validation system; you MUST create games list for both systems again, it's the only way to fix it

Changed
- Fixes and changes to "Filter Arcade Games by Main CPU" ("Miscellaneous Filters" tool bar button)
*partial string support in TEdit box; you don't need to type the full CPU title anymore
*files "arcade\games\mame_maincpu.ini" and "arcade\games\hbmame_maincpu.ini" were not being loaded to the combo box control, making it impossible to select a CPU to filter the list
*selecting a CPU in the combo box list will automatic filter the games list... as it should have been!
*the CPU TEdit box will be emptied when selecting a CPU in the combo box
*moved the CPU combo box list to the left as it makes more sense
*improved filtering speed when games list is in grouped view mode
*tweaks to improve CPU names search speed
- Changes to the startup process
*detailed messages in splash screen so you know what the frontend is actually doing
*on a clean install (no arcade/console/computer games files found), the splash screen is closed to avoid being on top of the clean install dialog, making it look like the frontend is frozen, even though the timer is still running
*if you have arcade emulators selected but the executable files are not found, the frontend will no longer ask you to select them again ... old code leftover, sorry
*source code cleaning and some minor tweaks applied
- Changes to "Run Game (Extra Parameters)" (games popup menu)
*added support to four (4) memory card slots; PGM2 games use it
*detection of memory card file extensions (from -listxml output) so you can use MAME's supported file extensions per game/driver (you need to create MAME/HBMAME games list again)
*file extension filters in select file dialog changed to support any extension (.*)
*mouse double-click on a listed memcard file will add it to "slot 1"
*resize memcard files list panel according to slots count

Removed
- Demul v0.582 and older is no longer supported!
*games with GD-ROM files were never properly detected and were handled by the frontend in a extremely weird way
*nobody probably use old Demul builds anyway because I haven't got a single bug report for the last 2 years
*from now on, only Demul v0.7 and newer will be supported

Added
- Detection of "ced_videodisc" disk region tag in -listxml output
*for "disk" entries and MAME only
*"CED VideoDisc" is handled as "Disc" (or "CD") media type
*this is purely cosmetic and it doesn't alter the way Emu Loader validates CHD files
- New MAME CHD media type: "Video Tape"
*detection of "vhs" region tag in -listxml output ("disk" entries only)
*new game file IDs: "21 -> Game Video Tape"; "22 -> Device Video Tape"; "23 *Bios Video Tape"
*this is purely cosmetic and it doesn't alter the way Emu Loader validates CHD files
- New "mediatype_tag" for MAME CHDs, Demul CHDs and ZiNc games
*tags added when creating games lists
*tags are listed in "arcade\games\system_name.elrom" files
*only "Disc" media type have this new tag (CD, DVD, Laserdisc, GD-ROM, AudioCD, CED VideoDisc)
*supported tags: "cdrom", "laserdisc", "gdrom", "audiocd", "ced_videodisc"
*for a future improvement, and there won't be exclusive icons for them, only a general "disc" icon
*MAME software lists "MIGHT" be supported in the future... maybe
*this is purely cosmetic and it doesn't alter the way Emu Loader validates CHD files
Télécharger Emu Loader v8.4.1 (mise à jour)
Site Officiel de Emu Loader
 
 GameEx et GameEx Arcade Edition v15.09 
Samedi 30/12/17 à 13:26 par Firebrand
Ces 2 frontends multi-systèmes pour Windows ont été mis à jour. Aucune information sur les changements n'a été donnée.
Télécharger GameEx v15.09
Télécharger GameEx Arcade Edition v15.09
Site Officiel de GameEx
 
 Emu Loader v8.4 (mise à jour) 
Vendredi 29/12/17 à 14:42 par Firebrand
Une nouvelle version de ce frontend pour MAME a été publiée. Voici la liste des nouveautés:
I broke my promisse, one last 2017 build. Since MAME v0.193 have new settings in mame.ini, I had to make a new build. Also, a couple bugs related to Systems Quick Filter that nobody noticed.
Since category.ini from AntoPISA doesn't have adult or mature categories, you can't filter out those games anymore. So, I aded support for AntoPISA's mature.ini, found in his CatVer pack. This new file only works together with category.ini.
Starting from version 8.4 there will be some serious core changes related to the game media type indexation. I've been planning this since I added support for MAME software lists. Currently, EL uses zero for ROMs and one for CHDs. Not very useful, is it ?
Media type for MAME software lists is partially supported.
My initial media type index list will be something like this:
0 -> ROM
1 -> Cartridge
2 -> Floppy Disk
3 -> Cassette Tape
4 -> MAME CHD (general, uncategorized or unknown media type)
5 -> Hard Disk Drive (for both arcade and EmuCon games)
6 -> Disc (CD, DVD, LaserDisc, CED VideoDisc, GD-ROM, others?)
7 -> Compact Flash Card
8 -> Video Tape (VHS only ?)

This index list will be used for all systems (arcade, console, computer, handheld, MAME software lists).
For MAME CHDs, there will be a new file tag: Media Type Description (or Title ?). This is especially useful for Disc media type (see index 6 above). ROMs don't need this. This new tag is only for looks, as they will not have unique icons. Either way, it will be nice to know if a disc is CD or DVD or LaserDisc... right ?
If there are missing medias or you have suggestions on this rewrite, please let me know. Post a message in Emu Loader's message board.
EmuCon Frontend (and games) must also be updated, so both frontends can have interchangeable files. Not to worry, I will write a small app to update games lists, favorites profiles and played games files.
All systems will be updated with this app except MAME, MAME software list games, HBMAME. A game can have multiple CHD files of different media types, and Emu Loader will try to detect the correct media type while creating games lists.
Only the update pack is available. A full pack is not required at this time.

Fixed
- Clicking "Abort" button in "Systems Quick Filter" was resetting the filter to the full filter... DUH!
- Search bar filter was not working with "Systems Quick Filter"
- Some detail texts were incomplete in search bar's settings popup menu (tool bar buttons)

Changed
- Tweaks to "Arcade Misc Filters"
*moved enable/disable filter code from main form to misc filters form
*code cleaning and minor tweaks

Added
- Support for AntoPISA's "mature.ini" file so you can filter out adult/mature games using "Arcade Miscellaneous Filters" tool bar button (thank you AntoPISA!)
*to be used with "category.ini" which doesn't have adult or mature categories
*the frontend will add a * Mature * string at the end of categories for proper display (only in RAM)
*you'll find "mature.ini" file inside the "CatVer" package at http://www.progettosnaps.net/catver/
*you can still use AntoPISA's "catver.ini" instead of "category.ini" + "mature.ini"
- New MAME v0.193 settings in "MAME Settings" screen, "Miscellaneous" tab
*"Save NVRAM on Exit": to disable saving NVRAM on exit
*"Enable Save State Rewind": to enable rewind save states
*"Rewind Buffer Size": to set a rewind buffer size in megabytes
NOTE: setting "Directory to Save States" is still in "Folders" tab
Télécharger Emu Loader v8.4 (mise à jour)
Site Officiel de Emu Loader
 
 MESS et MESSUI v0.193 
Mercredi 27/12/17 à 15:22 par Firebrand
Ces builds de MAME débarrassés des jeux d'arcade a été mis à jour avec les dernières sources de MAME disponibles.
Télécharger MESS v0.193 (32-bit)
Télécharger MESS v0.193 (64-bit)
Télécharger MESSUI v0.193 (32-bit)
Télécharger MESSUI v0.193 (64-bit)
Site Officiel de MESS
 
 Emu Loader v8.3.9 (mise à jour) 
Jeudi 21/12/17 à 12:27 par Firebrand
Les mises à jour continuent à s'enchaîner pour ce frontend multi-système, mais celle-ci devrait normalement être la dernière de 2017. Voici les nouveautés:
Ooh! Emperor likey. What does it do... don't care, I want it. Gimme, gimme, gimme!
More bug fixes and some interface tweaks. Thank you all for your bug reports, feedback and suggestions.
This will probably be the last release of the year so... I Wish You a Merry Christmas and a Happy New Year!

Fixed
- Fixes and changes to "Last Played Games (MRU)
*bugged user interface if a console/computer game (from EmuCon) is selected in main games list (cosmetic fix)
*button "Abort" renamed to "Close" since it doesn't reset to the last selected game in main games list if a new game is selected with "Select Game" button
*the dialog was not resizing correctly, several adjustments were made; also, added proper support for resolutions lower than 1680x1050
- EmuCon system was not properly selected in "Console/Computer Games Folders Settings" dialog (main menu "Console/Computer" and "Select Games folders" button in "Console/Computer Emulators Setup" dialog

Changed
- Changes to "Select a Machine to Run the Game With" dialog
*display filename text below the game title for EmuCon games
*minor tweaks to the user interface, both visual and loading speed
*deleted a nasty message box that appears if the selected EmuCon system doesn't have assigned MAME software lists
- Neat new looks for the "Select Default Emulators to Play" dialog ("emulators" tool bar button); plus a few tweaks... still, more cuteness tweaks required
Télécharger Emu Loader v8.3.9 (mise à jour)
Site Officiel de Emu Loader
 
 GameEx et GameEx Arcade Edition v15.08 
Mardi 19/12/17 à 13:55 par Firebrand
Une nouvelle version de ces frontends a été publiée. Pas d'information sur les changements, mais on commence à s'y habituer...
Télécharger GameEx v15.08
Télécharger GameEx Arcade Edition v15.08
Site Officiel de GameEx
 
 Emu Loader v8.3.8 (mise à jour) 
Mardi 19/12/17 à 13:53 par Firebrand
Ce frontend multi-systèmes, qui fête ses 20 ans d'existence, a été mis à jour. Les améliorations sont les suivantes:
This build fixes yet another bug related to the restore selected game. There was no Unicode strings support in the ELV_SelectItem() function. Can't believe I missed this. EmuCon games were left out... alone... in the dark...
I've also added a popup menu in the systems list with more options in the Systems Quick Filter dialog to make your life easier. Make sure to use it on a selected system so you don't lose current selections.
Oh, I almost forgot... this frontend is now 20 years old. Happy Birthday, Emu Loader!

Fixed
- Function ELV_SelectItem() was only handling ANSI strings, making it impossible to search for Unicode game titles
- Systems popup menu was not drawing correctly; mouse right-click ("Machine Type / Systems" full filter in tool bar buttons)

Changed
- Changes and fixes to "Console/Computer Games Editor" (main menu "Console/Computer")
*if a EmuCon game is selected in the main games list, the corresponding system and game is selected in this dialog
*bug fix: when selecting another system, the games filter was not making the last selected game visible

Added
- Changes to "Systems Quick Filter" (tool bar buttons)
*added a popup menu in the Systems list to help select/unselect systems with ease (mouse right-click)
*to avoid unselecting systems that are already selected, I recommend to move the mouse on top a selected system
*added "[enabled]" and "[disabled]" texts in the filter caption bar so you know if it's currently enabled or not
Télécharger Emu Loader v8.3.8 (mise à jour)
Site Officiel de Emu Loader
 
 Emu Loader v8.3.7 (mise à jour) 
Jeudi 14/12/17 à 13:17 par Firebrand
Le développement de ce frontend multi-systèmes continue rapidement car voici une nouvelle version. Les améliorations sont les suivantes:
Dude... Holy Crap! One year without updates and now they just won't stop coming.
A tiny update to fix a bug that was not restoring last selected game on a restart and when switching view modes. Also, I added proper support for console/computer games (EmuCon systems).

Fixed
- A few bugs in the function to restore last selected game on a frontend restart or when changing the view mode (tool bar buttons)
*wrong game selected if two games of the same system have the same file name but different media types
*added support for console/computer games (from EmuCon frontend)
*Unicode filenames was not handled correctly
*settings stored in "EmuLoader.ini", "[Selected]" section have changed
*code optimization
- The feature "Select Game at Startup" was not working properly (games popup menu)
*added support for console/computer games, ported from EmuCon frontend
*added detection of media type
*settings stored in "EmuLoader.ini", "[SelectGameStartup]" section have changed
*code optimization
- More general tweaks
Télécharger Emu Loader v8.3.7 (mise à jour)
Site Officiel de Emu Loader
 
 GameEx et GameEx Arcade Edition v15.07 
Mercredi 13/12/17 à 12:19 par Firebrand
Une nouvelle version de ces frontends a été publiée. Pas vraiment d'information sur les nouveautés techniques, mais ceux qui utilisent la version payante reçoivent des avantages supplémentaires:
GameEx 15.07 has arrived and with this release all GameEx founding members have been given an upgrade to GameEx Online, the ameEx repository and the GameEx and PinballX FTP service.
Anyone who purchased a full license since GameEx was founded in 2005 now receives:
- GameEx Online access
- PinballX and GameEx FTP access
- Full GameEx repository access
No catch, just enjoy.
Télécharger GameEx v15.07
Télécharger GameEx Arcade Edition v15.07
Site Officiel de GameEx
 
 GameEx et GameEx Arcade Edition v15.06 
Lundi 11/12/17 à 13:11 par Firebrand
Ce frontends pour Windows ont été mis à jour. Cependant, et ça commence à devenir une habitude, aucune information sur les modifications n'a été donnée.
Télécharger GameEx v15.06
Télécharger GameEx Arcade Edition v15.06
Site Officiel de GameEx
 
 Emu Loader v8.3.6 (mise à jour) 
Lundi 11/12/17 à 13:07 par Firebrand
Ce frontend multi-systèles poru Windows a été mis à jour. Voici la liste des nouveautés:
Can this frontend get any better ? No, it cannot.
A couple bug fixes and initial work on the media type expansion. Currently, Emu Loader assign ROM or CHD media type for arcade games.
Some changes have been made to Last Played Games (MRU) feature.

Changed
- Initial work to expand media type indexes for MAME and arcade games
*currently there is only "0 = ROM" and "1 = CHD"
*future changes will include "Cartridge", "Floppy Disk", "Cassette Tape", "MAME CHD", "Hard Disk Drive", "Compact Flash Card", "Video Tape" (or "VHS")
- Changes to last played games (MRU)
*added gamename / gamefile column to the games list
*removed "title", "media" and "execparam" tags from .txt files (arcade games); they will be parsed from the main games list, if available ("game name" is used as game title if not found in main games list)
*several tweaks to the user interface and internal code
*MAME software name column now shows the softlist title instead of softlist name
*CHD media type for MAME and arcade games is still using general CHD index; no "disc", "hard disk drive" or "compact flash card" support yet
*if screen resolution is 2560x1440 or higher, 68x68 icons are used in systems list and system title font changed to "Verdana" because the text is clearer than Tahoma
*fixed a bug were the selected system was not updating internal variables and not showing the games list for the selected system
Télécharger Emu Loader v8.3.6 (mise à jour)
Site Officiel de Emu Loader
 
 Emu Loader v8.3.5 (mise à jour) 
Mercredi 06/12/17 à 12:56 par Firebrand
Les mises à jour de ce frontend multi-système s'enchaînent à grande vitesse. Voici les nouveautés de la dernière:
More... more... more... MORE...!
Bug fixes and a couple changes to the Systems Quick Filter. You can disable this filter directly in the quick filter dialog by using the new Reset To Default button. Or by clicking the Apply button in Machine Types / Systems full filter.

Fixed
- System type label was invisible in "Last Played Games" (MRU) screen
- Filters tool bar customize dialog changes
*moved "Search Bar" from the list to the bottom since it's a different kind of filter
*all tool bar filters are visible again

Changed
- Fixes/changes to the games search bar panel (tool bar buttons)
*removed the "down arrow" from the TEdit box and added a new "settings" button next to it
*fixed a drawing bug related to that "fake" down arrow button inside the TEdit box
*the TEdit box doesn't cut the right-end text anymore when scrolling the text
*minor tweaks
- Changes to the "Systems Quick Filter"
*renamed "Reset" button to "Reload" since it only re-select last used systems in the systems list
*added a new "Reset To Default" button that disable quick filter and reset games filter to "Machine Type / Systems" full filter
(it works the same way as clicking "Apply" button in "Machine Type / Systems" dialog)
*added new system selections: "All Arcade Systems", "All Console Systems", "All Computer Systems", "All Handheld Systems". Individual selected systems will remain selected even after exiting the quick filter dialog
Télécharger Emu Loader v8.3.5 (mise à jour)
Site Officiel de Emu Loader
 
 GameEx et GameEx Arcade Edition v15.05 
Mardi 05/12/17 à 13:21 par Firebrand
Ces deux frontends ont été mis à jour, mais aucune information sur les changements n'a été donnée.
Télécharger GameEx v15.05
Télécharger GameEx Arcade Edition v15.05
Site Officiel de GameEx
 
 Emu Loader v8.3.4 (mise à jour) 
Mardi 05/12/17 à 13:18 par Firebrand
Les nouvelles versions s'enchaînent pour se frontend multi-systèmes. Voici la liste des nouveautés:
Some oopsies, I've made!
More bug fixes and a new feature: Systems Quick Filter. Why ? To select a single system for the game list in the Machine Type / Systems filter can drive you coo coo crazy. There are tons of settings and systems to uncheck there.
Systems quick filter is here to make your life easier. All you need to do is select one or more systems and click the apply button. It's like magic! :)
It will overwrite the settings from Machine Type / Systems filter without changing any of its settings... you're welcome.
There are two state icons for this tool bar filter. One with a green stripe meaning the filter is enabled/active and another one with a red stripe telling you the filter is disabled. There is no extra activation option for this filter. Either the Machine Type / Systems is active or the Systems Quick Filter is active. Very easy to use.
And the current active filter is restored on a frontend restart. The MAME Machines Filter Panel feature is disabled when Systems Quick Filter is active though. This is to prevent games filtering errors if the MAME system is not selected.

Fixed
- Some icons were misplaced when "Small Tool Bar" buttons setting is enabled

Changed
- More source code optimizations
- Changes to the Machine Type / Systems mega filter (tool bar buttons)
*custom cell drawing with customized icons draw position
*added a system type icon/text below the sytem title; now you know if a system is arcade, console, computer or handheld
*fixed a bug were unchecked systems were not ghosting the system icon when opening the dialog

Added
- Forgot to implement the "Read Usage Rules" viewer in games popup menu / "Run Console/Computer Game"... oopsie!
- New "Systems Quick Filter"
*this filter allows you to quickly select one or more systems to show in the list without making changes to the "machine type / systems" main filter
*it will bypass the settings from the "machine type / systems" completely but it will apply the settings from the other filter in the tool bar
*the "MAME Machines Filter Panel" will be automatically disabled, even if MAME system is selected in this quick filter
*if filter is active, an icon with a green stripe will be loaded in the tool bar button
*if filter is disabled, an icon with a red stripe will be loaded in the tool bar button
Télécharger Emu Loader v8.3.4 (mise à jour)
Site Officiel de Emu Loader
 
 Messinfo.dat v0.192 (11.04) 
Dimanche 03/12/17 à 12:35 par Firebrand
Une nouvelle version de ce fichier informatif pour les jeux non arcade de MAME a été publiée. Il contient désormais les données relatives à MAME v0.192:
- 11.04 01/12/2017: Aligned files to 0.192 version.
Télécharger Messinfo.dat v0.192 (11.04)
Site Officiel de Messinfo.dat
 
 Emu Loader v8.3.3 (mise à jour) 
Jeudi 30/11/17 à 12:22 par Firebrand
Les mises à jour de se frontends continuent à arriver avec un rythme soutenu. Voici ce qu'on trouve dans la dernière en date:
Fixed
- No more crashes when fast scrolling games by holding down UP/DOWN keys; caused by the LoadScreenshot() function when "Images Layouts" view mode is enabled
- Games list was not reloaded after creating a games list for a single console/computer/handheld system
Bugs in "Create Console/Computer/Handheld Games List" (main menu)
*memory leak after creating games lists
*from now on, the games list will only be reloaded if there are new games added (new games lists or existing games lists)
- Bugs in "Delete Multiple Selected Games Files" feature (games popup menu)
*access violation if there are console/computer/handheld in the list due to a leftover code from the EmuCon port
*if you disable "Delete Games Files From Disk", the game filename was still being validated for deletion (without actually deleting the file)
*the delete/copy/move progress dialog was left open if zero files were processed

Changed
- Several optimizations and source code cleanup; arcade related files also moved to a new "source\arcade\" folder

Removed
- none

Added
- none
Télécharger Emu Loader v8.3.3 (mise à jour)
Site Officiel de Emu Loader
 
 GameEx et GameEx Arcade Edition v15.04 
Mercredi 29/11/17 à 13:34 par Firebrand
Ces 2 frontends pour Windows ont été mis à jour. Pas d'information sur les changements apportés, on peut supposer qu'il s'agit de correctifs mineurs.
Télécharger GameEx v15.04
Télécharger GameEx Arcade Edition v15.04
Site Officiel de GameEx
 
<< Page précédentePage suivante >>