Organiser
Filtrer par machine :
Type de vue :
 
 pfeMAME v2.26.7 
Dimanche 11/12/22 à 14:34 par Firebrand
Ce frontend pour MAME a été mis à jour, sauf pour sa version MacOS (pour l'instant?). Voici la liste des changements:
- I have dropped the support for force shutting down the MAME executable. The support for the keyboard monitoring was flaky and sometimes just crashed everything. Also support under Linux and MacOS is almost non-existent due to those operating systems being more secure.
- Fixed the bug that stopped the log file viewer from scrolling to the bottom of the log on MacOS.
- Fixed an issue I started getting with SSL certificates on some platforms when checking for the software update. This was throwing an exception and so I couldn’t find the current software version from the repo.
- Fixed the toolbar button sizes so that the hover text on all platforms aligns correctly.
- Changed the view and search box’s to be default size. MacOS was complaining about my trying to make the control too large.
- Created a custom search control so that I can control the text and background colours as well as the hint text color. The default control was too strict in MacOS. Doing this has lost the pretty magnifying glass but maybe later I will work out how to add that back in.
- Changed the ROM filter to a wx.ComboCtrl with custom list control as the drop down. This allows me full control over the text and background colors across all platforms.
- Finally ditched the generic status bar and created my own custom status bar. This gives me full control over the colours across all platforms (Yes I’m pointing at you MacOS).
- Switched to using pygauge rather than the inbuilt gauge for progress bar display. This allows me to set the color and I just like it more.
- Moved the main screen progress bar to be an overlay rather than the small patch it used to be contained in. Looks nicer and more modern to me.
- Made the quantities info on the statusbar readonly (Yes you could actually delete it).
- Stopped the statusbar quantities field from being able to be given focus at all and no left click highlighting.
- Pop-up image viewer was not closing with the ESC key
- Altered the pop-up image viewer to use the full vertical space available.
- Added keyboard shortcut SHIFT-V to launch the fullscreen video player
- When the full screen vide player is running, pressing the space bar will skip to the next video. Any other key will exit.
- Changed to using a callafter to set the ROM tiles focus back after running a ROM in TileView. Have done this to try and fix an issue whereby sometimes after running a ROM, the tiles don’t get back focus and you loose keyboard navigation without clicking the left mouse button (Which forces focus on the first tile). The callafter should allow all controls to be redrawn before trying to give focus.
- Removed an annoying underscore form the output in the RomInfo screen.
- Changed the font_info function to return a named tuple. This makes my code cleaner in each module that I call that function to pull out the font information and set local font variables.
- Added a Bios drop down list to the Slots preferences page. This is populated from the xml file. This allows you to set ROM specific Bios configurations (Like if you want to always have the spectrum ROM using the GOSH bios, or Amiga 500 using the 3.1 Kickstart ROM). If nothing is found in the ROM specific INI file then it will default to the first BIOS in the list.
- Dropped the auto restart after certain preferences are changed. It never worked too well across different platforms, and even on Windows after restarting I was finding control bindings stopped working.
- Fixed the button colors not working properly on Linux. Needed to be specific in the colors.
- Updated the slot control buttons to use the global color theme.
- Fixed a bug where the random ROM runner could select a ROM that is one too far off the list which would cause an unmanaged exception.
- Fixed a bug in the backup code. If a file that was listed to backup didn’t exist (like if you have no favourites) then the process would fail badly. Now it will tell you that the missing file has been skipped.
- Fixed similar bug in the restore code.
- Fixed a bug where if a video play is not available, the playback timer would keep counting down in a loop.
- Fixed a bug in the code I use to check for valid values for Audio volume. It seems that using isnumeric() for negative numbers thinks they are not a number. Have to strip the leading ‘-‘ off the string.
- Major change to preferences. I have moved the preferences window into the main window as a tab shared with the ROMs list. Also done the same with the ROM specific preferences. They are now side-by-side.
- Improved the slot configuration’s view – it now expands to take up the horizontal space available which makes systems with no slots look better in the view.
- Changed the size of the spin controls on the Sound tab in preferences to stop annoying GTK complaints about the size being too small for the native control.
- Slot option heading and buttons will no longer show for System ROMs that don’t actually have slot options.
- Changed to using event.m_col to determine what column has been clicked in the Ultimatelistctrl. Was previously using a calculation based on pixels that doesn’t work well enough. As Ultimatelistctrl supports m_col where the standard listctrl doesn’t across all platforms, this seems a much better idea. This fixes an issue with ordering by Manufacturer as the column wasn’t being detected correctly.
- Replaced my custom code for replacing escaped ASCII characters with html.unescape. My code took 2 seconds while the inbuilt takes 0.07 so I think its written in C. Speeds up the -listxml read from MAME.
- Lots of general code cleanup and refactoring.
- Extra error checking in xmlinfo.py to check if the softwarelist ‘hash’ folder and relevant file doesn’t actually exist.
- Layout improvements in xmlinfo.py.
- Corrected some misleading naming in tileview.py (self.rom_name that was actually a version of self.rom_file_name but not really for example.
- It seems I have been using the shelve module incorrectly. It returns an object, not a list, but still seems to work. I have rewritten the code a bit to ensure a list is returned.
- Created docstrings for functions in functions.py. Still a bit of a WIP but a step in the right direction.
- Some slight improvements to dark mode coloring. Notebook tab background is now set to the window background color and inactive tab text color is the same as window text color.
- Fixed a bug where if the color string is not set in the pfemame.ini file, it would throw an unmanaged exception as the default type was a colour object, not a color string.
- Added some more defaults to the pfemame inifile creation for first-time-run.
Télécharger pfeMAME v2.26.7 (Windows)
Télécharger pfeMAME v2.26.7 (Linux)
Site Officiel de pfeMAME
 
 Simple64 v2022.12.3 
Dimanche 11/12/22 à 14:16 par Firebrand
Une nouvelle version de cette solution tout en un pour l'émulation Nintendo 64 a été publiée. Voici la liste des changements:
- MD5 is now appended to new save files to prevent issues with ROM hacks overwriting OG game saves
- Parallel-RDP updated to latest version
Télécharger Simple64 v2022.12.3
Site Officiel de Simple64
 
 Hoxs64 v1.1.2.0 
Dimanche 11/12/22 à 14:14 par Firebrand
Cet émulateur Commodore 64 a été mis à jour. Les améliorations sont les suivantes:
1) New menu options to save and load settings from an INI config file.
2) New command line option -configfile : Loads settings from an INI config file specified by which can either be a full path or a path relative to the application folder. Double dot ".." and single dot "." path elements are not supported. If the -configfile option is missing it will look for a file hoxs64.ini within the application folder. If the hoxs64.ini file is missing it will load settings from the registry.
Télécharger Hoxs64 v1.1.2.0 (32-bit)
Télécharger Hoxs64 v1.1.2.0 (64-bit)
Site Officiel de Hoxs64
 
 HBMAME Version.ini v0.245.9 
