Organiser
Filtrer par machine :
Type de vue :
 
 WinUAE v3.2.0 Beta 4 FR (32-bit) 
Dimanche 26/07/15 à 12:30 par Firebrand
La traduction en français de la dernière beta de cet émulateur est également disponible.
Télécharger WinUAE v3.2.0 Beta 4 FR (32-bit)
Tradu-France
 
 WinUAE v3.2.0 Beta 4 (32-bit) 
Dimanche 26/07/15 à 12:28 par Firebrand
Une nouvelle beta de cet émulateur qu'on ne présente plus a été publiée. Les améliorations sont les suivantes:
Beta 4:
- RTG<>chipset mode switching didn't check if modes have different filter type (forgot to add when RTG filter support was implemented)
- 68020/030 prefetch pipeline b3 missing addressing mode implemented. Other adjustments: single word unconditional branch-like instruction (for example RTS) stop prefetches immediately but conditional single opcode always prefetch one extra word before stopping. Bcc.S (when not branching) and DBcc probably aren't exactly right yet.
- A2090 ST-506 support implemented.
- Note about existing configurations that use A590 XT support: drive type (SCSI ID/XT) must be reset.
- GUI default windowed mode window size (when it runs for the first time and size information is not yet stored in registry/ini) is now adjusted for high DPI screen. (Windows 8.1+ only). Previously default size was far too small on high DPI displays.
- Added "I am Windows 10 compatible" manifest entry, winuaebootlog.txt now shows correct Windows 10 version information.
- Cleaned up pfield_do_linetoscr() mess.
- Added support for AGA subpixel bitplane delays (lores pixel can horizontally scroll 4 shres or 2 hires pixels or hires pixel 2 shres pixels). Limit: only works if both odd and even planes have same subpixel scroll value (which probably is true practically in all situations)
- b1 sprite right border corner case broke SSCAN2 sprite horizontal duplication.
- x86 bridgeboard emulation! A1060 Sidecar, A2088 and A2088T currently implemented.

x86 bridgeboard information:
- Currently uses fake86 CPU core + PC support chip emulation. Selected because it was very easy to integrate. Possible future A2286+ emulation needs different CPU core.
- All jumpers emulated. (Required redesign of expansion GUI extra config)
- Amiga floppy drive DF2: and DF3: can be re-configured as bridgeboard PC drives A: and B:.
- Only 360k and 720k standard dos disk images supported.
- A2088T 360k/720k compatible drive supported. Floppy switch not implemented.
- A1060 and A2088 apparently only have 360k drive and BIOS support.
- BIOS ROM required. Searching for "A2088 BIOS" or similar should work... No BIOS ROMs
added to rom scanner.
- Not much real testing done. Boots from dos boot floppy, drive formatting and reading/writing works.
- x86 CPU speed is currently very randomly chosen speed.
Télécharger WinUAE v3.2.0 Beta 4 (32-bit)
Site Officiel de WinUAE
 
 ClrMAME Pro v4.021a (32-bit) 
Mardi 21/07/15 à 10:32 par Firebrand
Un bug s'était glissé dans la dernière version et a rapidement été corrigé. Voici de quoi il s'agit:
- fixed: nspirit nodump hashcollision issue which was a sideeffect of the 4.020 hashcollision fix
Télécharger ClrMAME Pro v4.021a (32-bit)
Site Officiel de ClrMAME Pro
 
 ClrMAME Pro v4.021 (32-bit) 
