Organiser
Filtrer par machine :
Type de vue :
 
 NegaMAME v0.259-1 
Dimanche 01/10/23 à 15:14 par Firebrand
Ce build de MAME principalement prévu pour fonctionner avec le frontend Negatron a été mis à jour vers MAME v0.259.
Télécharger NegaMAME v0.259-1 (Windows)
Télécharger NegaMAME v0.259-1 (MacOS)
Télécharger NegaMAME v0.259-1 (Linux)
Site Officiel de NegaMAME
 
 CaPriCe Forever v23.9 
Jeudi 28/09/23 à 12:16 par Firebrand
Cet émulateur Amstrad CPC a été mis à jour. Les améliorations sont les suivantes:
- Improve CRTC1 emulation (Thanks to WinAPE debugger);
- Improve read of RAW disk images;
- Improve BASIC decoding;
- Fix minor bugs.
Télécharger CaPriCe Forever v23.9 (32-bit)
Télécharger CaPriCe Forever v23.9 (64-bit)
Site Officiel de CaPriCe Forever
 
 ClrMAME Pro v4.047a 
Mercredi 27/09/23 à 09:12 par Firebrand
Ce gestionnaire de ROMs a été mis à jour. Les améliorations sont les suivantes:
- fixed: pick wrong file for backup during a failed rename where multiple files are involved
Télécharger ClrMAME Pro v4.047a (32-bit)
Télécharger ClrMAME Pro v4.047a (64-bit)
Site Officiel de ClrMAME Pro
 
 RetroArch v1.16.0 