Samedi 10/12/22 à 13:56 par Firebrand
Ce fichier permettant de trier les jeux de HBMAME selon la version de l'émulateur a été mis à jour pour la dernière version de celui ci.
- 2022/12/09: Update versions 0.245.3 to 0.245.9 (thanks to r0n1n AKA kloug666 ).
Télécharger HBMAME Version.ini v0.245.9
Site Officiel de HBMAME Version.ini
 
 Fichiers additionnels pour MAME v0.250 (2ème partie) 
Vendredi 09/12/22 à 13:55 par Firebrand
Une deuxième série de fichiers additionnels de ProgettoSNAPS pour MAME ont été publiées. Voici les changements:
Category.ini v0.250:
- 2022/12/08: Aligned files to MAME 0.250.

Catlist/Catver v0.250:
- 2022/12/08: Aligned files to MAME 0.250.

Languages.ini v0.250 (1.42):
- 2022/12/08 1.42: Added 0.250 sets.

Series.ini v0.250:
- Series UPDATED (8): Cherry Master, Cross Pang, Gradius, Ibara, Quizard, Silent Scope, Trivia and Trivial Pursuit.
Items RENAMED (8): (ibara) to (ibarao), (sscope2b) to (sscope2ubvd1), (sscope2c) to (sscope2ucvd1), (sscopea) to (sscopeua), (sscopeb) to (sscopeub), (sscopec) to (sscopeuc), (sscoped) to (sscopevd2) and (trivia12) to (triviag1a).

