Organiser
Filtrer par machine :
Type de vue :
 
 pEMU v6.5 
Vendredi 20/05/22 à 14:53 par Firebrand
Cet ensemble d'émulateurs pour divers systèmes a été mis à jour. Les fichiers pour la Nintendo Switch ne sont pas (pour l'heure?) disponibles. Les améliorations sont les suivantes:
Edit: Les versions pour Nintendo Switch sont maintenant disponibles.
- pgen: fix hidden roms when file extension len is 2 (switch/vita/ps4)
- vita: fix fps counter
- pgen: fix sram loading
- common: disable config overwrite by default
- input: fix inputs not always cleared before processing
- pgen: fix emulation for roms size > 8MB
- pnes: remove load_archive hacks (use libarchive)
- pnes: use 0ldsk00l repo
- linux: hopefully fix missing shared libaries
Télécharger pNES v6.5 (Windows)
Télécharger pNES v6.5 (Linux)
Télécharger pNES v6.5 (Nintendo Switch)
Télécharger pNES v6.5 (PlayStation 4)
Télécharger pNES v6.5 (PS Vita)
Télécharger pSNES v6.5 (Windows)
Télécharger pSNES v6.5 (Linux)
Télécharger pSNES v6.5 (Nintendo Switch)
Télécharger pSNES v6.5 (PlayStation 4)
Télécharger pSNES v6.5 (PS Vita)
Télécharger pFBNeo v6.5 (Windows)
Télécharger pFBNeo v6.5 (Nintendo Switch)
Télécharger pFBNeo v6.5 (Linux)
Télécharger pFBNeo v6.5 (PlayStation 4)
Télécharger pFBNeo v6.5 (PS Vita)
Télécharger pGen v6.5 (Windows)
Télécharger pGen v6.5 (Linux)
Télécharger pGen v6.5 (Nintendo Switch)
Télécharger pGen v6.5 (PlayStation 4)
Télécharger pGen v6.5 (PS Vita)
Site Officiel de pEMU
 
 GameEx et GameEx Arcade Edition v18.05 
Jeudi 19/05/22 à 11:54 par Firebrand
Encore une nouvelle mise à jour pour ce frontend multi-systèmes. L'Arcade Edition est aussi censée avoir été mise à jour, mais les fichiers ne semblent pas disponibles pour le moment. Pas d'information sur les changements non plus.
Edit: L'Arcade Edition est maintenant disponible.
Télécharger GameEx v18.05 (.NET 6, 64-bit)
Télécharger GameEx v18.05 (32-bit)
Télécharger GameEx Arcade Edition v18.05 (.NET 6, 64-bit)
Télécharger GameEx Arcade Edition v18.05 (32-bit)
Site Officiel de GameEx
 
 GameEx et GameEx Arcade Edition v18.04 
Mercredi 18/05/22 à 14:22 par Firebrand
De nouvelles versions de ces frontends multi-systèmes ont été publiées. Cette fois, c'est la version 32-bit d GameEx Arcade Edition qui manque à l'appel. Une seule modification est à signaler:
- Now supports relative paths and along with some other changes I made this allows for cloud and portable setups.
Télécharger GameEx v18.04 (.NET 6, 64-bit)
Télécharger GameEx v18.04 (32-bit)
Télécharger GameEx Arcade Edition v18.04 (.NET 6, 64-bit)
Site Officiel de GameEx
 
 ares v128 
Mercredi 18/05/22 à 14:18 par Firebrand
Cet émulateur multi-système a été mis à jour. Les améliorations sont les suivantes:
Improved Nintendo 64 Emulation
- Rasky has been working hard on improving the n64 emulation; making sure we pass as many test cases in the new n64-systemtest rom as possible; after much hard work, we now pass almost every test; more than any other currently existing Nintendo 64 emulator.
Test Results for n64-systemtest as of 08/05/2022
Finished in 0.76s. Tests: 563. Failed: 3. Success rate: 99%. Skipped 5 tests.
- Although compatibility isn't as high as some other emulators, most games do work and I believe it's safe to say that ares is the most accurate Nintendo 64 emulator at the time of publication; based on these test results as well as gameplay.

