Organiser
Filtrer par machine :
Type de vue :
 
 RetroArch v1.8.6 
Mercredi 06/05/20 à 15:04 par Firebrand
Cet ensemble de noyaux d'émulateurs réunis au sein d'une même interface a été mis à jour. Voici la liste des améliorations:
- 3DS: Add IDs for UZEM, TGB Dual, and NeoCD
- 3DS: Fix font driver horizontal text alignment
- 3DS: Allow button presses up to INPUT_MAX_USERS – this enables the 3DS to bind and use buttons and axis for users up to the maximum set by ‘Max Users’ in the input settings menu.
- 3DS: Disable video filter if upscaled resolution exceeds hardware limits. The 3DS has a maximum video buffer size of 2048×2048. This is sufficient for every core that it supports, but when using software video filters the core output resolution is doubled. This is made worse by the fact that the video filter upscaling buffer size is dependent upon the maximum output resolution of the core – which in some cases is very large indeed (e.g. pcsx-rearmed sets a maximum width of 1024, for enhanced resolution support). The 3DS has very limited ‘linear memory’ for graphics buffer purposes, and a large base core buffer + video filter buffer can easily exceed this – which may also disable video output, or cause a crash. This PR very simply adds a 3DS-specific check to the video filter initialisation: if the resultant upscaling buffer exceeds the hardware limitation, then the filter is automatically disabled.
- 3DS/FONT/BUGFIX: Text colour was wrong: the RGBA channels were muddled, and R was always set to 255
- 3DS/FONT/BUGFIX: When drawing multiline strings, the line spacing was completely incorrect
- 3DS/FONT: Improves the appearance of the drop shadow effect on notification text.
- 3DS/ARCHIVE/7Z: Re-enable 7zip support.
- ARCHIVE/ZIP: Expand functionality of ‘rzip_stream’ interface. This PR expands the functionality of the new rzip_stream archived stream interface such that it now has almost complete feature parity with the standard file_stream interface, and can therefore be used as a drop-in replacement in most situations
- AI SERVICE: Hide redundant entries when service is disabled
- AI SERVICE: Added in auto-translate support
- AI SERVICE: support for NVDA and SAPI narration
- AUTOCONFIG: Use correct port index in input device configured/disconnected notifications
- BUGFIX: Fix race condition where task could momentarily not be in the queue when reordering
- CHEEVOS/BUGFIX: Prevent null reference rendering achievement list while closing application
- CHEEVOS/BUGFIX: Report non-memorymap GBA cores as unsupported
- COMMANDLINE: Advise against using -s and -S variables on the command line.
- CONFIG FILE: Only write config files to disk when parameters change
- CONFIG FILE/BUGFIX: RetroArch no longer crashes when attempting to save a config file after ‘unsetting’ a parameter (currently, this can be triggered quite easily by manipulating input remaps)
- CONFIG FILE/BUGFIX: When using Material UI, RetroArch no longer modifies the wrong setting (or segfaults…) when tapping entries in the Quick Menu > Controls input remapping submenu
- CONFIG FILE/BUGFIX: Quite a few real and potential memory leaks have been fixed.
- CHD: Fixes a crash caused by ignoring the return value from one of the CHD library functions
- FASTFORWARDING: A new Mute When Fast-Forwarding option has been added under Settings > Audio. When enabled, users can fast forward without having to listen to distorted audio.
- GLCORE/SLANG: Set filter and wrap mode correctly when intialising shader textures. Before, the glcore shader driver did not correctly initialise loaded textures. The texture filtering and wrap mode were forced on texture creation, but these settings were not recorded – subsequent updates would set garbage values, that would resolve to linear filtering OFF and wrap mode = CLAMP_TO_EDGE.
- LOCALIZATION: Update Japanese translation
- LOCALIZATION: Update Spanish translation
- LOCALIZATION: Update Portuguese Brazilian translation
- IOS: Set audio session category to ambient so sound does not get cut off on interruption (phone call/playing back audio)
- MAC/IOHIDMANAGER/BUGFIX: Fix for Mayflash N64 adapter. In case last hatswitch does not match cookie. For the mayflash N64 adapter, I was getting a BAD EXC ADDRESS (in mac OS 10.13) for this line (tmp was NULL). Retroarch would crash in the gui if I pressed a button from the DPAD on controller 2. With this change, it no longer crashes in the gui and still registers the button push.
- MAC/COCOA: Fix mouse input – this brings back two lines of code that have been removed over time but appear to be required in order for mouse input to work on macOS
- METAL/BUGFIX: GPU capture on Metal/OSX/NVidia could crash
- METAL/BUGFIX: Taking screenshots could capture black frames. Resulting PNG screenshots were black.
- METAL/BUGFIX: Corrupted image due to incorrect viewport copy when taking screenshot
- MENU: Prevent font-related segfaults when using extremely small scales/window sizes
- MENU: Fix ‘gfx_display_draw_texture_slice()’
- MENU/FONT: Enable correct vertical alignment of text (+ font rendering fixes)
- MENU/RGUI: Enable automatic menu size reduction when running at low resolutions (down to 256×192)
- MENU/OZONE: Update timedate style options for Last Played sublabel metadata
- MENU/OZONE: Hide ‘Menu Color Theme’ setting when ‘Use preferred system color theme’ is enabled
- MENU/OZONE: Fix thumbnail switching via ‘scan’ button functionality
- MENU/OZONE: Prevent glitches when rendering Ozone’s selection cursor
- MENU/OZONE: Enable proper vertical text alignment + thumbnail display improvements
- MENU/OZONE: Enable second thumbnail/content metadata toggle using RetroPad ‘select’
- MENU/OZONE: Refactor footer display
- MENU/OZONE: Hide thumbnail button hints when viewing file browser lists
- MENU/OZONE/INPUT/BUGFIX: Fix undefined behaviour when using touch screen to change input remaps
- MENU/OZONE/INPUT/BUGFIX: It turns out that Windows reports negative pointer coordinates when the mouse cursor goes beyond the left hand edge of the RetroArch window (this doesn’t happen on Linux, so I never encountered this issue before!). As a result, if Ozone is currently not showing the sidebar (menu depth > 1), moving the cursor off the left edge of the window generates a false positive ‘cursor in sidebar’ event – which breaks menu navigation, as described in #10419. With this PR, we now handle ‘cursor in sidebar’ status correctly in all cases
- MENU/OZONE/INPUT/BUGFIX: Pointer input is now correctly disabled when message boxes are displayed
- MENU/XMB: Fix thumbnail switching via ‘scan’ button functionality
- ODROID GO ADVANCE: Add DRM HW context driver
- PSL1GHT: Initial port
- PSL1GHT/KEYBOARD: Implement PSL1GHT keyboard
- PLAYLIST/BUGFIX: Improve handling of ‘broken’ playlists – RetroArch will no longer segfault when attempting to run content via a playlist entry with missing path or core path fields.
- PLAYLIST/BUGFIX: Improve handling of ‘broken’ playlists – when a playlist entry has either core path and/or core name set to NULL, DETECT or an empty string, attempting to load content will fallback to the normal ‘core selection’ code (currently this happens only if both core path and core name are DETECT – this is wholly inadequate!)
- PLAYLIST/BUGFIX: RetroArch will no longer segfault when attempting to fetch content runtime information when core path is NULL
- PLAYLIST/BUGFIX: Core name + runtime info will only be displayed on playlists and in the Information submenu if both the core path and core name fields are ‘valid’ (i.e. not NULL or DETECT)
- PLAYLIST/BUGFIX: When handling entries with missing path fields, the menu sorting order now matches that of the playlist sorting order (at present, everything goes out of sync when paths are empty). Moreover, entries with missing path fields can now be ‘selected’, so users can remove them (currently, hitting A on such an entry immediately tries – and fails – to load the content, so the only way to remove the broken entry is via the Playlist Management > Clean Playlist feature)
- PLAYLIST: Add optional per-playlist alphabetical sorting
- PLAYLIST: Omit whitespace when writing compressed JSON format playlists
- PLAYLIST: Add optional playlist compression
- QNX: Support analog sticks
- SAVESTATES: Add optional save state compression (enabled by default now)
- SRAM: Add optional save (SRAM) file compression
- SCANNER: Prevent redundant playlist entries when handling M3U content
- SCANNER/ANDROID: Fix content scanner being unable to identify certain games from CHD images (raw data sector/subcode)
- TASKS/BUGFIX: Fix task deadlocks
- TASKS/SCREENSHOT/BUGFIX: Fix heap-use-after-free error when widgets are disabled
- TVOS: Disable overlays for tvOS, fix app icon
- VIDEO/WIDGETS/BUGFIX: The font ascender/descender metrics added in #10375 are now used to achieve ‘pixel perfect’ vertical text alignment
- VIDEO/WIDGETS/BUGFIX: Message queue text now uses its own dedicated font. Previously, a single (larger) font was used for all active widgets, and this was scaled down for message queue items. This ‘squished’ the text a little; more importantly, when using the stb font renderers (on Android. etc.) it caused ugly artefacts around the edges of glyphs due to pixel interpolation errors. Now that a correctly sized font is used, the message queue is always rendered cleanly.
- VIDEO/WIDGETS/BUGFIX: Previously, each widget font was ‘flushed’ (font_driver_flush()) at least once a frame. This is quite a slow operation. Now we only flush fonts if they have actually been used.
- VULKAN/BUGFIX: Fix display of statistics text
- UNIX/BUGFIX: Fix overflow when computing total memory on i386
- WIIU/BUGFIX: Fix font driver horizontal text alignment
- WIIU/BUGFIX: Fix non-vertex coordinates in draws using tex shader
- WIIU/BUGFIX: Update and fix meta.xml file for the WiiU release. This change makes it so the information from the meta.xml file parsed for the WiiU’s Homebrew Launcher is displayed properly.
Télécharger RetroArch v1.8.6 (32-bit) (Windows)
Télécharger RetroArch v1.8.6 (64-bit) (Windows)
Télécharger RetroArch v1.8.6 (Windows XP/Vista 32-bit (Windows)
Télécharger RetroArch v1.8.6 (Windows XP/Vista 64-bit (Windows)
Télécharger RetroArch v1.8.6 (64-bit) (MacOS)
Télécharger RetroArch v1.8.6 (Metal2) (MacOS)
Télécharger RetroArch v1.8.6 (Nintendo GC)
Télécharger RetroArch v1.8.6 (Nintendo Wii)
Télécharger RetroArch v1.8.6 (Nintendo WiiU)
Télécharger RetroArch v1.8.6 (.3dsx) (Nintendo 3DS)
Télécharger RetroArch v1.8.6 (.cia) (Nintendo 3DS)
Télécharger RetroArch v1.8.6 (Nintendo Switch)
Télécharger RetroArch v1.8.6 (PlayStation 2)
Télécharger RetroArch v1.8.6 (PSP)
Télécharger RetroArch v1.8.6 (PS Vita)
Télécharger RetroArch v1.8.6 (PSL1GHT) (PlayStation 3)
Site Officiel de RetroArch
 
 QuickPlay v4.7.5 
Jeudi 30/04/20 à 13:54 par Firebrand
Ce frontend multi-systèmes a été mis à jour. Voici la liste des nouveautés:
- misc fixes for about form
- mametool fix bug when user only has one rompath in their mame.ini for all romtypes (ie: when CHDs etc are subfolders of their ROMS folder) - bug found by user sekelje
- mametool allow rompaths in mame.ini to be relative (detect relative paths, and append mame emulator path to all paths found if folder is relative) - raiseed by sekelje
- mametool fix issue discovered with Mame 220: devices do not need instances or extensions according to MAME DTD, Mametool was assuming all devices would have instances (useless without?). Remove devices without instances and additionally defensively protect use of device briefnames - bug found by sekelje
- mametool take naming of 'Acorn Computers' (MAME 220) back to 'Acorn' (QuickPlay company names try to be as simple/short as possible, if the intention was to highight a difference between well-known Acorn and another Acorn, should have renamed the other Acorn)
- romdata magician Genesis can't coexist w Genesis/32X...
- Romdata Magician GBA current system name needs bumping...
- updated repo readme
Télécharger QuickPlay v4.7.5
Site Officiel de QuickPlay
 
 Negatron v0.100.1 
Mardi 28/04/20 à 14:13 par Firebrand
Ce frontend pour MAME (et surtout NegaMAME) a été mis à jour. Les améliorations sont les suivantes:
- Fixed a regression where opening a FileChooser dialogue box made Negatron crash on Linux.
- Fixed the Linux startup shell script of the cross-platform pack to accept early access version of Java 11+.
- Fixed a macOS bug where videos could be displayed in the top-left corner of the pane instead of the expected enlarged centered view.
- Fixed video aspect ratios to always stick to a pretty 4/3 ratio, typical of old CRTs, for video files that aren't formatted with a 16/9 ratio.
- Fixed image aspect ratios of the in-game content tabs to always stick to a pretty 4/3 ratio, typical of old CRTs, for pictures that aren't formatted with a 16/9 ratio.
- Improved Lua plugin management from the Global Configuration pane to make it compatible with MAME internal UI and Arcade64 (arcade-only MAME derivative).
- Improved favourites management by making the machine list also scroll to the selection for a fast switching between the favourites view and the normal view.
- Added a new practical feature: now Negatron remembers and launches directly on the last selection of the last session, it being a machine, a software or a favourite.
- Migrated to VLCj 4.5.2.
- Migrated to OpenJDK and OpenJFX 14.0.1.
Télécharger Negatron v0.100.1 (Windows)
Télécharger Negatron v0.100.1 (MacOS)
Télécharger Negatron v0.100.1 (Linux)
Site Officiel de Negatron
 
 GameEx et GameEx Arcade Edition v16.37 
Vendredi 24/04/20 à 14:48 par Firebrand
De nouvelles mises à jour pour ces frontends ont été publiées, mais pour ne pas changer on ne sait pas ce qui a été modifié.
Télécharger GameEx v16.37
Télécharger GameEx Arcade Edition v16.37
Site Officiel de GameEx
 
 GameEx et GameEx Arcade Edition v16.34 
Vendredi 17/04/20 à 14:47 par Firebrand
Ces frontends sont décidément mis à jour très souvent ces derniers temps. Mais toujours aucune information sur les nouveautés.
Télécharger GameEx v16.34
Télécharger GameEx Arcade Edition v16.34
Site Officiel de GameEx
 
 GameEx et GameEx Arcade Edition v16.33 
Mardi 14/04/20 à 14:09 par Firebrand
Ce frontend multi-systèmes a une nouvelle fois été mis à jour sans qu'on sache ce qui a été modifié (on commence à avoir l'habitude...).
Télécharger GameEx v16.33
Télécharger GameEx Arcade Edition v16.33
Site Officiel de GameEx
 
 GameEx et GameEx Arcade Edition v16.31 
Vendredi 10/04/20 à 14:35 par Firebrand
Ces frontends multi-systèmes ont été mis à jour, mais aucune information sur les changements apportés n'a été donnée.
Télécharger GameEx v16.31
Télécharger GameEx Arcade Edition v16.31
Site Officiel de GameEx
 
 Messinfo.dat v0.220 (11.41) 
Jeudi 09/04/20 à 13:56 par Firebrand
Les données de ce fichier informatif ont été alignées avec MAME v0.220.
- 11.41 09/04/2020: Aligned files to 0.220 version.
Télécharger Messinfo.dat v0.220 (11.41)
Site Officiel de Messinfo.dat
 
 Negatron v0.100 
Mardi 07/04/20 à 14:25 par Firebrand
Autant NegaMAME est mis mensuellement à jour, autant le frontend l'est nettement plus rarement. Un seule vrai changement pour cette version la rendant compatible avec Java 11+:
- This is a big technical release that make it compatible with Java 11+.
Télécharger Negatron v0.100 (Windows)
Télécharger Negatron v0.100 (MacOS)
Télécharger Negatron v0.100 (Linux)
Site Officiel de Negatron
 
 NegaMAME v0.220-1 
Mardi 07/04/20 à 14:21 par Firebrand
Ce build d MAME prévu pour être utilisé avec le frontend Negatron a été mis à jour avec les sources de MAME v0.220.
Télécharger NegaMAME v0.220-1 (Windows)
Télécharger NegaMAME v0.220-1 (MacOS)
Télécharger NegaMAME v0.220-1 (Linux)
Site Officiel de NegaMAME
 
 RetroArch v1.8.5 
Dimanche 22/03/20 à 15:14 par Firebrand
Cet ensemble de noyaux d'émulateurs réunis sous une même interface a été mis à jour. Interface qui a notamment une nouvelle version par défaut. Voici les autres améliorations:
- 3DS: Keep the bottom screen hidden on sleep/wakeup. When the 3DS wakes back up after being closed, the bottom screen needs to be reinitialized. Adding the condition here will cause the screen to be turned on or off based on the state of ctr_bottom_screen_enabled, as you’d expect
- ANDROID/CHROMEBOOK/CRASH: Fix Chromebook crashes (on x86 x64) when touching the screen
- BUGFIX: Prevent double input when using ‘return’ key (hardware) to close on-screen keyboard
- BUGFIX: Fix mouse capture hotkey not working
- BUGFIX: Avoid overflow when calculating multiplying performance counter
- BUGFIX: Retroarch overlay displaying “Game remap file loaded.” on the overlay instead of “Core remap file loaded.” when only a core remap file is present
- CHEEVOS/BUGFIX: Achievement triggers could cause Retroarch to Crash
- CHEEVOS: Don’t block Sameboy core because it only exposes some memory
- CHEEVOS: Support for extended Sega CD memory
- CHEEVOS: Show RetroAchievements Hash in content information list
- CHEEVOS: If the core says it’s exposing SYSTEM_RAM, give it the benefit of the doubt
- CHEEVOS: RetroAchievements rich presence for RA.org website/Discord
- CHEEVOS: Reset token when username or password changes
- CHEEVOS: Display measured progress on locked achievements
- CHEEVOS: Queue multiple popups
- CHEEVOS: Add delay retries to leaderboard submits
- CHEEVOS: Prevent buffer overflow when encountering an unknown macro
- CORE UPDATER: Prevent hang when fetching core list if HTTP transfer fails
- DISK CONTROL: Add disk labels to ‘disk inserted’ notifications
- EMSCRIPTEN: Recreate input event listeners properly
- FFMPEG CORE: Fix crash on seeking when using HW decoding in some cases
- LIBRETRO: Add disk control interface API extension
- LINUX: Avoid possible crash when running retroarch at startup
- LINUX/GLX: Fix threaded video crashes/instability because of GLX OML sync callbacks
- LOCALIZATION: Update French translation
- LOCALIZATION: Update Korean translation
- LOCALIZATION: Update Polish translation
- LOCALIZATION: Update Spanish translation
- LOCALIZATION: Update Portuguese Brazilian translation
- MENU: Add Menu Scroll Acceleration option
- MENU: Automatically select currently checked item when opening drop-down lists
- MENU: Fix smooth (vertical) line ticker scroll speed
- MENU: Don’t flush on override/remap messages
- MENU/DATETIME: Adds some new timedate styles that follow the DD/MM/YYYY format, found in several European countries
- MENU/DATETIME: Modifies the existing translation files in order to accommodate the new options that are now available
- MENU/DATETIME: Reorders the timedate view options based on a decreasing order of the quantity of information displayed, so that they are more convenient to switch around and easily categorized
- MENU/BUGFIX: Fix bug – if you were in XMB and you would set menu driver to RGUI, you could no longer go to the left or right tab
- MENU/MATERIALUI: Add option to remove navigation bar
- MENU/OZONE: Add DPI-based scaling
- MENU/OZONE: Add rudimentary pointer support
- MENU/OZONE: Add ‘Nord’ and ‘Gruvbox Dark’ themes
- MENU/OZONE/POINTER: Pointer can be used to switch between sidebar and entries list
- MENU/OZONE/POINTER: Pointer can be used to select sidebar and entries list items
- MENU/OZONE/POINTER: Both sidebar and entries list can be scrolled by dragging
- MENU/OZONE/POINTER: Clicking/pressing the header or footer produces a ‘cancel’ action
- MENU/OZONE/POINTER: Cursor focus follows mouse pointer from sidebar to entries list (and vice versa)
- MENU/OZONE/POINTER: In entries list, item under cursor is automatically selected (with some fudging to ensure this doesn’t break mouse wheel scrolling)
- MENU/OZONE/POINTER: In sidebar, item under cursor is not automatically selected (this is too jarring)
- MENU/RGUI: Add ‘Flux’ theme
- MENU/XMB: New color themes ‘Cube Purple’, ‘Family Red’, etc
- NETPLAY/MENU/BUGFIX: Fix Netplay Stateless Mode doesn’t save. Affects other netplay settings which can be overridden by commandline option
- ODROID GO ADVANCE: Rotation support
- NETPLAY/ROOMS/BUGFIX: Prevent out-of-bounds array indexing when displaying/selecting netplay rooms in menus
- SCANNER: Add ‘Arcade DAT Filter’ Option
- SCANNER: Add scanning Korea and Asia PS1 discs
- SCANNER: Add support for scanning PSP Korean
- VIDEO: Set hardware ‘Bilinear filtering’ off by default
- VIDEO/WIDGETS: Widgets are now menu-independent
- VIDEO/WIDGETS: Allow notifications to use full screen width when not displaying menu
- VIDEO/WIDGETS: DPI-based scaling
- VIDEO/WIDGETS: Fix volume widget scaling
- VIDEO/WIDGETS: Add independent widget scale override settings for fullscreen/windowed modes
- VIDEO/WIDGETS/BUGFIX: Prevent improper display of (old style) OSD text when widgets are enabled
- VIDEO/WIDGETS/THREADED/BUGFIX: Fix issue – corruption of menu widgets when running some cores (e.g. VICE) with threaded video enabled
- WIFI/CONNMANCTL: Display more characters from SSID
Télécharger RetroArch v1.8.5 (32-bit) (Windows)
Télécharger RetroArch v1.8.5 (64-bit) (Windows)
Télécharger RetroArch v1.8.5 (Windows XP/Vista 32-bit) (Windows)
Télécharger RetroArch v1.8.5 (Windows XP/Vista 64-bit) (Windows)
Télécharger RetroArch v1.8.5 (64-bit) (MacOS)
Télécharger RetroArch v1.8.5 (Nintendo GC)
Télécharger RetroArch v1.8.5 (Nintendo Wii)
Télécharger RetroArch v1.8.5 (Nintendo WiiU)
Télécharger RetroArch v1.8.5 (.3dsx) (Nintendo 3DS)
Télécharger RetroArch v1.8.5 (.cia) (Nintendo 3DS)
Télécharger RetroArch v1.8.5 (Nintendo Switch)
Télécharger RetroArch v1.8.5 (PlayStation 2)
Télécharger RetroArch v1.8.5 (CEX) (PlayStation 3)
Télécharger RetroArch v1.8.5 (PSP)
Télécharger RetroArch v1.8.5 (PS Vita)
Site Officiel de RetroArch
 
 RomVault v3.1.2 
Samedi 14/03/20 à 14:58 par Firebrand
Ce gestionnaire de ROMs a été mis à jour. Voici les changements apportés:
- I just found a very edge case bug in the ZIP64 writing code. If RV made a zip file smaller than 4Gb, but that had more the 65536 files in it then the ZIP64 headers where not being written correctly to the file. Strange thing was that WINRAR did not even report this as a bad zip. But RomVault itself would read this back as a corrupt zip.
Télécharger RomVault v3.1.2
Site Officiel de RomVault
 
 RomVault v3.1.1 
Jeudi 12/03/20 à 13:52 par Firebrand
Ce gestionnaire de ROMs a été mis à jour. Les améliorations sont les suivantes:
- RV 3.1.1 has just been released, In V3.1.0 I removed the ability to set Directory settings on DAT's, as it could cause some config issues, I have now fixed these issues and added the ability back again.
- Also removed illegal characters from extra directory names. (This was becoming a problem when using description as directory name.)
Télécharger RomVault v3.1.1
Site Officiel de RomVault
 
 Messinfo.dat v0.219 (11.40) 
Lundi 09/03/20 à 13:38 par Firebrand
Ce fichier informatif pour MAME contient désormais les données relatives à la v0.219:
- 11.40 08/03/2020: Aligned files to 0.219 version.
Télécharger Messinfo.dat v0.219 (11.40)
Site Officiel de Messinfo.dat
 
 GameEx et GameEx Arcade Edition v16.28 
Dimanche 08/03/20 à 13:47 par Firebrand
Ces frontends ont été mis à jour. Pas d'information sur les changements.
Télécharger GameEx v16.28
Télécharger GameEx Arcade Edition v16.28
Site Officiel de GameEx
 
 NegaMAME v0.219-1 
Samedi 29/02/20 à 15:00 par Firebrand
Ce build de MAME à utiliser avec Negatron, principalement pour l'aspect MESS, a été mis à jour les sources de la v0.219.
Télécharger NegaMAME v0.219-1 (Windows)
Télécharger NegaMAME v0.219-1 (MacOS)
Télécharger NegaMAME v0.219-1 (Linux)
Site Officiel de NegaMAME
 
 MESS et MESSUI v0.219 
Jeudi 27/02/20 à 13:57 par Firebrand
Après avoir sauté la v0.218, MESS et MESSUI sont de retour sans changements internes spécifiques.
Télécharger MESS v0.219 (64-bit)
Télécharger MESSUI v0.219 (64-bit)
Site Officiel de MESS
 
 GameEx et GameEx Arcade Edition v16.26 
Lundi 17/02/20 à 15:15 par Firebrand
De nouvelles versions de ces frontends multi-systèmes ont été publiés, mais aucune information sur les modifications n'a été donnée (comme d'habitude...).
Télécharger GameEx v16.26
Télécharger GameEx Arcade Edition v16.26
Site Officiel de GameEx
 
 Messinfo.dat v0.218 (11.39) 
Dimanche 09/02/20 à 13:53 par Firebrand
Ce fichier informatif pour MAME est généralement le dernier mis à jour par AntoPISA pour la version en cours.
- 11.39 08/02/2020: Aligned files to 0.218 version.
Télécharger Messinfo.dat v0.218 (11.39)
Site Officiel de Messinfo.dat
 
 GameEx Arcade Edition v16.22 
Jeudi 06/02/20 à 14:09 par Firebrand
Ce frontend est maintenant au même niveau que son grand frère, GameEx. Pas plus de précisions à apporter.
Télécharger GameEx Arcade Edition v16.22
Site Officiel de GameEx Arcade Edition
 
<< Page précédentePage suivante >>