Organiser
Filtrer par machine :
Type de vue :
 
 Mameinfo.dat v0.159 
Jeudi 26/02/15 à 09:14 par Firebrand
Une nouvelle version de ce fichier informatif pour MAME a été publiée. Les nouvelles données sont les suivantes:
- Updated to MAME 0.159 (git.redump.net\mame).
- Added Source/Listinfo changes.
- Newest Bugs (25th Feb).
- Added 'Recommended Games'.
- Fixed Mameinfo.dat infos.
Télécharger Mameinfo.dat v0.159
Site Officiel de Mameinfo.dat
 
 WolfMAME v0.159 
Jeudi 26/02/15 à 09:11 par Firebrand
Ce build de MAME interdisant l'utilisation de codes de triche pour les compétitions de hi-scores est désormais mis à jour avec les dernières sources de MAME disponibles.
Télécharger WolfMAME v0.159
Site Officiel de WolfMAME
 
 HqMAME v2.20 (MAME v0.159) 
Jeudi 26/02/15 à 09:09 par Firebrand
Ce build de MAME supportant des filtres haute résolution a été mis à jour. Les améliorations sont les suivantes:
- Updated Intel TBB to version 4.3 Update 3
- Updated MAME to most recent version
Télécharger HqMAME v2.20 (MAME v0.159)
Site Officiel de HqMAME
 
 MAMEUI64 v0.159 
Jeudi 26/02/15 à 09:07 par Firebrand
A chaque nouvelle version, le petit monde de MAME se remet en branle. C'est au très classique MAMEUI d'ouvrir le bal avec sa mise à jour vers la v0.159.
Télécharger MAMEUI64 v0.159
Site Officiel de MAMEUI64
 
 MAME v0.159 
Jeudi 26/02/15 à 09:04 par Firebrand
Une nouvelle version de cet émulateur arcade qu'il est inutile de présenter a été publiée. Les améliorations sont les suivantes:
MAMETesters Bugs Fixed
- 05498: [Crash/Freeze] (mpu4vid.c) Many sets in mpu4vid.c: Gameplay stops at a "Serial Link Failure" screen (crazyc)
- 05538: [Crash/Freeze] (bfcobra.c) all sets in bfcobra.c: Game stops on 1st screen, just keeps beeping like some kinda alert. (crazyc)
- 05838: [Misc.] (firetrk.c) Superbug: Color overlay missing (hap)
- 02004: [Crash/Freeze] (hornet.c) nbapbp: Hardware error (Fabio Priuli)
- 05841: [Misc.] (gunsmoke.c) gunsmoke, gunsmokej, gunsmokeu, gunsmokeua: Dates of every version
- 05837: [Compiling] mame-0.158 - make: *** [chdman] Error 1
- 05835: [Misc.] MAME version number reports as 0.0.0.0 in file information (Firewave)