Version.ini v0.250:
- 2022/12/08: Aligned to MAME 0.250.
Télécharger Category.ini v0.250
Télécharger Catlist/Catver v0.250
Télécharger Languages.ini v0.250 (1.42)
Télécharger Series.ini v0.250
Télécharger Version.ini v0.250
ProgettoSNAPS
 
 Fichiers additionnels pour MAME v0.250 
Jeudi 08/12/22 à 11:49 par Firebrand
Une première bordée de fichiers additionnels pour MAME a été publiée. Plutôt courte, elle n'en comporte que deux; mais le reste devrait arriver assez rapidement.
BestGames.ini v0.250 (1.31)
- 2022/12/07 1.31: Online the version 0.250; 1 game removed (victlapa) and 3 new games added (3,474 evaluated).
Télécharger BestGames.ini v0.250 (1.31)
Télécharger CHD-info v0.250
ProgettoSNAPS
 
 WinUAE v4.9.9 Beta 9 (RC1) FR 
Jeudi 08/12/22 à 11:43 par Firebrand
La dernière beta de WinUAE a été traduite en français sans délai par Tradu-France.
Télécharger WinUAE v4.9.9 Beta 9 (RC1) FR (32-bit)
Télécharger WinUAE v4.9.9 Beta 9 (RC1) FR (64-bit)
Tradu-France
 
 WinUAE v4.9.9 Beta 9 (RC1) 
Jeudi 08/12/22 à 11:40 par Firebrand
Les beta de WinUAE passent en release candidates. La prochaine version stable est donc en approche. Voici les nouveautés de cette version:
- Direct3D9 mode overlay mode didn't show Amiga screen in most configurations.
- JIT interrupt handling fix part 2.
- Debugger SMC detector cache flush does not anymore clear whole SMC state array (which can be huge if Amiga RAM is located in Z3 space). When state array needs to be reset, reset only RAM and ROM regions. Max SMC array size is now automatically same as highest RAM address.
- Autoresolution didn't do anything unless gfx_windowed_multi or gfx_fullscreen_multi had non-zero values (b1)
- Autoscale worked incorrectly in programmed modes. (b1)
- Disable GUI Wait for blitter checkbox in 68000/010 cycle-exact modes. Previously it was allowed but did nothing.
- CDTV/CD32 Quickstart didn't use new NVRAM Files -path (b1)
- Added Supra AMAB2 ROM to ROM scanner. (Seems to support at least 2000DMA and AutoBoot models). AMAB1 is still missing, previously added 2000DMA ROM most likely isn't AMAB1 because it only supports 2000DMA. 2000DMA ROM selection now also lists all AMAB roms because AMAB2-4 have 2000DMA support (AMAB5/6 dropped 2000DMA support) and ROM scanner selection logic does not support filtering ROMs that have same type.
Télécharger WinUAE v4.9.9 Beta 9 (RC1) (32-bit)
Télécharger WinUAE v4.9.9 Beta 9 (RC1) (64-bit)
Site Officiel de WinUAE
 
 SDLMAME4Ubuntu v0.250 (64-bit) 
Jeudi 08/12/22 à 11:36 par Firebrand
Cette version de MAME pour Linux Ubuntu a été mise à jour vers MAME v0.250.
Télécharger SDLMAME4Ubuntu v0.250 (64-bit)
Site Officiel de SDLMAME4Ubuntu
 
 GameInit.dat v0.250 (0.44) 
