Organiser
Filtrer par machine :
Type de vue :
 
 RomVault v3.4.1 
Mercredi 17/11/21 à 14:42 par Firebrand
Une nouvelle version de ce gestionnaire de ROMs a été publiée. Elle intègre une nouvelle fonction DatVault qui télécharge des .dats mis à jour quotidiennement. L'auteur compare la fonction à l'Amazon Prime des .dats... et comme Amazon Prime, il s'agit une option payante par abonnement, en dehors des .dats pour MAME qui sont gratuits:
- Time to automate your DAT downloading with: DatVault
- With the release of ROMVault V3.4.1 DatVault has been updated with a new UI to enable updating many of your Dats with just a couple of clicks. (DatVault helps support the development of ROMVault by being available through a Patron subscription.)
- A couple of other Bugs have also been fixed in V3.4.1 the 7z cache has been improved, and a couple of UI crashes have been resolved.
Télécharger RomVault v3.4.1
Site Officiel de RomVault
 
 FS-UAE v3.1.48 
Mardi 16/11/21 à 13:58 par Firebrand
Une nouvelle version pour cet émulateur Amiga basé sur WinUAE a été publiée. Voici les changements apportés:
- Translations were missing from FS-UAE Launcher on Windows and Linux, so I've posted new versions on https://fs-uae.net/download with translations included
- Also, due to changes in SDL2, some controllers (Xbox controllers at least) have new GUIDs and the bundled configurations no longer match. So you need to remap your controller in Launcher settings if you cannot utilize all buttons anymore. I'll see if I can get new and updated controller configs included in an update!
Télécharger FS-UAE v3.1.48 stable (64-bit) (Windows)
Télécharger FS-UAE v3.1.48 stable (64-bit) (Intel) (MacOS)
Télécharger FS-UAE v3.1.48 stable (ARM) (MacOS)
Télécharger FS-UAE v3.1.48 stable (64-bit) (Linux)
Site Officiel de FS-UAE
 
 WinUAE v4.9.0 Beta 40 RC1 FR 
Lundi 15/11/21 à 13:25 par Firebrand
La dernière version de WinUAE a été traduite en français par Tradu-France.
Télécharger WinUAE v4.9.0 Beta 40 RC1 FR (32-bit)
Télécharger WinUAE v4.9.0 Beta 40 RC1 FR (64-bit)
Tradu-France
 
 WinUAE v4.9.0 Beta 40 (RC1) 