Source Changes
- m65ce02: Generalize Kale's findings [O. Galibert]
- jvs host: fix packet encoding, similar to previous [MetalliC]
- Updates to 315-5881 encryption based on Daytona2 Power Edition's analysis [Andreas Naive]
- Some fixes for multimonitor fullscreen on linux and windows. In virtualbox, even switchres now works for two monitors. That doesn't imply it will work on real hardware. The probability is higher :-) On windows, default render driver now is "opengl" since direct3d wouldn't work reliably. This functionality currently is limited to to the "-video accel" driver. More userspace blitting enhancements. [Couriersud]
- Define network API to use on NetBSD.[Thomas Klausner]
- Fixes build on NetBSD. [Thomas Klausner]
- improved documentation of a some discrete drivers [gregf, Stiletto]
- silvmil.c: Fill in some dipswitches for Puzzlove and add dipswitch locations. [Brian Troha]
- lindbergh: Add the CF card dump [soyandroid]
- naomi.c add Derby Owners Club IO board dump [Mr. CAST, Smitdogg, The Dumping Union]
- added makefile define CPP11 to compile C++ code as C++11 [Oliver Stöneberg]
- Fix compiling on SDL < 2.0.2 [announ]
- Emscripten target now uses SDL2. [Justin Kerk]
- mitchell.c: Correct rom names for the Pang / Buster Bros. sets. [Bad A Billy, Smitdogg, Tormod, The Dumping Union]
- Patched timer over bug in Kozure Ookami. Remarked game as working state, see source notes for further info. [Angelo Salese]
- Better performance for -verifyroms on samba share [qmc2]
- champbas.c, equites.c, shougi.c: rename the alpha-8xxx mcu dumps to better reflect the actual chip labels and the fact that they are HD44801 mcus. add the undumped alpha-8304 mcu as NO_DUMP [Lord Nightmare]
- NAOMI doc corrections [f205v]
- scn2674: reworked for the pcd [Carl]
- m68k: emulate instruction cache for 68020/68EC020. [R. Belmont]
- bnstars.c: hook up player 2 inputs; remove hazeinputs; misc cleanup/modernization [Alex Jackson]
- Make OpenGL renderer available in mainline build as well. This needs to be explicitly enabled by specifying USE_OPENGL=1. More code alignment. [Couriersud]
- i386.c: updates for the future and more [Samuele Zannoli]
*add infrastructure to support opcodes ?? 0f 38 ?? and ?? 0f 3a ??
*add placeholders in opcode table for all instructions not yet implemented
*fix opcode group 0f 73
*add opcode group 66 0f 73
*move sse opcodes movd movdqa to their own routine
*move sse opcodes pinsrw pextrw to ther own routine
*add opcodes punpcklbw punpcklwd punpckldq punpcklqdq
- verified vaportra clocks [system11]
- Embed version information in OS X emulator binaries (shows in Finder info, and in about boxes in windowed mode) [Vas Crabb]
- opwolf.c: added unknown dipswitch description from manual [mzdmommy]
- Debugger imrpovements [Vas Crabb]
*All: fix sorting, alignment and crash on click, and improve performance in breakpoints/watchpoints views
*Win32/Qt/Cocoa: improve dynamic updating of menu items to reflect available operations
*Win32/Qt/Cocoa: allow breakpoint control from any disassembly view irrespective of focus
*Win32/Cocoa: add breakpoints/watchpoints windows
*Win32/Cocoa: remove global state to prepare for multi-machine, clean up on exit, don't crash on hard reset
*Win32: port to C++, fix memory leaks and misc. bugs
*Cocoa: add device tree and detail windows
*Cocoa: improve rendering, mouse handling and performance
- Only evaluate sdl- and pkg-config commands once [Ramiro Polla]
- sdl: Add BASELIBS for MACOSX_USE_LIBSDL [mbcoguno]
- 3rdparty/mongoose: Fix build on BSDs and Solaris [0-wiz-0]
- OS/2 patches for SDLMAME v0.158 [KO Myung-Hun]
- Added / enabled save state support for the following drivers [Osso]: bestleag.c, bloodbro.c, buggychl.c, chaknpop.c, cyclemb.c, d9final.c, darkmist.c, dcon.c, dreambal.c, exzisus.c, fastfred.c, fuukifg2, fuukifg3.c, galpani2.c, gladiatr.c, gluck2.c, goodejan.c, gsword.c, iqblock.c, kaneko16.c, limenko.c, lordgun.c, mastboy.c, mustache.c, panicr.c, pipeline.c, pirates.c, progolf.c, quizo.c, quizpani.c, rabbit.c, raiden.c, retofinv.c, rollrace.c, scotrsht.c, seicross.c, sengokmj.c, shadfrce.c, shootout.c, sidepckt.c, skyarmy.c, skydiver.c, snowbros.c, supduck.c, taxidriv.c, tecmo.c, tecmo16.c, tecmosys.c, tehkanwc.c, thedeep.c, tmmjprd.c, tnzs.c, toki.c, vball.c, wc90.c, welltris.c, wink.c, wrally.c, wwfsstar.c, xorworld.c, xxmissio.c
- opwolf.c: added DIPLOCATIONs [Guru]

New games added or promoted from NOT_WORKING status
- PuzzLove [Manuel Assoni]
- Player's Edge Plus (PS0090) Gold, Silver & Bronze Slots [BrianT]
- Poke Champ (set 2) [system11]]
- Super MIss World [system11]