Mercredi 07/12/22 à 15:33 par Firebrand
Ce fichier donnant des informations comment initialiser certaines bornes d'arcade sur MAME n'avait pas eu de nouvelles versions depuis plus d'un an. C'est maintenant chose faite. Voici les changements:
- 0.44 0.250 12/06/2022: 173 new entries added.
Télécharger GameInit.dat v0.250 (0.44)
Site Officiel de GameInit.dat
 
 vAmiga v2.2 
Mercredi 07/12/22 à 15:30 par Firebrand
Cet émulateur Amiga pour MacOS a été mis à jour. Les améliorations sont les suivantes:
v2.2:
- Fixed a bug that caused the emulator to crash when a Copper list was viewed in RetroShell.
- Fixed some minor GUI issues.
- Cleaned up some code.

v2.2 beta 1:
Enhancements:
- Added cycle-accurate 68010 emulation (#728, #742)
- Added experimental 68020 emulation (#728)
- Added VSYNC support (#731)
- The Cmd keys can be mapped to the Amiga keys without extra permissions (#749)
- Added support for mice with a third button (#747)
- The configurator panel can be opened as a window (#736)
- Added an automatic resizing option to the Window menu (#729)
- A broader range of hard-drive geometries is accepted now (#734)

Bug fixes:
- Fixed a bug related to sprite that were drawn outside the DIW (#743)
- Fixed a timing issue related to the SPRxPOS register (#750)
Télécharger vAmiga v2.2
Site Officiel de vAmiga
 
 SpecEmu v3.2 build 06/12/22 
Mercredi 07/12/22 à 15:28 par Firebrand
Un correctif a été apporté à cet émulateur ZX-Spectrum. Voici de quoi il s'agit:
- Fixed joypad emulation (had switched to new include files which had incorrect joypad structures)
Télécharger SpecEmu v3.2 build 06/12/22
Site Officiel de SpecEmu
 
 Simple64 v2022.12.2 
Mercredi 07/12/22 à 14:43 par Firebrand
Une nouvelle version de cet ensemble pour l'émulation Nintendo 64 a été publiée. Un seul changement est à signaler:
- Fix for an issue in the v2022.12.1 release that broke netplay
Télécharger Simple64 v2022.12.2
Site Officiel de Simple64
 
 DSP v0.21 WIP 4.2 (32-bit) 
Mercredi 07/12/22 à 14:41 par Firebrand
Cet émulateur multi-systèmes a été mis à jour. Les améliorations sont les suivantes:
General
- Fixed - Emulator losses focus and keyboard stop working (Thanks to Neville)
- Updated SDL library to 2.26.1

Coleco
- Fire button 1 and 2 switched
- Fixed error message loading a cartridge
Télécharger DSP v0.21 WIP 4.2 (32-bit)
Site Officiel de DSP
 
 Nintendulator FR v0.985 Beta (04/12/22) 
Mardi 06/12/22 à 14:47 par Firebrand
La dernière version de cet émulateur a été traduite en français par l'équipe de Tradu-France.
Télécharger Nintendulator FR v0.985 Beta (32-bit) (04/12/22)
Télécharger Nintendulator FR v0.985 Beta (64-bit) (04/12/22)
Tradu-France
 
 BigPEmu v1.01 FR 
Mardi 06/12/22 à 14:44 par Firebrand
Cet émulateur Jaguar est désormais traduit en français par l’équipe de Tradu-France.
Télécharger BigPEmu v1.01 FR
Tradu-France
 
 Simple64 v2022.12.1 
Mardi 06/12/22 à 14:41 par Firebrand
Une nouvelle version de cet ensemble pour l'émulation Nintendo 64 a été publiée. Voici les changements:
- Support for homebrew ROM header - mupen64plus/mupen64plus-core#977
- Simplify core options
Télécharger Simple64 v2022.12.1
Site Officiel de Simple64
 
 SpecEmu v3.2 build 04/12/22 
Mardi 06/12/22 à 14:38 par Firebrand
Cet émulateur ZX-Spectrum a été mis à jour. Les améliorations sont les suivantes:
- Improved snow effect emulation (thanks, Weiv)
- Fixed "tapeinvert" command (in command parser) to invert bit 6 of IN #FE only with tape input (thanks, cngsoft)
- Added a list of some of the debugger's command parser commands into the Docs folder
- Added a few examples for the conditional breakpoints into the Docs folder
Télécharger SpecEmu v3.2 build 04/12/22
Site Officiel de SpecEmu
 
 DuckStation 06/12/2022 
Mardi 06/12/22 à 14:32 par Firebrand
Une nouvelle version de cet émulateur PlayStation a été publiée. Voici la liste des nouveautés:
- Handle some edge cases (Connor McLaughlin)
- 71c5586: GPU/SW: Fix incorrect min/max in polylines (Connor McLaughlin)
- Fix macro frequency not saving (Connor McLaughlin)
- da963d4: Correct "Read Speedup" to "Seek Speedup" (RSDuck) #2927
- 527a1e6: Various fixes for the postprocessing controls in the fullscreen GUI (RSDuck) #2928
- Ensure Android source is always enabled (Connor McLaughlin)
- Simplify method naming (Connor McLaughlin)
- Manually throttle fullscreen UI presentation (Connor McLaughlin)
- Allow using input button to clear bindings (Connor McLaughlin)
- Improve SleepUntil() (Connor McLaughlin)
- Remove sleep logging (Connor McLaughlin)
- Add copyright/license statement to applicable files (Connor McLaughlin)
- Remove dead code from ControllerBindingWidget_Base (Connor McLaughlin)
- Don't unconditionally apply TTY enable patch (Connor McLaughlin)
- Fix broken missing-SBI detection (Connor McLaughlin)
Télécharger DuckStation 06/12/2022 (Windows)
Télécharger DuckStation 06/12/2022 (MacOS)
Télécharger DuckStation 06/12/2022 (Linux)
Site Officiel de DuckStation
 
 BigPEmu v1.01 
Mardi 06/12/22 à 14:29 par Firebrand
Ce nouvel émulateur Jaguar de qualité a été mis à jour. L'auteur prévient qu'il va bénéficier ce jour d'une intervention chirurgicale et qu'il n'y aura probablement pas de nouvelle version pendant quelques semaines. Nous lui souhaitons un prompt rétablissement! Les améliorations sont les suivantes:
- Added variable-sized EEPROM support, thanks to Reboot for providing some test cases. 512 byte and 2KB EEPROM settings are picked up from the MRQ file if it exists, otherwise any number of EEPROM address bits can be specified via the -eeprombits command line option.
- Added JaguarGD bank switching support.
- Fix for exception-handled M68K reads in unmapped address space.
- Fix for Blitter not correctly wrapping cyan/red on add when ADDDSEL is set, thanks to ScatoLOGIC for reporting the BattleSphere bug which led to this fix.
- Fix for Blitter not starting on the correct bit when block width is less than pixel size and phrase mode is not enabled, thanks to ScatoLOGIC for reporting the BattleSphere bug which led to this fix.
- Going in for a major surgery tomorrow (2022/12/06), so expect that I'll be mostly unavailable and that there won't be any emulator updates for at least a couple of weeks.
Télécharger BigPEmu v1.01
Site Officiel de BigPEmu
 
 BigPEmu v1.00 
Lundi 05/12/22 à 14:48 par Firebrand
Un nouvel émulateur Jaguar vient de débarquer. Et pour une première version, il frappe fort. Il est compatible avec la totalité des jeux cartouche (pas d'émulation du Jaguar CD par contre), il est rapide, précis et possède beaucoup d'options. Si vous aimez cette console d'Atari, c'est probablement l'émulateur que vous attendiez.
Télécharger BigPEmu v1.00
Site Officiel de BigPEmu
 
<< Page précédentePage suivante >>
2001-2024 Planet Emulation