Samedi 23/09/23 à 16:52 par Firebrand
Télécharger RetroArch v1.16.0 (32-bit) (Windows)
Télécharger RetroArch v1.16.0 (64-bit) (Windows)
Télécharger RetroArch v1.16.0 (XP/Vista 32-bit) (Windows)
Télécharger RetroArch v1.16.0 (XP/Vista 64-bit) (Windows)
Télécharger RetroArch v1.16.0 (64-bit) (MacOS)
Télécharger RetroArch v1.16.0 (Metal2) (MacOS)
Cet ensemble de noyaux d'émulateurs réunis sous une même interface a été mis à jour. Les améliorations sont les suivantes:
- 3DS: Update __system_initArgv
- 3DS: Update SquirrelJME 3DS Core information along with icons.
- ANDROID: Rewrite input handling to better support AINPUT_SOURCE_STYLUS
- ANDROID: Prevent the android quick tap mouse click emulation while pressing a button on the on-screen overlay
- AUDIO: Fast-Forward Audio Resampling
- AUDIO: Reinit audio on audio sync toggle
- AUDIO: Count audio samples in stats when rate control is disabled
- AUDIO/PULSEAUDIO: Support device list for PulseAudio
- AUDIO/WASAPI: WASAPI Frame Delay fix + cleanups
- AUDIO/WASAPI/MIDI: Frame Delay correction
- ARCHIVE/ZIP: Improve ZIP decompression This reduces the amount of memory Retroarch needs to extract a ROM file. It will only need the size of the ROM plus 128KiB to extract the file from the ZIP. Previously it needed as much as twice that amount if the compression ratio was not great. This is useful on memory constrained platforms and has no impact on platforms with plenty of memory. Handles all cases correctly (with and without MMAP, for cores that require fullpath or not, small and big ZIP files).
- APPLE: Add default keyboard overlay directory to platform_darwin
- APPLE: Update to MoltenVK 1.2.4
- APPLE: Don't include MoltenVK library in Load Core menu list
- APPLE: Enable AltServer JIT for builds installed by Xcode
- APPLE: The default pthread stack size on Apple is too small for detect_ps2_game, so increase it
- CHEEVOS: Upgrade to rcheevos 10.7
- CHEEVOS: Don't initialize rcheevos memory unless used
- CHEEVOS: Add progress tracker widget
- CHEEVOS: Eliminate leaderboard tracker stutter
- CHEEVOS: Expand leaderboard visibility settings
- CHEEVOS: Collapse trackers with same value definition
- CHEEVOS: prevent frame step when hitting rewind button while paused in hardcore
- CHEEVOS: disallow video_swap_interval and black_frame_insertion in hardcore
- CRT/SWITCHRES: Don't always force core aspect ratio
- CRT/SWITCHRES: Fix aspect ratio for tate games on a horizontal screen
- CRT/SWITCHRES: Add PAL threshold option for automatic refresh rate switch
- CRT/SWITCHRES/KMS: Add KMS modeswitch
- COMMAND: Make cmd interface more useful for replay information
- CONFIG: Allow all systems to check for backslashes (Windows) as last slash in path. Improves portable core logic
- D3D11: Fix memory corruption in d3d11_gfx_init
- D3D12: Enable blending when drawing the menu
- D3D12: Move fence signaling out of d3d12_gfx_sync
- D3D12/LIBRETRO: Add D3D12 HW_render support
- DOWNLOADS/THUMBNAILS: Prevent directory creation on bogus thumbnail downloads
- EMSCRIPTEN: Fix Emscripten sleep function/macro
- EMSCRIPTEN/RWEBAUDIO: Fix RWebAudioInit race condition
- EMSCRIPTEN/OPENAL: Make openal default audio driver
- FFMPEG: Fix RetroArch fails to restart streaming when video re-inits and instead starts recording
- FRAMESKIP: Use refresh rate instead of core fps for frameskip timing
- INPUT: Combo hold + 'enable_hotkey' correction. Fixed issue with having menu toggle hold combo in different button than 'enable_hotkey', which caused 'enable_hotkey' to also act as menu toggle if held long enough, and simplified and unified duplicate code in start+select holds to a single function.
- INPUT: input_keyboard_event: Don't check hotkey binds when device is RETRO_DEVICE_POINTER
- INPUT: Add input_keymaps_translate_rk_to_ascii() for correct character input to input_keyboard_event
- INPUT: input_overlay_poll: Delay clearing INPUT_OVERLAY_BLOCKED flag until there is no overlay input (Avoids stray input after osk_toggle)
- INPUT: Send keyboard events for modifiers before other keys (for correct modifier+key input if hitboxes overlap)
- INPUT: Remember currently set keyboard mapping bits during same config read, because otherwise customized keybinds can get cleared out of the bits on the next iteration, causing keyboard events to get passed to the core when they should get blocked.
- INPUT/AUTOCONFIG: Reinit after updating autoconf profiles
- INPUT/LINUX/UDEV: Log mouse devices in info level
- INPUT/LINUX/UDEV: First working version of udev driver with touchscreen support and gestures.
- INPUT/WAYLAND: Add wayland to input driver list
- INPUT/MENU: move port X binds into retropad binds submenu and add appropriate help text and sublabels to discourage people from messing around in there unnecessarily
- INPUT/MENU: Add menu icons to 'RetroPad Binds'
- INPUT/MENU/OSK: Allow more keyboard actions with menu osk
- INPUT/REMAP: Remap label fix when no autoconf profile active
- INPUT/REMAP: Add 'Save As' option for remaps and overrides
- INPUT/OVERLAY: Add overlay parameter to control x/y separation in auto-scale mode
- INPUT/OVERLAY: Revive/rewrite Keyboard Overlay and OSK Toggle. Add keyboard overlay preset, keyboard submenu, and osk_toggle hotkey. Use overlay caching for osk_toggle.
- INPUT/OVERLAY: Overlay Caching. Adds overlay_cache_ptr to keep a disabled overlay in memory when it's expected to be shown again. Most input_overlay_deinit calls are replaced with input_overlay_unload, which caches the overlay unless initing/deiniting core or disabling overlays. Loading a cached overlay is done as a swap, intended for osk_toggle.
- INPUT/OVERLAY: Add input_overlay_check_mouse_cursor() to preserve show/hide mouse behavior
- INPUT/OVERLAY: Don't apply input_overlay_show_mouse_cursor in windowed mode (controlled by mouse grab only)
- INPUT/REMAPPING: Stop always reseting to defaults on remap delete
- INPUT/SDL: Fix rumble on PS4/PS5 controllers connected via bluetooth
- IOS: JIT support in iOS
- IOS: Use AltKit to try to enable JIT on iOS
- IOS: Fix thumbnails in history on iOS
- IOS: Enable option to rumble iOS device instead of controller
- IOS: Fix including audio/video filters on iOS
- IOS: Haptic feedback for overlay on iOS
- IOS: On iOS, stop/start audio on interruptions
- IOS: Add accelerometer and gyroscope sensors to iOS
- IOS: iOS needs to targets 13 due to some keyboard emulation, but tvOS does not
- IOS/TVOS: Rework JIT availability checks
- IOS/TVOS: When updating playlist with detected core path, used resolved core path
- IOS/TVOS: Implement memory queries on iOS/tvOS
- IOS/TVOS: Netplay discovery through bonjour/mdns
- IOS/TVOS: Improve some log formatting on iOS/tvOS
- IOS/TVOS: Preliminary MetricKit support on iOS/tvOS
- TVOS: Fix analog stick handling after adding Siri remote tap support
- TVOS: Also handle tap events on tvOS
- TVOS: Back up retroarch.cfg to NSUserDefaults on tvOS.
- TVOS: tvOS has its own beautiful screensavers and I would like them
- TVOS: tvOS Siri remote handling
- TVOS: Fix accidental left/right keypresses on tvOS
- TVOS/CONFIG: Avoid a crash if there is no backed up config file on tvOS It's not really usable as a game controller, but it is good for going through the menu as a simple LRUD. This also adds better support for names of mFI controllers, as well as being able to do the expected tvOS behavior of "backing out" of the app.
- TVOS: AltKit support for tvOS
- INTL: Fix language detection in Canada to English
- LANGEXTRA: Enable language autodetect for all builds with LANGEXTRA
- LIBRETRO: Add new context hardware render enums - enables autodetection of DX12 for PS2 core
- LIBRETRO: Add API to check JIT availability on iOS
- LIBRETRO: Allow RETRO_ENVIRONMENT_SET_MEMORY_MAPS also after core startup. Change the comment in libretro.h about the removed limit and handle the environment call during core runtime in RetroArch.
- LIBRETRO/MICROPHONE: Add new API for microphone support.
- LIBRETRO: Add new API for querying the device's power state.
- LIBRETRO/VFS: Rewrite retro_vfs_file_remove_impl
- LINUX: Input driver fix 8+ joypads. It was reported that controllers beyond 8 worked only partially (analogs yes, but not buttons), and the found fix was also confirmed.
- MIDI: Show MIDI output first
- MENU: Reorganize 'Saving' menu
- MENU: Start directory browsing from current value
- MENU: Fix menu toggle combo hold with same 'enable_hotkey'
- MENU: Add menu scroll home+end actions
- MENU: Move 'systemfiles_in_content_dir' from Saving to Core
- MENU: Menu navigation acceleration adjustments
- MENU: Audio synchronization menu cleanup
- MENU: Menu value label cleanup
- MENU: Show playlist history/favorites icons by default
- MENU: Remove advanced option flag from video rotation + orientation
- MENU: Combine audio resampler menu with audio output menu
- MENU: Microphone menu cleanup
- MENU: Add missing menu visibility option for content dir override
- MENU: Fix menu refresh in action_ok_network
- MENU: Video settings menu cleanup
- MENU: Try to declutter Quick Menu
- MENU: Change network port menu options to 'allow_input' mode
- MENU: Preselect current core in "Set Core Assocation" menu for more carefree usage
- MENU: Focus back to "Set Core Association" item after returning from the menu instead of first item
- MENU: Replaced hack fix for focusing the first item after returning from core suggestion "Run" menu after association reset
- MENU: Fixed setting core association in history/favorites after resetting it and running without setting
- MENU: Relocate playlist manager core association options to prevent accidental resets with Start
- MENU: Fraction setting wraparound rounding correction
- MENU: Add more missing sublabels
- MENU: 'Updater Settings' relocation
- MENU: Search box usability improvements
- MENU/RGUI: Implement 'Remember Selection' option
- MENU/RGUI: Fix savestate thumbnail fullscreen cancel action
- MENU/RGUI: Fix and add toggle for playlist thumbnails
- MENU/OZONE: Update Dracula theme
- MENU/OZONE: Return to sidebar from playlist manage quick access
- MENU/OZONE: Sidebar multiline scrolling
- MENU/OZONE: Avoid crash if ozone sidebar_index_size is 0
- MENU/OZONE: Prevent metadata and footer overlap
- MENU/OZONE: Sublabel width tweak
- MENU/OZONE: Mouse hover selection fix
- MENU/XMB: Message/help box adjustments
- MENU/XMB: XMB menu playlist index bugfix
- MENU/XMB: Playlist label limit fixes
- MENU/XMB: Prevent playlist label truncating long items even when right thumbnail is not enabled/visible
- MENU/XMB: Prevent playlist label length resetting to full width on every item change while thumbnail is pending
- MENU/XMB: Stop showing playlist entry index outside of playlists
- MENU/XMB: Fix menu focus issue when returning from "Set Core Association" if playlist index is greater than the previous menu
- MENU/EXPLORE: Prevent flashing when browsing fullscreen thumbnails
- MENU/EXPLORE: Match label ticker length behavior with playlists
- MENU/SOUNDS: Fix certain audio drivers from hanging when menu pause is enabled with menu sounds
- MENU/SOUNDS: Fix menu sounds stopping after fullscreen toggle / video reinit
- MENU/QT/WIMP: Cleanup Desktop Menu welcome text
- MENU/OVERLAYS: Reorder overlay menu
- MICROPHONE: Add support for microphones.
- MICROPHONE/ALSA: Add alsa and alsathread microphone drivers.
- MICROPHONE/SDL: Add sdl2 microphone driver.
- MICROPHONE/WASAPI: Add wasapi microphone driver.
- MOBILE: On mobile in portrait mode, don't override custom viewport
- NETWORKING: Enhance netpacket interface
- NETWORKING/NETPLAY: Enable core host to refuse connecting new players to limit the number of connected players
- NETWORKING/NETPLAY: Enable a core to flush outgoing packets and read incoming packets without waiting for the next frame (can be used for lower latency or blocking reads)
- OPENDINGUX/RG350: Enable networking for RG350
- OPENGL/WAYLAND: Add frame callback after egl_swap_buffers to improve latency when max_swapchain <= 2
- OSD/STATISTICS: Show current video + audio drivers in statistics
- OSD/STATISTICS: Ensure statistics text is aligned left
- OSX/MACOS: Fix steam OSX core path
- OSX/MACOS: Add HAVE_STDIN_CMD support
- OSX/MACOS: fix mouse grab in windowed mode
- OSX/MACOS/IOS/TVOS: Enable SSL in macos/ios/tvos builds
- PLAYLIST: Change default playlist last played time format
- PS3/PSL1GHT: Add overlay support
- RUNLOOP: Don't count frames while paused
- SERENITYOS: Add SerenityOS to the list of supported operating systems
- SCANNER: Improve scanner console output
- SCANNER: More scanner console output coloring
- SCANNER: Improve CLI scan console output
- SCANNER: Add content import/scan via CLI
- SCANNER/PS1: Serial extraction is now considered a failure if PSX.EXE is found, allowing CRC fallback and actually fixing the game scanning
- VIDEO: Correct rotated core provided aspect ratio
- VIDEO: Minor adjustments to refresh rate switch behavior
- VIDEO: Fix windowed viewport with libretro rotation
- VIDEO/SDL2: Use "nearest" scaling in menus
- TASKS: Fix corrupt task progress percentage
- XVIDEO/MENU: Add menu support to xvideo gfx driver, making it usable
- UWP: Fix modifier keys ( shift, ctrl, alt ) as well as F10 not being detected on the UWP platform
- VULKAN: Ignore Fast-Forward Frameskip option
- VULKAN/KHR_DISPLAY: Support screen refresh rate with Vulkan KHR_Display context
- WIN32: Increase maximum window limit
- WIN32/WINDOWSXP/MSVC2010: Fix invisible menu display
- WAYLAND: Remove splash screen
- WAYLAND: Check for pointer before locking it
- WAYLAND: Add mouse grab/lock functionality
- WAYLAND: Get system wayland-protocols path via pkg-config
Télécharger RetroArch v1.16.0 (Linux)
Télécharger RetroArch v1.16.0 (Nintendo GC)
Télécharger RetroArch v1.16.0 (Nintendo Wii)
Télécharger RetroArch v1.16.0 (Nintendo WiiU)
Télécharger RetroArch v1.16.0 (.3dsx) (Nintendo 3DS)
Télécharger RetroArch v1.16.0 (.cia) (Nintendo 3DS)
Télécharger RetroArch v1.16.0 (Nintendo Switch)
Télécharger RetroArch v1.16.0 (PlayStation 2)
Télécharger RetroArch v1.16.0 (PSP)
Télécharger RetroArch v1.16.0 (PS Vita)
Site Officiel de RetroArch
 
 Messinfo.dat v0.258 (11.49) 