New clones added
- Ghost Squad (GDX-0012) [Ripper006]
- Sega Network Taisen Mahjong MJ 2 (Rev F) (GDX-0006F) [Team Europe]
- Side Arms - Hyper Dyne (US, 861202) [system11]
- Turbo Out Run (Japan, deluxe cockpit, FD1094 317-0101) [Charles MacDonald, ShouTime]
- The Key Of Avalon: The Wizard Master (server) (Rev E) [Ripper006]
- The Key Of Avalon: The Wizard Master (server) (Rev F) [Ripper006]
- The Key Of Avalon: The Wizard Master (server) (Rev G) [Ripper006]
- The Key Of Avalon: The Wizard Master (client) (Rev E) [Ripper006]
- The Key Of Avalon: The Wizard Master (client) (Rev F) [Ripper006]
- The Key Of Avalon: The Wizard Master (client) (Rev G) [Ripper006]
- The Key Of Avalon 1.20 - Summon The New Monsters (server) (Rev A) [Ripper006]
- The Key Of Avalon 1.20 - Summon The New Monsters (client) (Rev A) [Ripper006]
- The Key Of Avalon 1.30 - Chaotic Sabbat (server) (Rev C) [Ripper006]
- Gekitou Pro Yakyuu Mizushima Shinji All Stars vs. Pro Yakyuu (Rev B) [Ripper006]
- Asura Buster - Eternal Warriors (Japan) (ARCADIA review build) [ShouTime]
- Super Spacefortress Macross II / Chou-Jikuu Yousai Macross II (GAMEST review build) [ShouTime]
- Ultra X Weapons / Ultra Keibitai (GAMEST review build) [ShouTime]

New games marked as GAME_NOT_WORKING
- Vampire Night (VPN3 Ver. B) [Guru]
- Super Rock and Bowl [Bad A Billy, Smitdogg, The Dumping Union]
Télécharger MAME v0.159
Site Officiel de MAME
 
 History.dat v1.58d (frontends) 
Mardi 24/02/15 à 09:02 par Firebrand
Ce fichier informatif pour MAME et MESS accueille désormais des données sur de nouvelles machines:
- alice32, alice90, mc10 and x68000 softlist added.
Télécharger History.dat v1.58d (frontends)
Site Officiel de History.dat
 
 MedGui Reborn Beta v0.053 
Dimanche 22/02/15 à 13:04 par Firebrand
Ce frontend pour Mednafen a été mis à jour. Les améliorations sont les suivantes:
- Fixed a problem with the erroneous detection of .bin file for psx and pcfx system
- Fixed a bug with resized form and coloumns that in particular situations made the main form too small
- Fixed a bug in detection of real NoIntro rom name for zipped file
- Finally found and fixed the bug that displayed twice selection window for isoselector
Télécharger MedGui Reborn Beta v0.053
Site Officiel de MedGui Reborn Beta
 
 PCSX-Reloaded v94305 (21/02/2015) 
Dimanche 22/02/15 à 13:02 par Firebrand
Une nouvelle version de cet émulateur PlayStation compilée pour MacOS a été publiée. A moins que vous ne parliez espagnol, elle ne vous apportera rien de nouveau:
- Spanish translation (Imanol08);
Télécharger PCSX-Reloaded v94305 (21/02/2015)
Site Officiel de PCSX-Reloaded
 
 WolfMESS v0.158 
Dimanche 22/02/15 à 12:30 par Firebrand
Cette version de MESS interdisant l'utilisation de codes de triche pour les compétitions de hi-scores a été mise à jour avec les dernières sources de MESS.
Télécharger WolfMESS v0.158
Site Officiel de WolfMESS
 
 WinUAE v3.1.0 Beta 10 (32-bit) 
