Organiser
Filtrer par machine :
Type de vue :
 
 Mednafen v0.9.36.4 (32-bit) 
Samedi 13/09/14 à 11:28 par Firebrand
Cet émulateur multi-systèmes a été mis à jour. Voici les améliorations apportées:
- Fixed a piece of ancient mouse button mapping/reading code that was so broken it worked most of the time; fixes broken mapping of more exotic(other than left, center, and right) physical mouse buttons to virtual buttons.
- Lynx: Fixed a minor stereo sound emulation issue thanks to a patch from "sage".
- Lynx: Fixed a bug that could cause Mednafen to crash when a game attempts to power-down the emulated Lynx(which may occur if a game is left unattended for a prolonged period of time).
- WonderSwan, PC-FX, MD, NGP: Fixed several violations of C/C++ sequence point rules in relation to call order in expressions of functions with side effects, that could lead to undefined/wrong behavior with certain types of compiler optimizations and features(e.g. PC-FX emulation was broken on gcc 4.9.x with -fsanitize=undefined -std=gnu++11).
Télécharger Mednafen v0.9.36.4 (32-bit)
Site Officiel de Mednafen
 
 FS-UAE v2.5.14 dev 
Samedi 13/09/14 à 11:25 par Firebrand
FS-UAE emboîte le pas à WinUAE avec cette nouvelle version. Les améliorations sont les suivantes:
- Updated emulation core from WinUAE 2900b15.
- Updates to Qemu PPC CPU integration.
- New option: cdrom_drive_0_controller (to specify for example ide1)
- Fixed problem when inserting, ejecting and then inserting a CD again.
- Changes to how fastest-possible-mode works and interacts with frame rendering (solves some issues, might introduce new ones…)
- Fixed and activated more recent Picasso96 (uaegfx) code.
- Enabled emulation of GFX hardware boards (Picassso IV, etc).
- A bit more code cleanup and fixes to make code compatible with MSVC.

Known issues:
- Booting CD32 with CD inserted works, but inserting later, or eject + re-insert does not seem to work right now.
Télécharger FS-UAE v2.5.14 dev
Site Officiel de FS-UAE
 
 WinUAE v2.9.0 Beta 15 (32-bit) 