Lundi 20/07/15 à 09:52 par Firebrand
Une nouvelle version de ce gestionnaire de ROMs a été publié. Les améliorations sont les suivantes:
- fixed: possible crash with corrupt settings file
- fixed: rare issue where a sample parent set with no samples for its own and multi-softwarelist support is marked as unneeded
- fixed: possible crash on cmpro start on read-only device or full device
- fixed: structural issues and possible crash when using dats with releases and run into double name issues
- fixed: double name check when using releases
- fixed: some dialogs don't use "MS Sans Serif" as font...
- fixed: adjusted some warning messages to use [SOFT] instead of [LIST]
- fixed: setinformation "hide parent" does not work for listed disks
- fixed: unpacked set with chds can be falsely detected as misplaced
- fixed: rare typo based bug in checking unneeded sets/chds
- fixed: hashcollision sets with nodumps can create circular fix-unneeded/fix-missing scenarios
- misc: better unneeded detection of chds within an identical setnames relation (softwarelists/Non-Software List)
- misc: better wrong sysdefpath detection of chds within an identical setnames relation (softwarelists/Non-Software List)
- added: automatically detect mame and mess as xml root elements
- added: supporting biossets with samples (and sampleof) elements
Télécharger ClrMAME Pro v4.021 (32-bit)
Site Officiel de ClrMAME Pro
 
 WinUAE v3.2.0 Beta 3 FR (32-bit) 
Jeudi 16/07/15 à 10:16 par Firebrand
La dernière version de WinUAE a été traduite en français par l'équipe de Tradu-France.
Télécharger WinUAE v3.2.0 Beta 3 FR (32-bit)
Tradu-France
 
 WinUAE v3.2.0 Beta 3 (32-bit) 