Mardi 12/09/23 à 13:13 par Firebrand
Ce fichier informatif termine le cycle de mise à jour des fichiers additionnels de ProgettoSNAPS pour MAME v0.258.
- 11.49 09/11/2023: Aligned files to 0.258 version.
Télécharger Messinfo.dat v0.258 (11.49)
Site Officiel de Messinfo.dat
 
 Clock Signal 10/09/2023 
Lundi 11/09/23 à 15:35 par Firebrand
Cet émulateur multi-système pour MacOS a été mis à jour. Les améliorations sont les suivantes:
- continues improvements to the MSX 2, especially its video chip and this emulator's automated detection of cartridge types;
- corrects the 65c02's BCD results, where they differ from a vanilla 6502;
- corrects the 65816's state after a BRK while in emulation mode; and
- resolves some timing discrepancies in some of the unofficial NOPs on the base 6502.
Télécharger Clock Signal 10/09/2023
Site Officiel de Clock Signal
 
 DSP v0.22 WIP 5 
Mardi 29/08/23 à 15:30 par Firebrand
Cet émulateur multi-systèmes a été mis à jour. Les améliorations sont les suivantes:
v0.22 WIP 5

General
- New main Snapshot system
*New unified ROM/game/snapshot/tape load/save system
*New unified snapshot data extractor system
- Video
*Sega VDP (SMS/GG): Added snapshots
- CPU
*UPD7810: Added snapshots
- Sound
*UPD1771: Added snapshots
- Misc
*I2Cmem: Added snapshots