Samedi 13/09/14 à 11:21 par Firebrand
La série de beta de WinUAE continue. Voici ce que cette version apporte:
- "ROM disabled" A2091/A590 ROM option was not visible (b14)
- Blizzard board ROM code was ignored (b14)
- Log window was opened when PPC CPU started (b14)
- Dragging adf file over window mode bottom bar HD led didn't mount it as a harddrive.
- Mounting adf as a harddrive uses adf's real volume name instead of host-side file name.
- Added support for sub memory banks, can divide normal 64k UAE memory bank in to smaller sub memory banks. Mainly needed to properly map PPC CyberStorm MK3/PPC SCSI IO and SCRIPTS RAM for QEMU PPC.
- SCSI CD emulation via NCR SCSI (53C94/FAS216 or NCR53C710+) chip didn't flash CD led.
- Added hack that prevents Picasso IV switching temporarily to RTG mode immediately after reset. (Picasso IV does not use simple signal passthrough like other cards)
- Switch to/from hardware RTG mode only after mode has been stable at least 0.5 seconds.
- Show CD insert/eject messages in new status bar message area. (Should it show real volume name instead of file name?)
- Quickstart CD eject button was always disabled.
- Status bar NVRAM led also shows accelerator board flash write accesses. Includes also writes that only enable chip ID read mode.
- PPC IO access completely rewritten, most IO areas are now directly accessible and only special regions (custom chipset and CIA require locking. Very slow IO message passing system is completely gone.
- QEMU PPC core support. Read separate notes! QEMU PPC instructions and information: http://eab.abime.net/showthread.php?p=975129
Télécharger WinUAE v2.9.0 Beta 15 (32-bit)
Site Officiel de WinUAE
 
 AppleWin v1.24.3 
Samedi 13/09/14 à 11:17 par Firebrand
Une nouvelle version de cette émulateur Apple II a été mis à jour. L'auteur précise que ce sera la dernière version à supporter Windows 98/ME et qu'il faudra au minimum Windows 2000 pour la prochaine (ça ne devrait pas gêner grand monde au final). Les modifications sont les suivantes:
Note: This is the last planned version to support Win98/ME. The next release of AppleWin will be built with VS2008 Express, so will only work under Windows 2000 and later.

Changes:
- Changed the AppleWin project host from BerliOS to GitHub.
- [Feature #221] Restored F6 original behavior that was changed in v1.22.0.
*F6 Toggle full-screen / windowed mode.
*Ctrl-F6 Toggle windowed 1x/2x zoom.
- Ctrl-PrintScreen will copy the text screen (auto detect 40/80 columns) to the clipboard.
- [Feature #198] Alt-Enter toggles full screen.
- [Feature #199] Added a configuration option "Confirm reboot" to skip the F2 reboot confirmation.
- [Feature #201] Added display of current Track/Sector for the floppy drives.
*In 2x window mode the status is displayed below the drive LEDs.
*In full screen mode the status is displayed above the drive LEDS. The track/sector is shown only for the last drive accessed. Note: DOS3.3 Track/Sector status should be accurate. ProDOS support is preliminary -- the track/sector may show zero after an operation.
- Memory initialization defaults to a pattern of FF FF 00 00 (memclear 2).
- Added command line switch to specify the type of memory initialization pattern -memclear # where # ranges from 0 to 7.
*memclear 0 initializes memory to zero,
*memclear 1 initializes memory to random values,
*memclear 2 initializes memory to 4 byte pattern: FF FF 00 00 (default, same as v1.24.0),
*memclear 3 initializes memory to even pages FF, odd pages 00,
*memclear 4 initializes memory to first half page 00, last half page FF,
*memclear 5 initializes memory to first half page FF, last half page 00,
*memclear 6 initializes memory to byte offset of that page (current memory address low byte): i.e. 00:00 01 02 03 ... for page $20,
*memclear 7 initializes memory to page address (current memory address high byte): i.e. 00:20 20 20 20 ... for page $20.
NOTE: -memclear 6 can cause a few programs to NOT function correctly due to hidden bugs of programmers not correctly initializing memory or using uninitialized memory. RNDL/RHND and $620B are initialized to allow Pooyan, and the Beautiful Boot game launcher to run, along with
$BFFD..BFFF to allow Copy ][ v5 to boot correctly.

Debugger (v2.8.0.0):
- Added: TSAVE "filename" to save the text screen to a file.
*It will auto-detect the current video mode: 40/80 columns.
*Default filename for 40 columns is: AppleWin_Text40.txt
*Default filename for 80 columns is: AppleWin_Text80.txt
- Changed: DS to ASC because DS is used as a common "Define Space" assembler directive
- Added: Experimental "ASC" command to mark up data as Apple text. Using Castle Wolfenstien.DSK as an example:
*BLOAD ^VOCAB
*ASC name1 17DA:17F5
- Fixed: DB address now auto-defines the symbol D_#### if no symbol is given.
- Fixed: DW address now auto-defines the symbol W_#### if no symbol is given.
- Fixed: ASB address now auto-defines the symbol T_#### if no symbol is given.
- Added: Help for DB and DW.

Fixes:
- [Bug #206] Pooyan would freeze due to RNDL/RNDH not initialized to non-zero values on a cold boot.
- [Bug #177] Full-screen under Windows8/8.1 would show a corrupt, pastel color palette.
- Debugger:
*Hang with Memory Fill when memory ends at FFFF, i.e. F D000:FFFF 0
*Hang with Memory Move when memory ends at FFFF, i.e. 2000
Télécharger AppleWin v1.24.3
Site Officiel de AppleWin
 
 Raine v0.63.11 
Mardi 09/09/14 à 19:10 par Firebrand
Cet émulateur arcade a été mis à jour. Les améliorations sont les suivantes:
- Ok, finally here is 0.63.11. It is mainly around bug fixes for neocd/neogeo to my dismay, I won't enumerate all the fixes here, see the forum or the git log about that, just know that it's much better now.
- Except that I finally added the choice of the opengl filter : until now it has always been "linear", now you can choose "nearest" if you prefer. It is very blocky, but it's your choice. Go to video options / Renderer options to change that. It works only with the texture renderer of course, and I hope there will be more changes for opengl next time.
- Also it's the first win32 binary using my new gentoo installation, so it's with a new compiler, and it has brand new dlls. Let's hope everything is ok, it should be ok !
Télécharger Raine v0.63.11
Site Officiel de Raine
 
 Mame Classic v6.9.0 
Lundi 08/09/14 à 08:59 par Firebrand
Une nouvelle version de ce frontend pour MAME a été publié. Les améliorations sont les suivantes:
- Added a filter by category. Catver.ini is required in your MAME Classic directory for this to work.
- Added two new themes (Bronze and Gold).
- Improved the filter to hide bios games.
Télécharger Mame Classic v6.9.0
Site Officiel de Mame Classic
 
 WinUAE v2.9.0 Beta 14 FR (32-bit) 
Samedi 06/09/14 à 10:48 par Firebrand
La beta la plus récente de WinUAE est désormais disponible en français.
Télécharger WinUAE v2.9.0 Beta 14 FR (32-bit)
Tradu-France
 
 GameEx v13.31 
Samedi 06/09/14 à 10:47 par Firebrand
Ce frontend a été mis à jour mais les améliorations ne concernent que les utilisateurs enregistrés (payant):
- For registered users this release introduces plug and play Uplay support.
- For registered users this release introduces plug and play EA Origin support.
Télécharger GameEx v13.31
Site Officiel de GameEx
 
 WolfMAME v0.154 (32-bits) 
Samedi 06/09/14 à 10:44 par Firebrand
WolfMAME pour Linux avait vingt versions de retard. Ce fossé considérable a été comblé et les Linuxiens vont pouvoir concourir avec un émulateur à jour.
Télécharger WolfMAME v0.154 (32-bits)
Site Officiel de WolfMAME
 
 FS-UAE v2.5.13 dev 
Samedi 06/09/14 à 10:40 par Firebrand
Une nouvelle version de développement de cet émulateur Amiga a été publiée. Les améliorations sont les suivantes:
- Updated emulation core from WinUAE 2900b14.
- Harmonize CD IOCTL / image initialization with WinUAE.
- Initial version of QEmu PPC CPU integration (not fully working yet).
- Removed –disable-cpuboard option to configure (no longer needed).
- Updated Picasso96 code, but old version is still used (needs more work).
- Add internal HRTMon rom to the rom list on startup.
- Show GUI warning when some config incompatibilities are detected.
- GUI warning when custom uae_ options fails or are not recognized.
- Added more compiler warnings by default.
- More code cleanup, especially in src/od-fs.
- Merged several modules which were similar between FS-UAE and WinUAE.
Télécharger FS-UAE v2.5.13 dev
Site Officiel de FS-UAE
 
 Nestopia - Undead Edition v1.46 
Mercredi 03/09/14 à 18:59 par Firebrand
Cet émulateur NES a été mis à jour. Les améliorations sont les suivantes:
Unix Shell:

Additions:
- Mask Overscan option
- Disable GUI option
- Command line interface
- Scale Factor and Filters can be changed while playing
- Zapper support
- Palette and Picture options
- Ability to turn Vsync on/off
- Alternate emulation speed
- libao audio output (handles ALSA, OSS, Pulse, etc)
- More volume controls
- Turbo Buttons A and B
Changes:
- Ported to SDL 2.0
- Completely rewrote config file handling
- Completely rewrote input config and input handling
- Completely rewrote cheats
- Removed ALSA and OSS audio output


Windows Shell:

Fixes:
- xBR dialog now updates video output when options change


libretro:

Additions:
- Ability to load NstDatabase.xml (needed for some games)
- Overscan masking (themaister)
- Palette options
- Zapper support
Changes:
- Region detection based on NstDatabase.xml


Core:

Additions:
- Game Genie sound distortion option
- Mapper 210 (NAMCOT-175, NAMCOT-340)
Fixes:
- Hard Drivin' now playable (dragon2snow)
- Kaettekita Mario Bros. fix (dragon2snow)
- Fix for rewinder sound issue (steelywing)
- Typos and syntax error fixes (lioncash)
- Fix for Mickey's Safari in Letterland (joepogo, james)
Télécharger Nestopia - Undead Edition v1.46
Site Officiel de Nestopia - Undead Edition
 
 Stella v4.1 
Mardi 02/09/14 à 19:10 par Firebrand
Cet émulateur Atari 260 a été mis à jour. Voici la liste des nouveautés:
- Improved 'DASH' bankswitching scheme support; there is now a debugger tab for changing banks and viewing internal cart RAM, and autodetection is now implemented.
- Added 'MDM' (Menu Driven Megacart) bankswitch scheme as described on AtariAge and originally developed by Edwin Blink.
- Improved snapshot viewing in the ROM launcher; snapshots are now scaled to the available space, and can better accommodate sizes other than those generated by Stella itself.
- Improved support on multi-monitor systems. Stella will now use the same monitor for fullscreen-windowed mode switches. Special thanks to Magnus Lind for patches that added this functionality.
- Removed the 'bank' command from the debugger prompt, as it only worked (inconsistently) with certain bankswitch types. The bankswitch UI should now be used to query/set bank state.
- Fixed bug in disassembly output; instructions at $F000 were never being highlighted during execution.
- The UNIX configure script now supports newer versions of Hurd. Special thanks to Stephen Kitt for the patch.
Télécharger Stella v4.1
Site Officiel de Stella
 
 WinUAE v2.9.0 Beta 14 (32-bit) 
Mardi 02/09/14 à 19:02 par Firebrand
Une nouvelle beta de cet émulateur Amiga a été publiée. Les améliorations sont les suivantes:
- Autoconfig stopped immediately after first A590/A2091 board was configured.
- If VHD check/validation failed after VHD type was fetched (static vs dynamic), VHD was still accepted as valid, possibly crashing soon after. HDF type variable was not cleared, bug since VHD support was added.
- Automatically extend internal SCSI emulation buffer size if larger than current buffer size transfer is requested.
- If 68060 and "Unimplemented CPU emu" is ticked: 68060 unimplemented instructions that are completely unimplemented (CHK2/CMP2/CAS2/MOVEP) still triggered illegal instruction exceptions.
- 68000/010 configuration with 32-bit address space is now allowed.
- Blizzard 2060 ROM loading special case handling didn't work. (Has odd/even parts, others don't)
- Redesigned GUI SCSI expansion ROM selection, easier to add new boards in future.
- Fastlane Z3 SCSI board emulation implemented, another FAS216 based SCSI controller. z3scsi.device from phase5.a1k.org in rom scanner, but it would be nicer to have full dump. SCSI part only, memory part ignored.
- Oktagon 2008 SCSI board emulated. This was interesting, it has "software DMA" (SCSI chip is told to do DMA transfer but "DMA controller" is IO space that CPU reads or writes), it also have 512 byte serial EEPROM used to store config (with only 15 bytes used). EEPROM data is internal, not saved to any file. 6.12 (last release?) boot ROM added to rom scanner. Autoconfig data is currently not confirmed. Support added only because it was quite different than most other SCSI controllers.
- TekMagic 2040/2060 board added. 1.0 tekscsi2.device ROM added to ROM scanner, both odd/even pair and merged rom supported. NOTE: tekscsi2.device has a bug that does not allow RDB filesystem loading. Fast RAM expansion is not supported, it seems TekMagic fast RAM can also start from 0x02000000, not the usual 0x08000000. tools/showconfig output needed.
- NCR53C710 SCRIPTS DMA wasn't correctly started when in manual start mode. (tekscsi2.device)
- Added support for non-MMU bus error caused by invalid memory accesses, including 68000/010/020 models which normally can't generate bus errors but perhaps some expansion hardware will need it in future.
- Screenshot with D3D shader filter + take screenshot before filtering ticked saved final D3D output, not original unfiltered buffer.
- "SCSI (auto)" now works with all SCSI boards. Selects first SCSI board that is enabled. (In same order as select menu lists SCSI controllers)

Some code restructuring:
- Autoconfig board handling rewritten yet again, removed lots of code duplication and moved most duplicated autoconfig logic from board specific files to common expansion.cpp.
- Autoconfig board ROM config handling reorganized, now it is much easier to add new Z2/Z3 boards.
- Replaced my hacky serial EEPROM emulation with better one from QEMU, made it generic (previously only used in CD32 emulation).
- Removed A590/A2091 and A4091 Expansion panel checkboxes, enable/disable is now ROM selection. (ROM selected = enabled, ROM selection empty = not enabled)
Télécharger WinUAE v2.9.0 Beta 14 (32-bit)
Site Officiel de WinUAE
 
 MAME Plus! XT v0.154 r5182 
Lundi 01/09/14 à 18:29 par Firebrand
Elles auront pris leur temps, mais les versions XT de MAME Plus! ont été mises à jour selon la dernière mouture de MAME.
Télécharger MAME Plus! XT v0.154 r5182
Site Officiel de MAME Plus! XT
 
 Pasofami v2.18 
Lundi 01/09/14 à 18:26 par Firebrand
Cet émulateur de consoles Nintendo 8/16-bit a été mis à jour. Le site étant en japonais, j'ignore quelles sont les modifications apportées.
Télécharger Pasofami v2.18
Site Officiel de Pasofami
 
 My Nes v6.0.1 (32-bit) 
Dimanche 31/08/14 à 11:28 par Firebrand
L'auteur de cet émulateur NES pour Windows a publié une nouvelle version comportant uniquement des correctifs. Voici de quoi il s'agit:
- Fixed: Triangle sound channel curroption for low frequencies (freq < 4)
- Fixed: "Battletoads" hangs on stage 2 fixed, the problem was in 'DMC DMA occuring and game asserts other DMC DMA'
- Fixed: The "Detect" window for the Launcher never work when the default installed Language in Windows is not English (US)
Télécharger My Nes v6.0.1 (32-bit)
Site Officiel de My Nes
 
 QuickPlay v4.1.0 
Samedi 30/08/14 à 10:36 par Firebrand
Ce frontend multi-systèmes renait de ses cendres. En effet, il n'y avait pas eu de nouvelle version depuis 8 ans. Dépoussiérons les tablettes et découvrons les améliorations:
- Added new tool.ini files and support for Butterfly100's new tools files. More to do...
- Includes many fixes from the new community
- Tools sidebar now populates with all community supplied tools on first launch - Tools either launch or provide docs about their use
- Updated, cleaned up and attributed icons
- Fixed .gif not displaying
- Added ReactOS CMD command and improved support for Start and Explorer commands
- Updates to Arcade functionality
- "Rename Mame Roms" now directs users to Perl script and (extensive) online support
- Mame Icons now show parent icon if needed and if they can
- Mame languages ini setup
- Emulators.ini now instatiates on 1st run with ReactOS for PC Games (Start and Explorer)
- The first call to %EXEPATH% as a CMD param now MOVES the position of the emu call in the CMDline instead of repeating emu call
- Mame Perl script updated inc. support for 7z and fully merged sets
- Mame History process fixed and updated
- Mame Info process fixed and updated
- Mess Efind updated to 0153
- Mess Icon directory can now complement QP's own icons - added to appearance options
- Tempest's tools have been altered with hard-coded paths and help files for easy use within QP
- System Ini Files' game history dat files now set themseleves up as Game History media panel items for new users for the 29 goodsets we made them for
- Sorted resizing of GFX assets in media panel
- Multiloader now available as a TOOL,Multiloader updated,Multiloader now configured for various systems in EFinds
Télécharger QuickPlay v4.1.0
Site Officiel de QuickPlay
 
 GameEx v13.28 
Jeudi 28/08/14 à 18:52 par Firebrand
Une nouvelle version de ce frontend multi-systèmes orienté multimédia a été publiée. Les améliorations sont les suivantes:
- Updated Xpadder Plugin by Adultery.
- Fixes and performance improvements browsing UPNP media servers.
- Accurate logging of operating system version so we can better support you.
Télécharger GameEx v13.28
Site Officiel de GameEx
 
 Emu Loader v7.7 
Lundi 25/08/14 à 18:45 par Firebrand
Ce frontend orienté arcade a été mis à jour. Les améliorations sont les suivantes:
Fixed
- Atomiswave games not loading with Demul emulator due to wrong machine name call. It should be -run=atomiswave (with a "V")
- Daphne games was not being set as available even if gamename.zip is found. I forgot to set the game status tag. You must create Daphne games list again to fix this

Changed
- Setting "Run Game Confirmation Dialog" enabled by default (main menu)
- Tweaks to the multi-slot screen
Télécharger Emu Loader v7.7
Site Officiel de Emu Loader
 
 Mise à jour des sets No-Intro 
Lundi 25/08/14 à 15:39 par Reeko
Grosse mise à jour des sets No-Intro sur le site avec pas moins de 16 sets remis à niveau selon les derniers fichiers dat créés par la team du même nom. Vous trouverez ainsi toutes les ROMs (ou presque) reconnues.

Voici les sets concernés:
- Bandai - WonderSwan (20140803)
- Coleco - ColecoVision (20140803)
- NEC - PC Engine (20140803)
- Nintendo - Famicom Disk System (20140803)
- Nintendo - Game Boy (20140823)
- Nintendo - Game Boy Advance (20140822
- Nintendo - Game Boy Color (20140824)
- Nintendo - Nintendo 64 (20140703)
- Nintendo - NES (20140819)
- Nintendo - Super NES (20140824)
- Nintendo - Virtual Boy (20140803)
- Sega - Game Gear (20140821)
- Sega - Master System (20140508)
- Sega - Mega Drive (20140821)
- Sega - PICO (20140823)
- Sega - SG-1000 (20140508)
 
 Cheat.dat v0.154 
Dimanche 24/08/14 à 10:59 par Firebrand
Une nouvelle version de cette collection de fichier de codes de triche pour MAME a été publiée. Le site officiel ne précise pas les changements, mais on peut supposer que des nouveaux jeux de MAME v0.153 et v0.154 sont désormais supportés.
Télécharger Cheat.dat v0.154
Site Officiel de Cheat.dat
 
<< Page précédentePage suivante >>
2001-2024 Planet Emulation