Mardi 14/07/15 à 10:22 par Firebrand
Une nouvelle beta de cet émulateur Amiga a été publiée. Les améliorations sont les suivantes:
- CD and sound card audio are now always resampled with Anti interpolator before it gets mixed with Paula audio stream. Previously it used very crude resampling method.
- ES1370 (SB128) emulation fixed, DMA length register was not reset when playback was restarted. (I don't understand how it would have ever worked in QEMU without sound glitches)
- Added "Full PCI DMA" option to PCI bridges that in real world don't have Amiga to/from PCI DMA support (Prometheus and Mediators). Default is off = emulates real hardware limits.
- Validate PCI DMA addresses, log message and return random data if trying to access unsupported address or if attempting to access Amiga address space and bridge does not have full PCI DMA support. (Probably becomes HALT-something if real hardware simply hangs in this situation)
- 68040 MMU mode hardware bus error not caused by MMU had incorrectly status register ATC bit set.
- More reliable A2410 resolution switching.
- A2410 framebuffer space is also mirrored at the beginning of TMS34010 address space.
- Implemented A2410 TMS34010 to/from Amiga address space DMA feature. So far no programs found that uses it.
- Emulate 68020/030 prefetch pipeline more accurately, branch instructions stop prefetching after last opword of branch instruction has been loaded. It reduces unnecessary memory accesses. This probably also makes 68020/030 cycle exact mode even more faster without adjusting other parts of emulation (which needed to be made faster because some other unknown part was too slow, hopefully it was this prefetch feature..) Not fully implemented yet, addressing modes that use brief or full extension words disable this feature until next branch instruction because length of instruction needs to be known in advance and in these addressing modes it can't be calculated statically.
Télécharger WinUAE v3.2.0 Beta 3 (32-bit)
Site Officiel de WinUAE
 
 WinUAE v3.2.0 Beta 2 FR (32-bit) 
Samedi 11/07/15 à 18:17 par Firebrand
Tradu-France vient de publier sa traduction en français de la dernière beta de WinUAE.
Télécharger WinUAE v3.2.0 Beta 2 FR (32-bit)
Site Officiel de WinUAE
 
 WinUAE v3.2.0 Beta 2 (32-bit) 
Vendredi 10/07/15 à 11:13 par Firebrand
Une nouvelle version beta de cet émulateur Amiga pour Windows a été publiée. Les améliorations sont les suivantes:
- Borderblanking works again (b1)
- RTL8029 received packets got sometimes stuck in receive buffer until next packet was received.
- Fixed PCI bridge unreliable interrupts in some situations.
- Added Mainhattan Data Paradox SCSI emulation.
- Added Spirit Technology HDA-506 HD controller.
- Added Elaborate Bytes A.L.F. HD controller.
- Built-in wave recording created huge files, bytes-to-write variable was never reset (3.1).
- Added Mediator 1200 autoconfig data.
- Added support for multi-function PCI devices.
- Added ES1370 from QEMU. (PCI sound card), common ES1370 based card is SB128.
- Added FM801 emulation. (PCI sound card).
- Added Vortex System 2000 HD controller.
- 68020/030 prefetch/cycle-exact: don't prefetch from old PC if instruction is going to branch.
- Accelerator board memory size reset when viewing RAM GUI panel if accelerator used "Blizzard" RAM type.
- HD and RTG boards are now named ().
- A2410 display card emulation! TMS34010 emulation core from MAME.

A2410 notes:
- Very strange display board.. Very flexible TMS34010 CPU on board, code uploaded to internal RAM from Amiga-side. Unfortunately board never had good software support.
- Current WinUAE direct RTG system requires Amiga-side mapped VRAM, but because A2410 does not have any linear mapped Amiga-visible VRAM, A2410 internal VRAM is "fake" mapped at 0xa00000 (normally unused CIA space). It shouldn't cause any problems.
- Interlaced modes are not supported (Original code didn't support it all, I added quick hack that doubles height in interlaced modes), either CGX4 driver is wrong or TMS34010 documentation is wrong, documentation says "The size of the DUDATE increment specified for an interlaced display should be twice that required for a noninterlaced display of the same dimensions" but CGX4 driver uses same width value in both interlaced and non-interlaced 1024*768 mode.
- BT458 RAMDAC Overlay bitplanes fully emulated, including blinking features.
- CGX4, Amix, NetBSD console and demo programs from DevCD (Milan 1991 DevCon) confirmed working.
- END+F9 can be used to manually switch between native and A2410 display.
- CGX4 driver seems to have bug in overlay (mouse pointer) color setup routine.
- Emulated Amiga randomly hangs when switching CGX display modes. Reason unknown.
- TMS34010 CPU execution speed is probably totally wrong and very random.
- Because TMS34010 can update any register or RAM data any time it wants (like copper but more flexible), emulation needs to be at least line-based (not frame like other RTG boards) and because emulation also needs to execute TMS34010 code, A2410 emulation is slower than other RTG boards.
- A2410 has DMA and hardware byte swap circuitry (can be seen in schematics) but so far I haven't found programs that use it. (A2410 DMA = TMS34010 CPU can directly access Amiga address space).
- Must use 32-bit host display depth. 16-bit is not supported.

Mainhattan Data Paradox SCSI:
- Parallel port to SCSI adapter.
- Non autoboot.
- Make sure no other parallel port devices are enabled at the same time.

Spirit Technology HDA-506:
- Supports autoboot but it is not implemented, ROM dump not available.
- OMTI controller, uses early SCSI-like protocol but addressing uses CHS instead of LBA.

Elaborate Bytes A.L.F.:
- Non autoboot.
- MFM/RLL controller.
- Same protocol as HDA-506 but there can be differences in some commands.

Vortex System 2000:
- Supports autoboot but ROM image is not available.
- Non autoconfig, ROM and IO hardwired at 0xf00000.
- Again same protocol as HDA-506.
- Fake DMA, 2xword data port size. Some sites incorrectly lists it as a DMA controller.
Télécharger WinUAE v3.2.0 Beta 2 (32-bit)
Site Officiel de WinUAE
 
 WinUAE v3.2.0 Beta 1 FR (32-bit) 
Mardi 30/06/15 à 09:10 par Firebrand
Tradu-France vient de publier la version française de la dernière beta de WinUAE.
Télécharger WinUAE v3.2.0 Beta 1 FR (32-bit)
Site Officiel de WinUAE
 
 WinUAE v3.2.0 Beta 1 (32-bit) 
Samedi 27/06/15 à 12:54 par Firebrand
Un nouveau cycle de beta commence pour WinUAE. Voici la longue liste des nouveautés pour cette première mouture:
- Emulated sprite undocumented special case, sprite start hpos from 2 to 9 will be visible at the very far right overscan border of display.
- WinPCap network mode didn't detect any devices (broken some time ago)
- ROM type configuration for expansion sub devices. SupraDrive A2000 DMA does not anymore list incompatible AMABx ROMs. (A2000 DMA model ROM is still MIA)
- Improved SCSI/IDE controller init log messages.
- Fastlane and Z3 RAM configured: use Fastlane Z3 RAM autoconfig data.
- Handle recursive default_xlate() calls, can happen if autoconfig mapping is really bad.
- Accelerator with GVP Series II SCSI controller + GVP Series II SCSI expansion controller combination didn't work.
- Accelerators that include autoconfig RAM (Only GVP A530 currently) now include matching RAM autoconfig parameter data.
- WASAPI audio init may have caused crash if some WASAPI query functions returned error code.
- Implemented support framework for PCI bridges.
- dm debugger command shows PCI bridges and PCI boards.
- Added DKB Wildfire accelerator board.
- Check and halt if any illegal autoconfig remap is done. (Instead of causing pointless reset loop)
- Added support for ECS Denise genlock features. (Did any program ever use ECS genlock features?)
- Expansions boards without ROM now have simple enable/disable checkbox.
- PCI Realtek 8029 added from QEMU (NE2000 clone), automatically connected to any enabled PCI bridge.
- Moved accelerator and expansion board GUI items to new Expansions panel. Old Expansion panel is now RTG settings only panel.
- More 68030 data cache emulation fixes.
- Added generic SASI (SCSI predecessor) controller emulation and SASI HD GUI selection.
- Added Tecmar T-Card/T-Disk expansion/SASI HD controller.
- Added Xebec 9720H HD controller.
- Audio period modulation with zero period value stopped modulated channel.
- Blizzard 1230IV default ROM was incorrect.
- If no physical/virtual CD drives available and image drive was not manually selected: automatically select empty image drive. Previously emulated drive was removed.
- Blizzard SCSI Kit IV configuration weirdness fixed, old config is not compatible anymore.
- SSE2 capable CPU is now required.
- If you use WINE, 1.7.44 or newer required.
- Files are now 7zip compressed.

New Most Pointless Feature Ever:
- Genlock emulation can now replace transparent pixels with noise pattern or static image.
- Implements also ECS new genlock features (I still think there is no software that uses them..)
- Transparency control.

DKB Wildfire:
- Interesting design, SCSI and ethernet chips are connected to internal PCI bus that boot ROM initializes. (Reason why PCI bridge emulation had to exist first. This actually was the original trigger for PCI bridge emulation implementation, simple, extremely easy to do tests, only needed to start emulation and results were visible in 1 second!)
- SCSI is emulated, uses same QEMU 53c895 emulation as CSPPC.
- Ethernet is not emulated.
- Boot ROM is stored in 2*32k parallel EEPROM chips. Wildfire flash update program supported but but modified data is not saved back to rom image file.
- ROM image is from install disk.
- Boot menu (keep right mouse button pressed while booting) options are not yet saved to file, it looks like it is saved to 3rd(!) Flash/EEPROM chip via 53C815 built-in ROM support circuitry. High resolution image of the board is needed.
- Board config space ($ffff0000) bits are not emulated, except 68000 mode which only halts the emulation.

PCI bridges:
- Wildfire with 53C815 chip connected to first internal PCI slot.
- Prometheus.
- G-REX. NOTE: only supported by latest 44.71 CSPPC/BPPC boot ROM.
- Mediator 1200TX and 4000MK2. (If you have other model, please contact me)
- Only 53C815 (Wildfire only) and Realtek 8029 PCI devices implemented so far.

Try not to ask non-emulation related PCI bridge questions (like which driver to use, where to find them, how to install them, how to configure 8029 driver and so on..), thanks.

Tecmar T-Card/T-Disk:
- The very first Amiga harddrive controller.
- No autoboot, no automount, no RDB.
- KS 1.0 and 1.1 compatible, possibly also earlier version. Not KS 1.2+ compatible.
- SASI controller, make sure SASI drive type is selected.
- Implements old style autoconfig that was documented in first HRM revision, Appendix_G, Disk based autoconfig driver ("xbus.resource"). Not compatible with KS 1.2+ ROM based expansion.device. Possibly the only released hardware with old style autoconfig.
- Memory board emulated (Use second fast ram slider, autoconfig must be disabled).
- Clock emulated.

Xebec 9720H:
- Another very early Amiga harddrive controller.
- No autoboot, no automount, no RDB, SASI.
- Not autoconfig, hardwired at $600000.
- 5380 based, on-board 16k SRAM, 5380<>SRAM DMA. SRAM<>CPU PIO.
Télécharger WinUAE v3.2.0 Beta 1 (32-bit)
Site Officiel de WinUAE
 
 Messinfo.dat v9.14 (MAME/MESS v0.163) 
Vendredi 26/06/15 à 09:57 par Firebrand
Ce fichier regroupant des informations sur les jeux MESS a été mis à jour. Voici les nouvelles données:
- 9.14 25/06/2015: Aligned files to 0.163 version. Updated this files: 'sourcechanges.txt', 'changelog.txt', 'alltimesMESS.txt', 'Drivers SVN...txt', 'supportedMEDIA.txt' and 'Index of Devices'. Updated the SVN until June 24, 2015 (r39030).
- 9.13 22/06/2015: Added many authors (86% right); fixed various typo errors.
- 9.12 21/06/2015: Updated the SVN until June 21, 2015 (r38709).
Télécharger Messinfo.dat v9.14 (MAME/MESS v0.163)
Site Officiel de Messinfo.dat
 
 MESSUI v0.163 (32-bit) 
Jeudi 25/06/15 à 09:29 par Firebrand
Ce build de MAME n'incluant que les jeux MESS a été mis à jour avec les dernières sources de l'émulateur.
Télécharger MESSUI v0.163 (32-bit)
Site Officiel de MESSUI
 
 WinUAE v3.1.0 (stable) FR (32-bit) 
Samedi 20/06/15 à 12:30 par Firebrand
La dernière version stable de WinUAE est désormais disponible en français, en version 32 et 64-bit.
Télécharger WinUAE v3.1.0 (stable) FR (32-bit)
Tradu-France
 
 FS-UAE v2.5.32 dev 
Dimanche 14/06/15 à 13:58 par Firebrand
Cet émulateur Amiga a été mis à jour. Les améliorations sont les suivantes:
Changes in FS-UAE 2.5.32dev:
- Choose which monitor FS-UAE appears on in full-screen mode.
- Added mime type application/x-adf for Linux desktops.
- Updated emulation core from WinUAE 3100.

Changes in FS-UAE Launcher 2.5.32dev:
- Added settings GUI control to select full-screen monitor.

Changes in FS-UAE Arcade 2.5.32dev:
- Choose which monitor FS-UAE-Arcade appears on in full-screen mode.
Télécharger FS-UAE v2.5.32 dev
Site Officiel de FS-UAE
 
 Romulus v0.029 
Vendredi 12/06/15 à 10:44 par Firebrand
Ce gestionnaire de ROMs a été mis à jour. Les améliorations sont les suivantes:
- FINALLY Found the way to enable drag'n drop files to Romulus without dissable UAC (User Account Control) and the option to dissable UAC was removed.
- ADDED Support for import DAT from MAME based EXE with versions >=0.162 with -listxml or -listsoftware selection option.
- ADDED Import DAT MAME based EXE for MESS option to get softwarelists or bioses.
- ADDED Cached hashlist when scan. This will increase speed next time you scan including when profile is updated. Thanks to Kludge for the idea.
- ADDED Special code to increase compatibility with WINE for MAC and Linux.
- ADDED Italian language by Caboteta & Squalo.
- ADDED Italian OS detection language at Romulus first run and automatic setup.
- ADDED Korean language by Minsoo Jang.
- ADDED Korean OS detection language at Romulus first run and automatic setup.
- FIXED Displaying master relationship when Clone Set has only one ROM. This not affects to scan only displaying information bug.
- FIXED Importation wrong renaming duplicate Sets or ROMs.
- FIXED Rebuilding files detection with MD5 option enabled or when MD5 is automatic forzed because exists empty CRCs.
- FIXED Delete files inside Zip archives when it contains more than one file.
- FIXED Problems with Settings - Prevent sleep and poweroff. Now is more secure. No more shutdowns for Windows Updates when is scanning or fixing ROMs.
- FIXED RARE calculation bug when center windows on screen.
- FIXED "Insert next disk" message while trying to check if a file is Zip in some cases.
- FIXED Visual bugs and wrong themed objects when user changes from non themed to themed OS without restart Romulus.
- FIXED Non themed progressbar color compatibility.
- FIXED Non NTFS warning when drives are formated in ExFAT that supports more than 4Gb too.
- FIXED Log position problems when run scan/rebuild in batch mode.
- FIXED English translation corrections by Kludge.
- FIXED Portuguese translation corrections by Caboteta.
- IMPROVED CRC32 calculation speed.
- UPDATED CHDMAN to 0.162 version.
Télécharger Romulus v0.029
Site Officiel de Romulus
 
 WinUAE v3.1.0 (stable) (32-bit) 
Mardi 09/06/15 à 08:59 par Firebrand
Une nouvelle version stable de cet émulateur Amiga a été publiée. La liste des améliorations depuis la v3.0.0 est la suivante:
New emulated expansion hardware:
- SCSI controllers:
*A2090/A2090a (ST-506 not supported)
*AdSCSI Advantage 2000
*Archos ADD-500
*C-Ltd A1000/A2000
*GVP Series I (Three models)
*GVP Series II
*Expansion Systems DataFlyer 1200/4000 SCSI+
*HK-Computer Vector Falcon 8000
*J.Kommos A500
*Kupke Golem
*Masoboshi MC-702 (Incomplete)
*Microbotics StarDrive (Clock not emulated)
*Preferred Technologies Nexus
*Protar A500
*RocTec RocHard RH800C (SCSI+IDE)
*SupraDrive (All five models)
- IDE controllers:
*ICD AdIDE
*AlfaPower/AT-BUS 508/2008/AlfaPower Plus
*M-Tec AT 500
*Masoboshi MC-302/MC-702 (Incomplete)
*RocTec RocHard RH800C
- Accelerator boards:
*ACT Apollo 1240/1260
*DKB 1230/1240
*RCS Fusion Forty
*GVP A3001
*GVP A530
*GVP G-Force 030
*Kupke Golem 030 A500
- Video port display adapters:
*Archos AVideo 12
*Archos AVideo 24 (Animation features not implemented)
*Black Belt Systems HAM-E and HAM-E Plus
*Newtronic Technologies Video DAC 18
*Impulse FireCracker 24
- Miscellaneous expansions:
*Toccata Zorro II sound card
*Nordic Power v3.2 freezer cartridge
*Pro Access v2.17 freezer cartridge

New features:
- CD, CD32 FMV and Toccata audio are now optionally mixed with Paula audio stream. Sound sync is not lost even when emulation speed changes and sound is included with audio recording.
- Multiple SCSI/IDE expansion boards can be enabled at the same time.
- Floppy sound per-drive empty/disk inserted volume control.
- Added partial A1000 Velvet prototype support. Unfortunately currently no known Velvet boot disks exist.
- GUI Filter panel configurable overscan region blanking.
- Hardfile ATA and SCSI version configuration option.
- Fullscreen GUI option.
- If system has touch screen (Windows tablet for example), touching top of screen more than 2 seconds will open GUI.
- GUI Paths panel portable mode checkbox enabled.
- Configured but disconnected game controller is remembered.

Updates:
- Custom chipset display emulation partially rewritten, many A1000 vs OCS vs ECS chipset undocumented edge cases are now fully emulated.
- AMAX ROM dongle emulation improved.
- CD and disk image volume label is shown in status message bar.
- CPU Idle feature rewritten, lower CPU usage.
- More reliable simultaneous on the fly media insertions/removals.
- Action Replay 2/3 emulation improved.
- Added 1/2, 1/4 and 1/8 filter panel "integer" scaling options.
- Audio master volume is now real master volume control. Paula,
CD and AHI are sub-volume controls.
- Optionally disk saveimages can use same directory as parent image.
- More accurate 68000 bus/address error stack frame undocumented fields.

3.0 bugs fixed:
- Some CPU halted conditions caused emulator hang.
- Chip RAM/Slow RAM size change on the fly crash.
- Multiple other crash bugs fixed.

Other bugs fixed:
- Low level SCSI emulation fixes and updates.
- RTG mode screenshots in 16-bit host color depth mode had wrong colors.
- Real CD drive as emulated ATAPI or SCSI returned wrong last block.
- Graffiti corrupted display in non-AGA modes.
- Some programs had shifted display in some configurations (For example
Gloom AGA, Worms Directors Cut title screens)
- Picasso IV graphics corruption in OS4 16-bit modes.
- Picasso IV mode switch out of bounds memory access crash (OS41FE).
- Serial port emulation lost characters in some situations.
- Branch FPU instructions didn't work in more accurate CPU modes.
- AVI recording audio/video sync problems fixed.
- Stuck key if "Mouse captured: emulation paused" was ticked.

And much more...
Télécharger WinUAE v3.1.0 (stable) (32-bit)
Site Officiel de WinUAE
 
 FS-UAE v2.5.31 dev 
Samedi 06/06/15 à 12:30 par Firebrand
Cet émulateur Amiga a été mis à jour. Les améliorations sont les suivantes:
Changes in FS-UAE 2.5.31dev:
- Fixed a time offset bug in my_utime used by action_set_date.
- Temporarily disabled serial port emulation (need code update).
- Fixed handling of configurations_dir and cache_dir options.
- Imported updated translations from crowdin.com.
- Updated emulation core from WinUAE 3100b23.

Changes in FS-UAE Launcher 2.5.31dev:
- Imported updated translations from crowdin.com.
Télécharger FS-UAE v2.5.31 dev
Site Officiel de FS-UAE
 
 WinUAE v3.1.0 Beta 23 (32-bit) 
Jeudi 04/06/15 à 09:05 par Firebrand
Une nouvelle version de cet émulateur Amiga qu'on ne présente plus a été publiée. Voici la liste des nouveautés:
- Toccata audio didn't automatically re-enable audio if it was stopped by automatic switching.
- Fixed A2065 crash in "Cable disconnected" mode.
- Added J.Kommos ROM v1.7 (1990-03-13) Previously added ROM was v1.8 (1990-07-25).
- Preferred Technologies Nexus added to ROM scan result window.
- Fixed 68030 MMU prefetch hack flaw that caused A3000 with 2.04 SuperKickstart to crash.
- "Mouse uncaptured: emulation paused" and any key pressed: key was not released automatically (ALT-TAB).
- 68881/68882 NULL FSAVE frame has normal frame size stored (Undocumented but real hardware confirmed)
- Don't prevent RTC in A1200 chipset extra mode if accelerator board is also enabled.
- HD selection GUI visual bugs fixed.
- Added input device autoswitch on/off checkbox. (This was supposed to be added long time ago but I forgot)
Télécharger WinUAE v3.1.0 Beta 23 (32-bit)
Site Officiel de WinUAE
 
 Messinfo.dat v9.11 (MESS v0.162) 
Mercredi 03/06/15 à 09:04 par Firebrand
Ce fichier informatif pour MESS, maintenant intégré dans MAME, a été mis à jour avec les données de la dernière version de l'émulateur:
- Aligned files to 0.162 version.
- Updated this files: 'sourcechanges.txt', 'changelog.txt', 'alltimesMESS.txt', 'Drivers SVN...txt', 'supportedMEDIA.txt' and 'Index of Devices'.
- Updated the SVN until May 27, 2015 (r38204). Added many authors (85% right).
Télécharger Messinfo.dat v9.11 (MESS v0.162)
Site Officiel de Messinfo.dat
 
 ClrMAME Pro v4.020 (32-bit) 
Vendredi 29/05/15 à 11:00 par Firebrand
Ce gestionnaire de ROMs a rapidement été mis à jour pour corriger quelques bugs:
- misc: using "engine" and "game" elements as defaults which allow loading of new MAME binaries and dats without modifying engine.cfg
- fixed: game name check might produce a wrong warning for full merged chd sets where the parent does not have chds
- fixed: sampleclones check for sample-only sets fails and reports missing sets
Télécharger ClrMAME Pro v4.020 (32-bit)
Site Officiel de ClrMAME Pro
 
<< Page précédentePage suivante >>