Amstrad CPC
- Added the new ROM/tape/snapshot load system

Commodore 64
- Added the new ROM/tape/snapshot load system

Oric HW
- Added the new ROM/tape/snapshot load system

Chip 8
- Added the new ROM load game system
- Added snapshot

Coleco
- Moved to new snapshot system
- Added eeprom to snapshot (if present)

GameBoy/GameBoy Color
- Added the new ROM load game system
- Added snapshots (still not working)
- Fixed ROM loading

NES
- Added the new ROM load game system
- Added snapshots (still not working)

Sega SG-1000
- Added the new ROM load game system
- Added snapshots
- Added a new game file format '.MV'

Sega GameGear
- Added the new ROM load game system
- Fixed CPU and sound creation order (emulator can crash)
- Added snapshots

Sega Master System
- Added the new ROM load game system
- Added snapshots
- Fixed BIOS+Game loading, now supports all extra BIOS+Game for all systems
- Fixed international detection, now detects the system via $3F port
- Fixed ROM loading
- Fixed model change NTSC/PAL
- Fixed CPU and sound creation order (emulator can crash)

SuperCassete Vision
- Added the new ROM load game system
- Added snapshots
- Fixed ROM loading, all available games now works

Casio PV-1000
- Added new console, supports sound, controls
- Added snapshots
- All available games working