Improved MSX Emulation
- With support for the MSX keyboard (finally!), and many more rom mappers, we have a dramatic increase in compatibility with MSX1 software. Support for Text Mode was also implemented, meaning text-based games (and MSX-Basic) are now able to be enjoyed. Note that we now require an MSX1 bios to be provided; previously we utilised C-BIOS, but due to technical limitations, this was unable to run much of the game library, so we feel like it is best to require a proper bios.
- Note that MSX2 support is still barebones; and will still use C-BIOS for the time being; the current MSX2 emulation is so preliminary that the 'real' bios images do not even boot.

Portable Mode
- A much requested feature: on Windows, ares is now 'portable' by default; storing it's settings and metadata in the application directory, rather than AppData. An existing installation can be converted to a portable one by copying the settings.bml and support folders from AppData\ares.

CHD Support
- Another much requested feature: The few CD-ROM based systems that ares supports are now able to load CHD compressed disc images. There is currently a limitation where CHDs created from .bin/cue work, but CHDs created from .iso files do not; this will be addressed in future but is considered low-priority as ares was never able to load .iso files.

Other
- There have been many other changes/improvements, to the desktop-ui and also to the GameBoy, MegaDrive, SNES and PC-Engine cores. See the changelog for further details.


Changelog:

desktop-ui
- add hotkey to toggle fast forward [LukeUsher]
- add support for using Supergrafx and CD together [LukeUsher]
- default filter/shader to "None" rather than "Blur" [LukeUsher]
- ensure ares is 'portable' on Windows [LukeUsher]
- fix an issue where System directories were created incorrectly [LukeUsher]
- remap all inputs based on physical controller layouts [LukeUsher]
- implement keyboard capture for msx [LukeUsher]

gb
- tweak display timing; fixes dmg-acid2 and cgb-acid2 [LukeUsher]

gba
- slightly reduce red tint, to bring the display closer to my GBA SP [LukeUsher]

md
- add missing initialization during power-on [invertego]
- readjust cpu sync after recent changes (Kolibri fix) [TascoDLX]
- reimplement refresh timings [TascoDLX]
- vdp dma transfer is delayed after bus is acquired [TascoDLX]
- vdp timing tweaks for accuracy [TascoDLX]
- vdp vscroll bug implemented [TascoDLX]

msx
- connect/fix up keyboard emulation [LukeUsher]
- fix a number of memory layout issues [LukeUsher]
- fix linear cartridge rom mapping [LukeUsher]
- improve rom type detection and add more board types [LukeUsher]
- require a proper bios rom for msx1 [LukeUsher]

n64
- activate address errors by default [rasky]
- add address error for invalid 64bit address in 32bit mode [rasky]
- add missing file for mame RDP SSE2 implementation [rasky]
- add separate CIC 7102 detection [bigbass1997]
- add support for homebrew-specific special header flag [rasky]
- fix (again) TLB logic in case of invalid TLBs [rasky]
- fix 64-bit pc calculation in J opcode [rasky]
- fix a few memory access opcodes that were using a 32-bit address [rasky]
- fix behavior of conflicting bits in writes to SP_STATUS [rasky]
- fix BGEZAL/BGEZALL opcodes when testing RA [rasky]
- fix cache to use physical addresses [rasky]
- fix controller input after PIF refactoring [rasky]
- fix COP0 config initial status [rasky]
- fix cop0 LL write mask [rasky]
- fix CPU core to correctly handle 64-bit PC [rasky]
- fix Dual accesses on MMIO regs [rasky]
- fix exception kind in case of TLB invalid page and with nonmatching asid [rasky]
- fix handling of invalid pagemasks [rasky]
- fix JALR when jumping to RA [rasky]
- fix LL / SC / LLD / SCD opcodes [rasky]
- fix masking of COP0 context / xcontext [rasky]
- fix RSP BGEZAL/BLTZAL when RA is being tested [rasky]
- fix RSP DMA wraparound [rasky]
- fix RSP DMEM/IMEM accesses with all access sizes [rasky]
- fix RSP LTV opcode in its corner cases [rasky]
- Fix RSP MTC2 and LFV opcodes [rasky]
- fix RSP PC to stay within 12 bits in all cases [rasky]
- fix SIGILL at startup when SSE4.2 is not supported [rasky]
- fix TLB logic for non-global entries [rasky]
- fix TLB random register when wired > 31 [rasky]
- implement buggy byte/half reads from cartridge space [rasky]
- implement exceptions in non-taken delay slots [rasky]
- implement LWU opcode in RSP [rasky]
- implement proper PI bus writes with IO busy bit [rasky]
- implement undocumented broken RSP opcodes [rasky]
- improve address exceptions with correct COP0 status [rasky]
- improve emulation of vector load opcodes in side cases [rasky]
- improve TLB register masking [rasky]
- increase a little the PI DMA timing. [rasky]
- internal mask of physicalAddress register in TLB entries [rasky]
- make sure TLB entries are correctly initialized at power [rasky]
- map domain 1 address 3 zone into main memory map [rasky]
- refactor PIF chip into its own class [rasky]
- implement correct behaviours of jumps within delay slots [rasky]
- small accuracy tweak to the RSP semaphore register [rasky]
- Change inner dead-zone size and geometry [kev4cards]