Dimanche 22/02/15 à 12:29 par Firebrand
Une nouvelle beta pour cet émulateur Amiga a été publiée. Voici la liste des nouveautés:
Beta 10:
- Added hd controller subtype selection.
- A590/A2091: DMAC-01/02 revision selection.
- GVP Series I: all revisions.
- Remaining non-DMA SupraDrives added.
- Masoboshi MC-302 (IDE-only) and MC-702 (IDE+SCSI). Note that only MC-302 is currently working, DMA also not yet supported. (Driver by default uses only PIO)
- Added A2090/A2090a emulation. (Currently shared with A590/A2091, it is not possible to use A2090 and A590/A2091 at the same time)
- Previous supradrive config entry name changed, config reset needed.
- A590/A2091 interrupt handling updates.
- 68000 address error stacked PC accuracy improved (MOVEM and NOT, CLR and other single operand instructions)
- Apparently GVP Series I Z2 RAM autoconfig id is 1761/8.
- Accelerator board without IDE and SCSI and SCSI (auto) or IDE (auto) selected: drive was incorrectly reserved for selected accelerator board.
- Reorganized accelerator board handling, built-in HD controller configuration source code special cases removed. ROM selection shows only ROM images compatible with selected accelerator board.
- Added accelerator rom config/jumper options. Currently only map rom for Blizzards (ROM panel MapROM emulation still also selects it) and OSMODE (J304) jumper for A26x0.
- WD33C93 emulation fix, A2630+A2090 Amix installation works.
- "24-bit address space is not supported with selected accelerator board configuration" error even when 24-bit was not enabled.
- Bogus 0x20 68882 stack frame version id removed, both 68881 and 68882 use 0x1f.
- Set/reset accelerator ROM correctly in Quickstart mode.
- Debugger fl was already reserved for listing active break points. Scanline fl renamed to fs.
- Debugger library and device list commands (Td, Tl) shows version, revision, opencount and id string.
- Debugger task list command (Tt) shows signals that task is waiting for and PC where task continues executing when Wait() returns. Also previously it showed extra bogus entry and usually also didn't show all tasks..
- Added extra prefetch hack for A26x0 ROM off switch code if 68030 MMU is enabled.
- On the fly switching from AGA to non-AGA mode didn't reset FMODE value.