Casio PV-2000
- Added new console, supports sound, controls, keyboard...
- Added snapshots
- All available games working


v0.22 WIP 4.1

General
- Updated SDL2 library for windows
- Updated the documentation, 'DSP small guide' and 'DSP how to compile'
- +Lazarus: Fixed compile i2cmem module
- Fixed press 'ESC' for close pop-up windows
- Fixed some spellings
- Some cosmetical changes
- ROMs export
*Fixed 'future spy' ROM info (thanks to Neville)
*Added 'gaplus' sample info, was missing
- Fixed controls, when pressing left+right or up+down at the same time

Spectrum
- Fixed screen refresh when changed screen resolution

Donkey Kong HW
- Fixed screen flip
Télécharger DSP v0.22 WIP 5 (32-bit) (Windows)
Télécharger DSP v0.22 WIP 4.1 (64-bit) (MacOS)
Site Officiel de DSP
 
 Messinfo.dat v0.257 (11.48) 
Lundi 07/08/23 à 16:26 par Firebrand
Ce fichier informatif pour MAME v0.257 termine le cycle de ce mois pour les mises à jour des fichiers additionnels de ProgettoSNAPS.
- 11.48 08/06/2023: Aligned files to 0.257 version.
Télécharger Messinfo.dat v0.257 (11.48)
Site Officiel de Messinfo.dat
 
 DSP v0.22 WIP 4 (32-bit) 
Dimanche 30/07/23 à 15:48 par Firebrand
Une nouvelle version de cet émulateur multi-systèmes a été publiées. Voici la liste des changements:
General
- Added a new section 'How to compile DSP Emulator'
- Started to implement parent drivers (ROMs loading and ROMs export), for example Xevious and Super Xevious, they share ROMs, but they are not the same arcade.
- Namco IO 56XX-58XX-59XX
*Changed to classes
*Added IO 59XX
*Implemented timers to internal

Galaga HW
- Added DIPs to all drivers
- Added all remain controls to all drivers
- DigDug: Simplified background render
- Super Xevious: Added driver with sound