Lundi 15/11/21 à 13:21 par Firebrand
La première des release candidates pour cette version de WinUAE a été publiée. Voici la liste des nouveautés:
- A2065 emulation quit/reset crash fix, A2065 RAM was freed too early, when it was still possible to receive new ethernet frames.
- Blitter final D write does not happen if D channel gets disabled, line mode gets enabled or new blit starts before pending D write has finished. This mainly affects copper blitter wait bug behavior, if new blit is setup before blitter gets its last cycle, last D write never happens which can prevent the glitch from happening. (Last write getting skipped might not cause any visible glitches) Fixes Andy & Blondie / Finity second to last part's glitch. Note that final part has many glitches, happens also on real A500 if system does not have any real Fast RAM.
- Log warning message if BLTDPTx is written to while blitter final D write is still pending.
- Removed wrong INTENA write optimization. Fixes Expiration / Mayhem cube corruption. (Problem wasn't directly blitter related)
- If programmed mode was in use that didn't require configured VSSTRT/VSSTOP registers, display was blank. (Contactro / Illusion)
- Screen mode with even horizontal cycle length (programmed and normal NTSC mode) copper timing fix. Copper can use cycle 0 (previously incorrectly calculated as cycle $e0) if previous line's last cycle was odd cycle (even total length). (Contactro / Illusion)
- Programmed mode registers are again zeroed at startup (was all ones) because JtxRules / Illusion only sets VBSTOP and HBSTOP and expects zeroed HBSTRT and VBSTRT. (Programmed mode comparators don't have reset line connected but they still power up with zeroed contents. At least usually..)

This update fixes remaining chipset related issues in my "should be fixed before official release" list.
Télécharger WinUAE v4.9.0 Beta 40 (RC1) (32-bit)
Télécharger WinUAE v4.9.0 Beta 40 (RC1) (64-bit)
Site Officiel de WinUAE
 
 FS-UAE v3.1.47 
Jeudi 11/11/21 à 12:07 par Firebrand
Cet émulateur Amiga a été mis à jour mais les changements ne sont pas connus. J'ai encore fait des bundles avec l'émulateur, le launcher et les plugins, mais veillez consulter le site officiel pour les instructions d'installation.
Télécharger FS-UAE v3.1.47 stable (64-bit) (Windows)
Télécharger FS-UAE v3.1.47 stable (64-bit) (Intel) (MacOS)
Télécharger FS-UAE v3.1.47 stable (ARM) (MacOS)
Télécharger FS-UAE v3.1.47 stable (64-bit) (Linux)
Site Officiel de FS-UAE
 
 WinUAE v4.9.0 Beta 39 FR 
Lundi 08/11/21 à 14:18 par Firebrand
La dernière beta de WinUAE a été traduite en français par l'équipe de Tradu-France.
Télécharger WinUAE v4.9.0 Beta 39 FR (32-bit)
Télécharger WinUAE v4.9.0 Beta 39 FR (64-bit)
Tradu-France
 
 WinUAE v4.9.0 Beta 39 
Lundi 08/11/21 à 14:17 par Firebrand
La période de beta touche à sa fin, les prochaines versions devraient être des release candidates. En attendant, voici les améliorations:
- Executable as a disk image mounting now supports FFS and HD disks. Uses DD+OFS if selected file fits (like previously), then DD+FFS, finally HD+FFS (if drive is HD).
- Fixed empty formatted standard HD ADF creation, broken in 4.3.0 (bitmap block used DD size)
- If A1200 config had PCMCIA emulation and 4M or larger Z2 RAM enabled, end of Z2 RAM didn't have "safety barrier" which caused long or word access that crosses end of RAM to crash the emulator.
- Some audio debugging was accidentally left enabled in b38
- Adjusted UAE Boot ROM variable locations, freeing more space for ROM code.
- UAE Boot ROM level 2 interrupt server priority changed to -1 if KS 1.x, workaround for old SoundTracker (and clones) broken keyboard handling that breaks completely if KS ROM level 2 interrupt server isn't first in chain.
- Fixed last line of bitmap missing or flickering if very tall interlace mode and interlace artifact removal was enabled.
- Blitter line mode didn't clear BLTZERO if line pixel was skipped because of onedot mode. (vAmiga test case)
- Blitter line mode didn't update global state of shift values and SIGN bit. (vAmiga test case where next blit is started without updating BLTCON0/1)
- Yet another small interrupt timing adjustment.
- Chipset emulation could get confused in non-ce configurations when BPL1DAT was modified with a copper.
- Reinitialize all selected FloppyBridges when exiting FloppyBridge UI.
- Change to memory card (CF/SD/etc) added as a harddrive: if you wanted to use same config with Amiga formatted cards and FAT formatted cards and Windows/driver allowed direct access even when FAT formatted card (without partition table) was inserted (oddly enough Windows 10 and older didn't allow it on my PC but after updating to Windows 11, direct access is possible), FAT card wasn't anymore mounted as a directory drive after re-insert because direct access has priority and it did succeed. Now direct harddrive mode is only used if drive does not have any PC partitions (no drive letter) or if Lock option is ticked.
- Experimental HDR support added. (This is not going to be fully implemented in next official release, it is only side project)

HDR mode details:
- Requirements: HDR capable monitor. Windows HDR mode enabled. Direct 3D 11.
- New Graphics API option: "Direct3D 11 HDR".
- Original 8-bit RGB values are converted to HDR color space using shaders.
- Brightness/contrast adjustments are now done in shader code which prevents usual SDR black crush or white clipping. (Work more like CRT). Gamma adjustment is not yet supported.
- "Blacker than black" option behavior is also changed, because HDR by design support blacker than SDR black, it does not need to affect normal color range like in SDR mode. It is also always enabled in HDR mode.
Télécharger WinUAE v4.9.0 Beta 39 (32-bit)
Télécharger WinUAE v4.9.0 Beta 39 (64-bit)
Site Officiel de WinUAE
 
 vAmiga v1.1 Beta 6 
Dimanche 07/11/21 à 14:25 par Firebrand
Une nouvelle version de cet émulateur Amiga pour MacOS a été publiée. Voici les améliorations:
- This new beta version features a vastly improved Line Blitter and various smaller compatibility improvements.
Télécharger vAmiga v1.1 Beta 6
Site Officiel de vAmiga
 
 FS-UAE v3.1.43 
Vendredi 05/11/21 à 13:53 par Firebrand
Ca faisait longtemps qu'on n'avait plus eu de nouvelle version de cet émulateur Amiga basé sur WinUAE. L'émulateur et le launcher étaient distribués en archives séparées, mais j'en ai fait de petits bundles. Néanmoins, veuillez suivre les instructions sur cettte page pour les installer et éventuellement télécharger des plug-ins supplémentaires selon votre usage. Voici les changements apportés:
While I'm primarily working on FS-UAE & Launcher 4, I've seen the need to do some updates to version 3 as well. Especially for macOS users where 3.0.5 is not working very well on the latest macOS releases. But it has useful fixes for other platforms as well, including a fix for using .lhaarchives on Windows and a compatibility fix for using QEMU-UAE on recent Linux distros. I haven't announced version 3.1 on fs-uae.net yet, among other things because I don't have installers prepared yet, and I also haven't had time to make sure that FS-UAE Arcade runs correctly. Apologies for not having a more smooth upgrade path, but I simply haven't had time.

- Fix device helper for xinput devices with recent SDL2 versions.
- Support for multiple mice disabled by default on macOS due to security warning. Use option multiple_mice = 1 to enable.
- Disable expect_version option (no longer synchronized with launcher).
- Added support for more physical keys (when using rawinput).
- Compilation fixes for Apple M1 hardware.
- Netplay desync fixes related to file system (directory hard drives).
- Better virtual memory reservation algorithm.
- Option to automatically pause on menu screen [mrsilver76].
- Use RTLD_DEEPBIND with dlopen on Linux when loading plugins.
- Changes to how plugins are looked up.
- Ide patch.
- SCP floppy image doesn't wrap to revolution #0 cleanly [keirf].
- Fixed crash in nname_to_aname [PowderedToastMan].
Télécharger FS-UAE v3.1.43 stable (64-bit) (Windows)
Télécharger FS-UAE v3.1.43 stable (64-bit) (Intel) (MacOS)
Télécharger FS-UAE v3.1.43 stable (ARM) (MacOS)
Télécharger FS-UAE v3.1.43 stable (64-bit) (Linux)
Site Officiel de FS-UAE
 
 Messinfo.dat v0.237 (12.15) 
Mercredi 03/11/21 à 12:10 par Firebrand
On ferme le ban des fichiers additionnels avec cette mise à jour de Messinfo.dat et l'ajout des données de MAME v0.237.
- 12.15 02/11/2021: Aligned files to 0.237 version.
Télécharger Messinfo.dat v0.237 (12.15)
Site Officiel de Messinfo.dat
 
 Emu Loader v8.9.4 (version complète) 
Jeudi 28/10/21 à 12:23 par Firebrand
Une nouvelle version de ce frontend multi-systèmes a été publiée. Voici la liste des nouveautés:
"This is not the splash screen you're looking for!"
After years of suffering, I finally found a way to make the splash screen not to show up on top of other applications. While games lists are being created/scanned, you can do something else without that annoying splash screen popping up constantly. Not yet fixed for a clean install though.
I have created a new RGB Color Picker dialog from scratch, named Color Picker Ex. It's fast, lightweight and easy to use.
It even comes with a HEX edit box so you can enter a color in HEX format. It replaces the jurassic Windows color picker dialog.
Search bar edit box locked and inaccessible at startup, is now fixed. Another bug, making the games list not focused at startup, is also fixed.
Both bugs were caused by a function that removes Delphi 7's hidden form trickery. Moving this function from the main form's OnActivate() event to the OnShow() event, fixes it.
I spent 2 weeks debugging the frontend's startup code to find the little devil that was causing these issues. But I also ended up optimizing the frontend's startup code in the process so, it's a win-win.


Fixed
- Search bar edit box not receiving keyboard input
*caused by a custom function that removes "Delphi 7 hidden form trickery", making the edit box always focused and locked at startup
*you can hit TAB key to alternate between main games list and search bar edit box
- Games list "out of focus" at startup; fixed by moving "HideAppFormTaskBarButton" function from OnActivate to OnShow main form's event; "thank you" for this bug, Delphi 7
- Splash screen no longer appears on top of other applications when creating/scanning games list
*you can safely use other applications whithout Emu Loader's splash screen poping up on top of them
*this fix only works if you create/scan games list manually after the frontend's main window shows up (games list window)
*on a clean install, splash screen still sticks on top of other applications; I'm still trying to find a workaround for it
*splash screen now displays properly in Windows taskbar's "thumbnail preview"
- Visibility checkup for the splash screen, to prevent the timer from resetting in the middle of a function with multiple tasks
- The following no longer appear on top of other applications
*"games list filter" message panel
*"MAMu_ Icons Manager" window

Changed
- Replaced TNotebook component by TPanelEx in "Run MAME Game (Extra)" screen for easier source code maintenance and future improvements
- Updates to my ColorBoxEx drop-down button
*moving the mouse over it doesn't make the button flicker anymore
*replaced the mega-useless "down arrow button" by a RGB picker button (you can click anywhere in the button to open the colors listbox anyway)
*minor drawing tweaks
- Updates to my ComboBox2Ex drop-down button
*moving the mouse over it doesn't make the button flicker anymore
*minor drawing tweaks
- Tweaks to the startup process; it's a little faster
- Removed the .exe file extension requirement for emulators; any file extension can be used (except batch files!)... or none
- Feature "Show Image Layout Dimensions" improvements (images popup menu)
*panel colors are always in night mode *no more floating window, now the panel is on the games list, top/right position, and cannot be moved (floating window was always on top of other applications, just like the splash screen)
*this is just used to fine-tune image panel sizes and is not meant to be always visible
- If "frontend_dir\temp\mame_listxml.xml" / "frontend_dir\temp\hbmame_listxml.xml" file already exists, Emu Loader won't generate the listxml file when creating a MAME / HBMAME games lists
*after games list is created, the listxml file is deleted to prevent left-overs and allow to create a games list for a new MAME build

Removed
- Batch files support completely removed from the project (.bat; .cmd)
- Checkboxes "Use Large Icons" / "Use Large Text" in several screens are no longer needed
- Checkbox "Small Icons" in "Select Emulators" tool bar button is no more
- Minor source code cleaning; some deprecated functions deleted
- Font size in "Favorites Manager" screen is no longer needed

Added
- A new "RGB Color Picker"
*my newest creation, made from scratch!
*used in ColorBox drop-down buttons
*fast, lightweight and with a HEX edit box so you can enter a color in HEX format
*16 basic colors panel for easy picking
*16 shades of color / 64 shades of color
by enabling one of those buttons you can see shades of the selected color from white to black
*if you want to reset to the current color, just click the "current" color box
*night mode colors support
*4K layout support
*improvements can be made in the future
*replacement for the jurassic Windows color picker
*there's a new "resources\ColorPickerEx-marker.ico" icon with the marker cursor, mostly for 4K mode (if this file is not found, an internal marker icon is used)
*the "RGB Quick Edit" feature is gone, no longer required (colorbox buttons popup menu, mouse right-click)
note: you can modify the "Alpha" channel, but Emu Loader does not use it
- Added support for the following MAME software lists tags (MAME 0.237 minimum)
*"alternate title" (alt_title), visible only in "Game Details" screen (for now)
*"notes", visible only in "Game Details" screen
NOTE: you must re-create MAME software games lists to add the new info (main menu "MAME/Arcade", sub-menu "Create MAME Software Games List" or "Create Arcade Games List" (select "Overwrite Mode" to create all software lists!)
Télécharger Emu Loader v8.9.4 (version complète)
Site Officiel de Emu Loader
 
 NegaMAME v0.237-1 
Jeudi 28/10/21 à 12:15 par Firebrand
Ce build de MAME prévu pour être utilisé avec le frontend Negatron a été mis à jour vers MAME v0.237.
Télécharger NegaMAME v0.237-1 (Windows)
Télécharger NegaMAME v0.237-1 (MacOS)
Télécharger NegaMAME v0.237-1 (Linux)
Site Officiel de NegaMAME
 
 MESS v0.237a (64-bit) 
Jeudi 28/10/21 à 12:12 par Firebrand
Certains systèmes étaient manquants dans la version de MESS d'hier. C'est désormais corrigé.
Télécharger MESS v0.237a (64-bit)
Site Officiel de MESS
 
 MESS et MESSUI v0.237 (64-bit) 
Mercredi 27/10/21 à 14:38 par Firebrand
Ces versions de MAME dépourvues des machines d'arcade ont été mis à jour vers MAME v0.237.
Télécharger MESS v0.237 (64-bit)
Télécharger MESSUI v0.237 (64-bit)
Site Officiel de MESS
 
 RomVault v3.4.0 
Mardi 26/10/21 à 12:39 par Firebrand
Une nouvelle version de ce gestionnaire de ROMs a été publiée. Voici les améliorations apportées:
- Cache write to a full disk does not corrupt the cache. (just leaves the old cache, so it will be out of date, just not corrupt.)
- Better double check delete checking to try and stop the case where people have mapped the same directory to two different parts of the tree. (PS. Don't do that.)
- The Dat info is more in sync when clicking around the tree, and game grid.
- Global file ignore has been replaced with ToSort file ignore.
- Directory rules now contain the file ignore lists (At the directory level.)
- The file ignore lists now work with wide cards and regex.
- Reporting the correct rule if you hit the reset all rules button.
- Shift click the check boxes in the tree does not set all the child tree nodes.
- zSTD read support is now built in for zip and 7z. (does not need the external .dll)
- reworked/cleaned up the 7z writing code. (should not see any external different.) But getting ready for future plans.
- Pressing the Cancel button while fixing cancels immediately instead of waiting until the end of the current fix.
Télécharger RomVault v3.4.0
Site Officiel de RomVault
 
 WinUAE v4.9.0 Beta 38 FR 
Dimanche 24/10/21 à 14:36 par Firebrand
La dernière beta de WinUAE a déjà été traduite en français par l'équipe de Tradu-France.
Télécharger WinUAE v4.9.0 Beta 38 FR (32-bit)
Télécharger WinUAE v4.9.0 Beta 38 FR (64-bit)
Tradu-France
 
 WinUAE v4.9.0 Beta 38 
Dimanche 24/10/21 à 14:33 par Firebrand
Cette période de beta pour WinUAE particulièrement longue semble toucher à sa fin, la prochaine version stable étant prévue pour la fin de l'année. En attendant, voici les changements apportés:
- b33 audio update missed one condition, when DMA sample playback ended, last sample was played twice before audio channel entered idle state.
- FloppyBridge HD support fix. Fixed unreliable "turbo" writing and unreliable "?" button boot and root block reads.
- Quickstart floppy drive type is now remembered.
- Internal display buffer allocation was too small if image width was not divisible by 8. Could have caused crashes in some windowed mode configurations, for example when saving screenshots (very old bug).
- Screenshot height was always total internal size, even if it was partically blanked. (OCS Denise and mode was not Overscan+ or higher)
- OCS Denise last line "bug" was only visible in short field modes.
- Virtual mouse driver enabled, load new config that does not use virtual mouse: possible crash when restarting emulation.
- Fixed weird blitter behavior in some 68020+ memory cycle-exact modes if blitter nasty was also set.
- Fixed "Remove interlace artifact" display corruption in some programmed modes introduced in earlier betas. (Copper was partially enabled during "scandoubled" line processing).
Télécharger WinUAE v4.9.0 Beta 38 (32-bit)
Télécharger WinUAE v4.9.0 Beta 38 (64-bit)
Site Officiel de WinUAE
 
 GameEx et GameEx Arcade Edition v17.02 
Dimanche 17/10/21 à 14:37 par Firebrand
De nouvelles versions de cet frontend multi-systèmes ont été publiées. Voici les changements apportés:
- Fixes and updates for latest MAME versions.
- History.dat XML support.
- Updated MAME support files.
- Fixes statistics not working.
- Fixes issue where games would not launch if not logged onto GameEx Online.
- Tweaked default MAME game filter.
- Improved font scaling with default theme at 4K.
Télécharger GameEx v17.02
Télécharger GameEx Arcade Edition v17.02
Site Officiel de GameEx
 
 WinUAE v4.9.0 Beta 37 FR 
Vendredi 15/10/21 à 14:02 par Firebrand
Tradu-France a publié la traduction en français de la dernière beta de WinUAE.
Télécharger WinUAE v4.9.0 Beta 37 FR (32-bit)
Télécharger WinUAE v4.9.0 Beta 37 FR (64-bit)
Tradu-France
 
 WinUAE v4.9.0 Beta 37 
Vendredi 15/10/21 à 14:00 par Firebrand
Une nouvelle beta de cet émulateur Amiga a été publiée. Mes améliorations sont les suivantes:
- "Copper wake up" (W) and "Copper wanted this cycle but couldn't get it" (c) markers in DMA debugger had disappeared. Skip also shows 'W' if SKIP skipped.
- Do not allow cycle-exact blitter without at least memory cycle-exact CPU. It is not anymore compatible with faster modes.
- Fixed random corruption when cycle-exact blitter was enabled and CPU was (memory) cycle-exact and CPU config was fast.
- Do not allow opposite joystick directions at the same time (some games crash..) if mapped using Game Ports panel. It is still allowed if configured using Input panel and it was mapped to left/right/up/down events (not horiz/vert).
- Added official WinUAE FloppyBridge support.
- Added basic floppy type selection to Quickstart panel (3.5" DD, 3.5" HD and FloppyBridge). Selection is not remembered yet.

FloppyBridge details:
- https://amiga.robsmithdev.co.uk/winuae
- DLLs go to /plugins
- Simple and flexible UI implementation. Different than in unofficial WinUAE floppybridge versions.
- Drive type select menus have "Configure Floppybridge" option if floppybridge DLL is detected. Selecting the option opens floppybridge configuration UI (which is located in floppybridge DLL, it is not part of WinUAE UI), use it configure one or more drive profiles. Select profile to enable floppybridge mode for selected emulated drive.
Télécharger WinUAE v4.9.0 Beta 37 (32-bit)
Télécharger WinUAE v4.9.0 Beta 37 (64-bit)
Site Officiel de WinUAE
 
<< Page précédentePage suivante >>