A2090(a):
- Commodore's first Amiga harddrive controller and it shows..
- Custom partition table (No RDB), autoboot is supported.
- Very confusing and illogical partitioning system. (No, double clicking "Prep HD" icon won't do what you would expect it to do. At least with SCSI-only configuration.)
- 34.4 boot ROM added.
- At least 34.4 has broken format routine (few absolute addresses are not relocated correctly in rom code) for SCSI drives. Disable boot ROM and use binddrivers mounting when running prep-program as a workaround.
- ST-506 parts not emulated.

GVP Series I:
- Impact A2000-1/X (Autoconfig Product number 1)
- Impact A2000-HC (Product 2)
- Impact A2000-HC+2 (Product 3)
- Nearly identical hardware. Different SRAM buffer size and SRAM address offset.
- Early partition software created incompatible RDB blocks. (For example checksum fields are zeroed)
- v1.0 (1.16 driver version) ROM added.

SupraDrives:
- A500 ByteSync/XP (was already supported since b8)
- 2000 WordSync
- A500 Autoboot
- 4x4 (Non autoboot). Clock chip not yet emulated.
- Supra AMABx ROMs support all above models.
- All Supradrives except very rare 2000 DMA (which apparently had bad DMA implementation and uses very different driver) are now emulated.
Télécharger WinUAE v3.1.0 Beta 10 (32-bit)
Site Officiel de WinUAE
 
 Xebra/Arbex v2015/02/15 
Dimanche 22/02/15 à 12:23 par Firebrand
Cet émulateur PlayStation pour Windows a été mis à jour. Les améliorations sont les suivantes:
- CPU: Default Run Mode was fixed.
- GPU: One drawing method(MaskTest->Lighting->Blending) was fixed.
Télécharger Xebra/Arbex v2015/02/15
Site Officiel de Xebra/Arbex
 
 puNES v0.91 (32-bit) 
Vendredi 20/02/15 à 09:07 par Firebrand
Cet émulateur NES pour Windows et Linux a été mis à jour. Les améliorations sont les suivantes:
- Completely rewritten GUI doing a complete porting to QT. Although user level this leads to a few visual changes, at the level of code management and development time has changed the world. Now I have to maintain a single codebase for all versions drastically reducing the time of development and maintaining a uniform GUI on both platforms. Add new functions is now much easier and faster.
- Linux version now directly use the ALSA API for the audio.
- Added the ability to save and load save states directly from the file.
- Now the shortcuts are reconfigurable (although for now only by editing input.cfg).
- Added the ability to translate the GUI (for now only English and Italian but if someone wants help...).
- Fixed a lot of bugs and optimized the code making this version the faster and more precise than ever.
Although tested on multiple computers (I thank all those who gave me a hand in recent months with testing and suggestions and especially Eugene.S, angrylion and Oldghost) it is possible that there are still bugs. Thanks in advance everyone who will report them to me.

P.s. I recommend you to delete files "puNES.cfg" and "input.cfg" before launching this version.
Télécharger puNES v0.91 (32-bit)
Site Officiel de puNES
 
 ClrMAME Pro v4.017 (32-bit) 
Jeudi 19/02/15 à 08:52 par Firebrand
Une nouvelle version de ce gestionnaire de ROMs a été publiée. Les améliorations sont les suivantes:
- added: support for biossets with chds
- fixed: obsolete missing game message for sample-only sets in multi-software list mode
- fixed: deprecated dat export exports biossets as resource and game
- misc: updated to latest rar (5.21) and 7z sdk (9.38)
Télécharger ClrMAME Pro v4.017 (32-bit)
Site Officiel de ClrMAME Pro
 
 Rétrovision saison 8 épisode 5 
Mercredi 18/02/15 à 23:25 par Dinofly
Le nouvel épisode de Rétrovision est en ligne, avec un programme bien assaisonné :
  • Araiguma Rascal - Super Famicom
  • Grand Theft Auto - Play Station
  • Shark! Shark! - Intellivison
  • Garô Densetsu 'Wild Ambition' - Hyper Neo Geo 64
  • Keystone Kappers - Atari 2600
  • Spider-Man the video game - Arcade
  • Dossier: Sharp X68000

Site Officiel
Sur Dailymotion
Sur YouTube
 
 Mednafen v0.9.38.2 (32-bit) 
Mardi 17/02/15 à 08:47 par Firebrand
Cet émulateur multi-systèmes a été mis à jour. seules quelques corrections de bugs sont à signaler:
- PSX: Fixed some miscellaneous minor issues in the triangle rasterization code.
- PSX: Fixed a GPU timing regression introduced around version 0.9.37; fixes a disappearing graphics glitch in "Tobal No.1".
Télécharger Mednafen v0.9.38.2 (32-bit)
Site Officiel de Mednafen
 
 History.dat v1.58c (frontends) 
Dimanche 15/02/15 à 12:25 par Firebrand
Ce fichier informatif pour MAME et MESS contient désormais des données pour de nouvelles machines:
- big update: wonderswan, atari 800, astrocade and vic-20 softlist added!
Télécharger History.dat v1.58c (frontends)
Site Officiel de History.dat
 
 ePSXe v1.9.25 FR 
Dimanche 15/02/15 à 12:23 par Firebrand
Cet émulateur PlayStation pour Windows qu'on ne présente plus a vu sa dernière version traduite en français. C'est une fois de plus l'équipe de Tradu-France qui est à la manœuvre.
Télécharger ePSXe v1.9.25 FR
Tradu-France
 
 WinUAE v3.1.0 Beta 9 FR (32-bit) 
Dimanche 15/02/15 à 12:20 par Firebrand
La dernière beta de WinUAE a été traduite en français par Tradu-France.
Télécharger WinUAE v3.1.0 Beta 9 FR (32-bit)
Tradu-France
 
 WinUAE v3.1.0 Beta 9 (32-bit) 
Dimanche 15/02/15 à 12:19 par Firebrand
Cette mise à jour de WinUAE sortie il y a quelques jours était passée sous le radar. Oups. Voici la liste des améliorations:
- Fixed harddrive config parse crash. (b8)
- Blizzard SCSI Kit was always enabled if compatible accelerator board was selected. (b8)
- Accelerator board with SCSI and "IDE (auto)": HD was mounted as accelerator SCSI. (b8)
- Accelerator board ROM selection is not anymore in SCSI/Boot ROM list.
- Added autoboot disabled jumper option to harddrive controllers. Not all devices supported yet. (Some only hardware disable rom chip, some change autoconfig data in hardware level)
Télécharger WinUAE v3.1.0 Beta 9 (32-bit)
Site Officiel de WinUAE
 
 History.dat v1.58b (frontends) 
Jeudi 12/02/15 à 09:25 par Firebrand
2 mises à jour consécutives ont été publiée pour ce fichier informatif pour MAME et MESS. Au programme, le support de nouvelles softlists pour MESS:
- Added support for x1_cass and x1_flop softlist.
- Added support for psx softlist.
Télécharger History.dat v1.58b (frontends)
Site Officiel de History.dat
 
 Catlist v0.158 Fix 
Jeudi 12/02/15 à 09:23 par Firebrand
Une version corrigée de cet ensemble de fichier permettant de classer les jeux MAME par catégorie a été publiée. Aucune information sur les modifications n'a été donnée.
Télécharger Catlist v0.158 Fix
Site Officiel de Catlist
 
<< Page précédentePage suivante >>
2001-2024 Planet Emulation