Galaxian HW
- Added DIPs to all drivers
- Added all remain controls to all drivers
- Amidar
*Updated ROMs
*Added background color

Gaplus
- Added driver with sound

Gun.Smoke HW
- Added sound CPU reset line

Mappy HW
- Added DIPs to all drivers
- Added all remain controls to all drivers
- Changed to new Namco 5X IO driver
- Grobda: added driver with sound
- Pac & Pal: Added driver with sound

Pacland
- Added DIPs switches
- Fixed a stupid bug with palette change
- Change screen parameters
Télécharger DSP v0.22 WIP 4 (32-bit)
Site Officiel de DSP
 
 NegaMAME v0.257-1 
Dimanche 30/07/23 à 15:44 par Firebrand
Ce build de MAME prévu pour être utilisé avec le frontend Negatron a été mis à jour vers MAME v0.257.
Télécharger NegaMAME v0.257-1 (Windows)
Télécharger NegaMAME v0.257-1 (MacOS)
Télécharger NegaMAME v0.257-1 (Linux)
Site Officiel de NegaMAME
 
 Messinfo.dat v0.256 (11.47) 
Jeudi 13/07/23 à 20:56 par Firebrand
Une nouvelle version de ce fichier additionnel pour MAME a été publiée. Voici la liste des changements:
- 11.47 07/12/2023: Aligned files to 0.256 version.
- 11.46 07/07/2023: Added 12 forgotten devices in version 0.255 (my fault).
Télécharger Messinfo.dat v0.256 (11.47)
Site Officiel de Messinfo.dat
 
 CaPriCe Forever v23.7 
Mardi 11/07/23 à 15:49 par Firebrand
Cet émulateur Amstrad CPC pour Windows a été mis à jour. Les améliorations sont les suivantes:
- Improve read of RAW disk images;
- Improve read of IPF disk images;
- Improve ROM selection for Amstrad PLUS;
- Improve FDC emulation;
- Improve Tape emulation;
- Improve CRTC1 emulation;
- Patch pasmo to accept weird maxam syntaxes;
- Fix minor bugs.
Télécharger CaPriCe Forever v23.7 (32-bit)
Télécharger CaPriCe Forever v23.7 (64-bit)
Site Officiel de CaPriCe Forever
 
 DSP v0.22 WIP 3 (32-bit) 
Samedi 08/07/23 à 15:49 par Firebrand
Cet émulateur multi-systèmes a été mis à jour. Les améliorations sont les suivantes:
General
- Updated Preview Images
- CPU
*Added a new counter to count all timings of the CPU, used in Asteroids, Circus Charlie, Gyruss, Hypersports, and many others...
*LR35902: fixed HALT opcode, fixes many Gameboy Color Konami games
- Sound
*Konami Sound: video line not needed any more
*Samples: added volume
- Video
*Changed rol90 name to rot270
*Added rot180 to rotate screen 180 degrees
*Fixed main screen flip x and flip y, now can be used both
- Disk: added DSK format for Oric disks
- GFX: fixed gfx rotate when graphics are not square

Oric HW
- Added preliminary disc support, not working

Centipede HW
- Centipede
*Fixed dip
*Fixed video
*Fixed controls
*Fixed colors, now using indirect palette
- Millipede: added driver with sound

Circus Charlie
- Fixed sprites

Flower
- Enhanced IRQs

Legendary Wings HW
- Section Z: fixed audio

Mega Sys 1 HW
- 64th Street: fixed sprites

Missile Command
- Missile Command: added driver with sound
- Super Missile Attack: added driver with sound

Taito SJ HW
- Added DIPs
- Updated to use gfx buffers
- Fixed controls, added buttons
- Optimized maps
- Fixed sound NMI
- Fixed DAC
- Elevator Action: updated ROMs

Time Pilot
- Added DIPs
- Added video enable

Wardner
- Fixed DIPs

Zaxxon HW
- Fixed sound
- Fixed DIPs
- Fixed video
- Added samples volume
- Super Zaxxon: added driver with sound
- Future Spy: added driver with sound
Télécharger DSP v0.22 WIP 3 (32-bit)
Site Officiel de DSP
 
 NegaMAME v0.256-1 
Jeudi 29/06/23 à 12:00 par Firebrand
Ce build de MAME prévu pour fonctionner avec le frontend Negatron a été mis à jour vers MAME v0.256.
Télécharger NegaMAME v0.256-1 (Windows)
Télécharger NegaMAME v0.256-1 (MacOS)
Télécharger NegaMAME v0.256-1 (Linux)
Site Officiel de NegaMAME
 
 RomVault v3.6.1 