pce
- initialise bram for cd-rom system [LukeUsher]

sfc
- Add database entry for the "Super FX voxel demo" to specify a RAM size of 64k instead of 32k [jbo-85]
- Support ROM/RAM addressing for Super FX ROMs that are not a power of 2 [jbo-85]
- fix a hang when loading Satallaview content [LukeUsher]
- pad bsx flash to minimum size of a memory cart [LukeUsher]

m68000
- adjust interrupt/exception timing [TascoDLX]
- fixed group 2 exception prefetch (CHK, DIV by zero) [TascoDLX]
- omit illegal addressing modes for CMPA & TST [TascoDLX]

tms9918
- implement text mode [LukeUsher]

hiro
- fix menubar visibility with gtk3 [AmatCoder]

nall
- determine desktop path based on environment [LukeUsher]
- handle CHD paths with non-ASCII chars on Windows [invertego]
- optimize priority_queue remove function [rasky]
- prevent chd memory leaks + don't allow unsupported track types [LukeUsher]
- remove hardcoding of lto=true [LukeUsher]

mia
- support for loading CHD compressed CD-ROM images [LukeUsher]
- update out of date resources [invertego]
- update sfc board database & heuristics [LukeUsher]

ruby
- pulseaudio shouldn't block for events [AmatCoder]

other
- Add top-level Makefile [rasky]
- fix building from Windows command prompt [invertego]
- fix clean targets on Windows [invertego]
- fix zlib include path [invertego]
- codesign binary after build on macOS [rasky]
Télécharger ares v128 (Windows)
Télécharger ares v128 (MacOS)
Site Officiel de ares
 
 Messinfo.dat v0.243 (11.32) 
Dimanche 15/05/22 à 14:55 par Firebrand
Une nouvelle version de ce fichier a été publiée, une erreur s'étant visiblement glissée dans la précédente:
- 11.32 05/15/2022: Correction of the list of work done this mounth on the machine (exl100), thanks to the report by Robbbert himself..
Télécharger Messinfo.dat v0.243 (11.32)
Site Officiel de Messinfo.dat
 
 ColecoDS v7.2 
Samedi 14/05/22 à 15:17 par Firebrand
Cet émulateur ColecoVision et machines proches pour Nintendo DS a été mis à jour. Les améliorations sont les suivantes:
- Improved Einstein driver to allow SHIFT and CONTROL key maps.
- Added AY Envelope Reset option for the few games that need it (Warp & Warp, Killer Station)
- Added 2P mapping support for SVI games so MEGALONE (Burken Pak 14) and CRAZY TEETH will play properly.
- Improved the SG-1000 driver so that the Dahjee and TW bootlegs work.
- Added F1-F8 as assignable maps on Memotech
Télécharger ColecoDS v7.2
Site Officiel de ColecoDS
 
 Messinfo.dat v0.243 (11.31) 