Samedi 24/06/23 à 14:44 par Firebrand
Ce gestionnaire de ROMs a été mis à jour. Les améliorations sont les suivantes:
- Found some more memory issues in the new CHD C# code which has now been fixed and a couple of missing fixing status's in the new keep only complete sets have been added as needed.
Télécharger RomVault v3.6.1
Site Officiel de RomVault
 
 Messinfo.dat v0.255 (11.45) 
Lundi 19/06/23 à 14:58 par Firebrand
Ce fichier additionnel pour MAME a été mis à jour. Les changements sont les suivants:
- 11.45 06/18/2023: Aligned files to 0.255 version.
- 11.44 06/06/2023: Added 60 system descriptions.
Télécharger Messinfo.dat v0.255 (11.45)
Site Officiel de Messinfo.dat
 
 RomVault v3.6.0 
Samedi 17/06/23 à 13:48 par Firebrand
Ce gestionnaire de ROMs a été mis à jour. Les améliorations sont les suivantes:
New Features
- CHD built in support: Chdman.exe is no longer needed!, RV now supports reading all CHD Versions, and compression. (Thanks to a number of people over in the RV Discord Channel for help out making this one a reality.) Along with the CHD scanning being built in a lot of work has been done to make this use parallel processing code, to give somewhere around a 3 to 4 times speed improvement in scanning over chdman.exe!!
- Keep only full sets: There is now a directory option to only keep full game sets. Any incomplete sets will not be fixed, meaning no more dirs full of 1000's of cue files and no isos.
- ZipMove improvements: ZipMove is now used in more cases where possible, zipmoving zips even if they are not complete, but are best available.
- No-Intro DAT Improvements: Support for Parent/child and Numbered No-Intro DATs have been added, so you can do all of these styles from the one source No-Intro DAT's, and use dir options to set your style preferences.
- Don't stop scanning: A number of scanning errors are handled better now, previously they would stop the scan, now they are reported as errors, and the scan continues.

Bug Fixes
- DatVault Linux: Datvault has been fixed to work in Linux. Check Boxes working correctly.
- Added some missing headers: Added lynx.xml & a7800.xml header support.
- Missing files cannot have alt values: Finally tracked down a cause of this error, and fixed it.
- Fix case sensitive FS issues: Fixed some issues to make case sensitive file systems better supported.
- Duplicate directories occurring in the tree: Fixed a bug that allowed multiple dirs of the same name to appear in the tree.
- ToSort default dir: If removed it can be added back in as a relative path dir.
- MIA in FixDats: Added the MIA flag to fix Dats.
Télécharger RomVault v3.6.0
Site Officiel de RomVault
 
 NegaMAME v0.255-1 
Jeudi 01/06/23 à 11:57 par Firebrand
Ce build de MAME prévu pour accompagner le frontend Negatron a été mis à jour vers MAME v0.255.
Télécharger NegaMAME v0.255-1 (Windows)
Télécharger NegaMAME v0.255-1 (MacOS)
Télécharger NegaMAME v0.255-1 (Linux)
Site Officiel de NegaMAME
 
 DSP v0.22 WIP 2 (32-bit) 
Jeudi 25/05/23 à 12:20 par Firebrand
Cet émulateur multi-systèmes a été mis à jour. Voici la liste des changements:
General
- CPU
*M6502
.Fixed timings before internal timer call
.Added some opcodes for 2xNOP and 3xNOP
- Z80
*Fixed timings before internal timer call
*Some updates to internal procedures
- Tape System
*Added procedures to call before tape play and after play
*Fixed WAV format tapes loading
*Added Oric TAP file format support
*Fixed main speed changes when a tape is playing
- Devices: VIA6522: Added device

Amstrad CPC
- Enabled Z80 timings (fixes Saboteur II and many others)
- Rewrited video to update screen pixel by pixel
- Fixed tape loading with new Z80 timings

Coleco
- Black Onix: Added 24C08 eeprom
- Boxxled: Added 24C256 eeprom

Commodore 64
- Swapped joystick 0 and joystick 1
- Added F1 to start/stop tape loading

NES
- Fixed mapper 9
- Added partial mapper 10 (thanks to Neville)

Oric HW: Added support for tape loading, AY-8910 sound and keyboard
- Oric 1: added driver with sound
- Oric Atmos: added driver with sound

Sega System 1/2 HW
- Changed Z80 timings, fixes Pitfall II intro
Télécharger DSP v0.22 WIP 2 (32-bit)
Site Officiel de DSP
 
 RetroBat v5.3.0 
Mardi 16/05/23 à 15:33 par Firebrand
Une nouvelle version de cet ensemble de scripts conçu pour configurer automatiquement le frontend EmulationStation avec RetroArch a été publiée. Voici la liste des améliorations:
Fixes:
- Fix ryujinx feature injection
- Fix mame standalone ratio not working (disable keepaspectratio when ratio forced in features)
- Fix artwork path for mame standalone to align with libretro:mame path
- Fix bezels for libretro:dolphin wii system and put libretro:dolphin in 16/9 aspect ratio by default (for wii only)
- Fix BigPemu template to avoid error message when running jaguarcd titles for the first time
- Fix FBNEO hardcore retroachievements mode by disabling "allow-patched-roms" when hardcore is enabled
- Fix dolphin gamepad button inversion missing for X and Y (only A & B were reversed)
- Fix once and for all pcsx2 multiple screen...(cross-fingers)
- Fix use of Gamecube adapter for dolphin standalone
- Fix missing features for demul-old (user for gaelco)
- set default settings in retrobat.ini in case of invalid or null value
- Align dolphin HD texture pack with libretro:dolphin, this means the custom texture packs must be placed in \saves\gamecube\User\Load\Textures
- Fix libretro:mame per-game button remap naming
- Fix usage of .uae files for WinUAE
- Align Citra-QT sdmc and nand path with libretro:citra path
- Fix Bios check for atomiswave
- Fix vita3k vsync feature
- Fix missing CXBX language feature (same as XEMU)
- Fix missing .m3u extension for Sega-CD

Interface:
- fix canonball system in ES system list (avoid duplicating "Ports" category)
- Fix game video in grid mode too small when in gamelist
- Fix HFSDB scraping delay issue
- Fix music volume issue after screensaver when volume set to 0
- Rename "Game focus" feature to "Keyboard focus" and make it available only for computer cores
- smooth transition from splashscreen to the interface
- Add preview images in RetroBat download store
- Hide console when running MAME and Ryujinx
- Update many YES/NO features to "switch buttons"

Updates of emulators:
- Bump duckstation to new version + autoconfiguration of controllers and new features + retroachievements
- Add mgba for gb, gbc and sgb
- Add WinUAE also for amigacdtv
- Bump libretro:ppsspp version
- Bump ppsspp emulator

New stuff:
- Add OpenMSX for MSX & colecovision (with support of SGM roms for colecovision and MSX laserdiscs)
- Add Zaccaria Pinball (steam only)
- Add MSX turbo R system in MSX group
- Add GP32 to MESS systems
- Add gun support (1 player only) for pcsx2 and duckstation - compatible with guns that emulate mouse (e.g. wiimotes)
- Add features for BBC Micro to select Joystick type (mame & libretro:mame)
- Add features for TI99 (speech module and 32k ram) (mame & libretro:mame)
- Add possibility for FmTowns to load a floppy in addition to a cdrom
- Add ramsize feature for fmtowns (mame & libretro:mame)
- Added -multimouse command line feature for mame standalone
- Add option to play with more than 2 players in nosgba (3 and 4 players)
- Added values injected in rpcs3 (exit emulator when game finishes + prevent display sleep when playing)
- Add archimedes bios check & missing models
- Add StOoz zone & disable fullscreen features to Teknoparrot
- Actionmax is now a separate system (not integrated with Daphne anymore)
- Add feature to enable discord integration (for compatible systems)
- Add automatic controller configuration mechanism in RetroBat interface if controller is known in SDL database
- Add mgba features
- Add features to ryujinx and yuzu (docked mode, language...)
- Add language feature to RPCS3
- Add touchscreen pointer option for libretro:citra
- Add padtokey to mugen
- Add m3u multi-disk support to GSPlus (Apple2GS)

Dev stuff:
- RetroBat.exe cleanup and enhancements
- Cleanup es_padtokey file
- fix "features.issuported" method for features with switch preset
- Refactorization of yuzu options injection
- Review of language detection for some standalone emulators
- Changed method of searching EBOOT.BIN file for ps3 games
Télécharger RetroBat v5.3.0
Site Officiel de RetroBat
 
<< Page précédentePage suivante >>