Vendredi 13/05/22 à 15:49 par Firebrand
Le dernier fichier additionnel d'AntoPISA pour ce cycle de MAME a été publiée. Voici les changements:
- 11.31 05/12/2022: Aligned files to 0.243 version.
- 11.30 05/08/2022: Added information of 2 Devices, (ti99_tipi) and (ti99_tipi_atttached), forgotten last month...
Télécharger Messinfo.dat v0.243 (11.31)
Site Officiel de Messinfo.dat
 
 GameEx et GameEx Arcade Edition v18.03 
Vendredi 13/05/22 à 15:47 par Firebrand
De nouvelles versions de ces frontends multi-systèmes ont été publiées. La version 32-bit de GameEx n'est (pour l'instant?) pas disponible. Voici les changements apportés:
- Fix to emulator now supports MAME (emu 0) and Daphne (emu 1000)
- New fix to emulator group feature
- These settings are useful for providing a good simple arcade cabinet build
- Emulator groups, fix to emulator and group have been added to Arcade Edition. Use emulator 0 for MAME and emulator 1000 for Daphne
- Ability to add more tolerance to the MAME sync refresh feature. This allows the majority of games to run smoothly and lag free at 60fps including Mortal Kombat and Smash TV
- Fixes gamepad left and right not paging in Arcade Edition
- New MAME Joystick only filter allowing availability of games that only use a joystick or buttons only. Useful for setups that just use a gamepad or with no spinner, trackball or mouse.
- Fixes .net framework 4 not installing on Windows 7
- Upgraded to .net 6 desktop runtime 6.05
- Fixes GameEx artwork download service not downloading non MAME media
- Fixes video themes not playing
Télécharger GameEx v18.03 (.NET 6, 64-bit)
Télécharger GameEx Arcade Edition v18.03 (.NET 6, 64-bit
Télécharger GameEx Arcade Edition v18.03 (32-bit)
Site Officiel de GameEx
 
 pEMU v6.4 
Vendredi 13/05/22 à 15:36 par Firebrand
Cet ensemble d'émulateurs portés sur plusieurs machines a encore été mis à jour. Les améliorations sont les suivantes:
- pgen: check for missing mega-cd bios on loading
- pgen: save per game mega-cd backup ram
- pgen: fix state saving (vita)
- pgen: fix scd_bram_cart.brm size
- pgen: add sram saving support
- psnes: remove deprecated high res option
- psnes: add AUDIO_SYNC option (on: perfect audio, off: minor audio stuttering in favor of fps)
- vita: add more optimisations flags (improve fps)
- vita: add WAIT_RENDERING option (improve fps but not working with effects)
- common: fix wrong keys assignment in help bar (hopefully)
- common: improve audio handling
Télécharger pNES v6.4 (Windows)
Télécharger pNES v6.4 (Linux)
Télécharger pNES v6.4 (Nintendo Switch)
Télécharger pNES v6.4 (PlayStation 4)
Télécharger pNES v6.4 (PS Vita)
Télécharger pSNES v6.4 (Windows)
Télécharger pSNES v6.4 (Linux)
Télécharger pSNES v6.4 (Nintendo Switch)
Télécharger pSNES v6.4 (PlayStation 4)
Télécharger pSNES v6.4 (PS Vita)
Télécharger pFBNeo v6.4 (Windows)
Télécharger pFBNeo v6.4 (Linux)
Télécharger pFBNeo v6.4 (Nintendo Switch)
Télécharger pFBNeo v6.4 (PlayStation 4)
Télécharger pFBNeo v6.4 (PS Vita)
Télécharger pGen v6.4 (Windows)
Télécharger pGen v6.4 (Linux)
Télécharger pGen v6.4 (Nintendo Switch)
Télécharger pGen v6.4 (PlayStation 4)
Télécharger pGen v6.4 (PS Vita)
Site Officiel de pEMU
 
 VirtualC64 v4.5b1 
Mardi 10/05/22 à 14:21 par Firebrand
Une nouvelle version de cet émulateur Commodore 64 pour MacOS a été publiée. Voici la liste des changements:
Bugs:
- The emulator no longer crashes when opening the keyboard preferences panel (#701).
- Fixed an issue with the raster IRQ not being triggered in some cases (#698).
- Fixed a bug that created a faulty BAM when inserting a new blank disk (#705)

Enhancements:
- The path to the FFmpeg executable is customisable now (#718)
- Added on option to disconnect the datasette (#694)
- Added additional Rom fingerprints (#707)
- Screensaver should no longer activate when the emulator is running (#709)

Refactoring:
- Sharing more code with vAmiga.

Deprecation:
- Removed TouchBar support.
- Removed support for macOS 10.14 and earlier.
Télécharger VirtualC64 v4.5b1
Site Officiel de VirtualC64
 
 vAmiga v2.0 
Mardi 10/05/22 à 14:19 par Firebrand
Cet émulateur Amiga pour MacOS passe en version stable.... mais on n'en sait pas vraiment plus:
- The beta testing phase has ended.
Télécharger vAmiga v2.0
Site Officiel de vAmiga
 
 pEMU v6.3 
Mardi 10/05/22 à 14:17 par Firebrand
Cet ensemble d'émulateurs a encore été mis à jour. Les améliorations sont les suivantes:
- pfbneo: support latest fbneo core (eda8ae4)
- pfbneo: update arcade gamelist.xml
- psnes: fix missing game in gamelist (Elfaria - The Isle of the Blest (Japan).zip)
- common: fix video snap delay option
- pgen: fix gamegear resolution and centering
- pgen: add unknown files to correct system
- pgen: add mega-cd chd support
- common: use rom filepath hash for unknown roms id (fix very slow roms discovery)
- pgen: do not add mega-cd bin files to roms listing
- psnes: create saves directory on startup
Télécharger pNES v6.3 (Windows)
Télécharger pNES v6.3 (Linux)
Télécharger pNES v6.3 (Nintendo Switch)
Télécharger pNES v6.3 (PlayStation 4)
Télécharger pNES v6.3 (PS Vita)
Télécharger pSNES v6.3 (Windows)
Télécharger pSNES v6.3 (Linux)
Télécharger pSNES v6.3 (Nintendo Switch)
Télécharger pSNES v6.3 (PlayStation 4)
Télécharger pSNES v6.3 (PS Vita)
Télécharger pFBNeo v6.3 (Windows)
Télécharger pFBNeo v6.3 (Linux)
Télécharger pFBNeo v6.3 (Nintendo Switch)
Télécharger pFBNeo v6.3 (PlayStation 4)
Télécharger pFBNeo v6.3 (PS Vita)
Télécharger pGen v6.3 (Windows)
Télécharger pGen v6.3 (Linux)
Télécharger pGen v6.3 (Nintendo Switch)
Télécharger pGen v6.3 (PlayStation 4)
Télécharger pGen v6.3 (PS Vita)
Site Officiel de pEMU
 
 pEMU v6.2 
Lundi 09/05/22 à 14:23 par Firebrand
Cet ensemble d'émulateurs a eu une grosse activité ces derniers jours avec pas moins de 3 nouvelles versions. Un port de Genesis Plus GX a été ajouté et des versions Windows pour tous les émulateurs sont désormais disponibles. Voici la liste des améliorations ainsi que des instructions de l'auteur pour ceux qui mettent à jour une version inférieure à la v6.0:
if coming from a version less than 6.0, you will need to delete all the "gamelist" xml files from the emulators data folders (and delete the "skins" folder too). The "gamelist" xml files format changed from this version, and they are now embedded in the platforms "romfs" (vpk, pkg, nro..). If they are found in the data folder then they will override the ones in "romfs", which is not what we want.

v6.2:
- sdl2_audio: fill buffer with silence if nothing to play (fix pnes audio crap on game start)
- psnes: fix audio buffer overlflow (fix random crashes)
- psnes: fix minor remaining audio crackling (perfect audio now, hopefully)
- psnes: improve/simplify rendering code
- psnes: update to latest snes9x revision (8c0a4a4)
- windows: fix crackling audio
- gamelist: fix game id calculation (random crashes on unknown roms)
- windows: fix pnes compilation

v6.1:
- windows: hopefully fix missing libcrypto-1_1-x64.dll
- pgen: fix launchers icons
- vita: fix setTextureRect texture pitch (fix pgen)
- pgen: fix roms directories creation on first run

v6.0:
- common: add new emulator (pgen: genesis-plus-gx port)
- common: update gamelists
- common: fix preview images and videos links
- ui: only show know files extensions in rom list
- ui: fix favorites preview images and videos
- input: add rotation support back (wip)
- skins: enable font filtering back, remove big_preview skin
- skins: add "config.cfg.override" file support for skin overriding
- skins: code and data cleanup
- skins: improve scaling
- psnes: fix crackling audio in some games (zelda, ff6...)
- vita: remove slow pvr support (fix framerate on a lot of games)
- vita: fix input rotation (wip)
- switch: refactor inputs (use sdl2 gamecontroller and new sdl2 automatic single joycons handling)
- switch: update buttons gfx
- windows: fix compilation, code improvements
- android: add android support (wip)
- and more...
Télécharger pNES v6.2 (Windows)
Télécharger pNES v6.2 (Linux)
Télécharger pNES v6.2 (Nintendo Switch)
Télécharger pNES v6.2 (PlayStation 4)
Télécharger pNES v6.2 (PS Vita)
Télécharger pSNES v6.2 (Windows)
Télécharger pSNES v6.2 (Linux)
Télécharger pSNES v6.2 (Nintendo Switch)
Télécharger pSNES v6.2 (PlayStation 4)
Télécharger pSNES v6.2 (PS Vita)
Télécharger pFBNeo v6.2 (Windows)
Télécharger pFBNeo v6.2 (Linux)
Télécharger pFBNeo v6.2 (Nintendo Switch)
Télécharger pFBNeo v6.2 (PlayStation 4)
Télécharger pFBNeo v6.2 (PS Vita)
Télécharger pGen v6.2 (Windows)
Télécharger pGen v6.2 (Linux)
Télécharger pGen v6.2 (Nintendo Switch)
Télécharger pGen v6.2 (PlayStation 4)
Télécharger pGen v6.2 (PS Vita)
Site Officiel de pEMU
 
 Fichiers additionnels pour MAME v0.243 
Samedi 07/05/22 à 14:45 par Firebrand
AntoPISA a mis à jour ses fichiers additionnels pour MAME v0.243:
Catlist/Catver v0.243:
- 2022/05/06: Aligned files to MAME 0.243.

Languages.ini v0.243 (1.35):
- 2022/05/05 1.35: Added 0.243 sets.

Series.ini v0.243:
- Items RENAMED (5): (bloodstm10) to (bloodstm104), (bloodstm11) to (bloodstm110), (bloodstm21) to (bloodstm210), (bloodstm22) to (bloodstm220) and (dendego) to (dendegoa).
- Series UPDATED (6): Densha de GO!, Galaxian, Photo Play, Sprint, Street Fighter and Time Killers.
- Series ADDED (1): Cal Omega (38 new items).
Télécharger Category.ini v0.243
Télécharger Catlist/Catver v0.243
Télécharger CHD-info v0.243 (Fichiers dat)
Télécharger HBMAME Version.ini v0.243 (Fichiers ini)
Télécharger Languages.ini v0.243 (1.35)
Télécharger Series.ini v0.243
Télécharger Version.ini v0.243
ProgettoSNAPS
 
 Raine v0.93.4 (Windows 10) 
Samedi 07/05/22 à 14:35 par Firebrand
Pas de nouveauté niveau émulation, mais une version spécifique de Raine pour Windows 10 a fait son apparition. Pour une meilleure compatibilité?
Télécharger Raine v0.93.4 (Windows 10)
Site Officiel de Raine
 
 SDLMAME4Ubuntu v0.243 (64-bit) 
Samedi 07/05/22 à 14:32 par Firebrand
Cet version de MAME pour Linux Ubuntu a été mis à jour vers MAME v0.243.
Télécharger SDLMAME4Ubuntu v0.243 (64-bit)
Site Officiel de SDLMAME4Ubuntu
 
 Versions 32-bit des builds de MAME v0.243 
Mardi 03/05/22 à 12:14 par Firebrand
Les versions 32-bit des builds de MAME les plus courants ont été mises à jour vers MAME v0.243.
Télécharger MAME v0.243 (32-bit)
Télécharger MAMEUI32 v0.243
Télécharger ARCADE v0.243 (32-bit)
Télécharger HBMAME v0.243 (32-bit)
Télécharger HBMAMEUI v0.243 (32-bit)
Télécharger MESS v0.243 (32-bit)
Télécharger MESSUI v0.243 (32-bit)
ProgettoSNAPS
Forums d'ARCADE
 
 History.xml et History.dat v2.43 
Lundi 02/05/22 à 14:25 par Firebrand
Des nouvelles versions de ces fichiers informatifs pour MAME ont été publiés à l'occasion de la sortie de MAME v0.243:
- Updated according to the latest MAME version + contains all the online database updates since the 2.42a version.
Télécharger History.xml v2.43
Télécharger History.dat v2.43
Site Officiel de History.xml
 
 NegaMAME v0.243-1 
Lundi 02/05/22 à 14:22 par Firebrand
Ce build de MAME prévu pour être utilisé avec le frontend Negatron a été mis à niveau de MAME v0.243.
Télécharger NegaMAME v0.243-1 (Windows)
Télécharger NegaMAME v0.243-1 (MacOS)
Télécharger NegaMAME v0.243-1 (Linux)
Site Officiel de NegaMAME
 
 DSP v0.20 WIP 8 (32-bit) 
Lundi 02/05/22 à 14:19 par Firebrand
Cet émulateur multi-systèmes a été mis à jour. Les améliorations sont les suivantes:
General
- ROMs export: Fixed Sly Spy ROMs info (Thanks to Neville)
- CPU
*Z80: Added M1 raise signal (read opcode)
*M6800:
.Added HD63701Y0 CPU
.Fixed internal read/write registers
.Fixed opcodes BHI and BLS (ouch!)
.Added opcode RORA

Amstrad CPC
- Speed up video
- Dandanator added initial support

Black Tiger
- Fixed MCU CPU clock
- Added video HW specs

Commando
- Fixed main CPU clock
- Added video HW specs

Ghost'n Goblins
- Added video HW specs

Gun.Smoke HW
- Added video HW specs

The Legend of Kage
- Rewrited video driver
*Fixed proirity BG/FG/Sprites
*Fixed disable screen

Outrun (Thanks to Neville)
- Fixed palette
- Fixed shadows

Senjyo HW (called StarForce before)
- Fixed video buffer
- Added BG stripe and radar
- Added char flip
- Added Senjyo driver with sound
Added Baluba-louk no Densetsu driver with sound

Super Dodgeball
- Added driver with sound

Sega System 16A HW (Thanks to Neville)
- Fixed palette
- Fixed shadows

Sega System 16B HW (Thanks to Neville)
- Fixed palette
- Fixed shadows
Télécharger DSP v0.20 WIP 8 (32-bit)
Site Officiel de DSP
 
 ColecoDS v7.1 
Lundi 02/05/22 à 14:14 par Firebrand
Cet émulateur ColecoVision et machines proches a un développement décidément très actif en ce moment. Voici les nouveautés du jour:
- Fixed PV-2000 driver (broken in 7.0).
- Minor optimization for the CreatiVision to help on older DS-LITE/PHAT.
- Fixed SG-1000 bootlegs from Taiwan (some of them at least work).
- Added MTX F1-F8 as mappable keys.
- Minor cleanups as time permitted.
Télécharger ColecoDS v7.1
Site Officiel de ColecoDS
 
<< Page précédentePage suivante >>
2001-2024 Planet Emulation