SpecIde est (encore un autre) émulateur ZX Spectrum (et, en partie, Amstrad CPC). Actuellement, l’émulation du ZX Spectrum est assez précise. L’émulation de l’Amstrad CPC est encore en développement, mais elle est globalement suffisante pour jouer à la plupart des jeux. Certaines des fonctionnalités prises en charge sont :
 

– Émulation du ZX Spectrum 48K (Issue 2/3), 128K, +2, +2A et +3.
– Émulation des Amstrad CPC 464/664/6128. Pas encore de support pour les modèles Plus !
– Émulation du lecteur de disque FDC765 (les commandes de scan manquent encore).
– Émulation des modèles espagnols 128K, +2, +2A et +3.
– Émulation des timings Pentagon (mais pas encore de BetaDisk ! Désolé pour ça !).
– Émulation sonore PSG (AY-3-8912/YM-2149).
– Émulation Turbosound, prise en charge des modes à deux et quatre PSG.
– Émulation Covox/Soundrive.
– Chargement de cassettes via les images de bande .tap et .tzx, ainsi que les fichiers .csw.
– Chargement de disques via les images de disque .dsk.
– Flashloading des fichiers .tap et .tzx qui utilisent les routines de la ROM.
– Flashsaving vers des fichiers .tap en utilisant les routines de la ROM.
– Détection du mode vidéo en plein écran.
– Modes entrelacés à double scan (modes Gigascreen).
– Émulation des joysticks Kempston/Sinclair/Cursor/Fuller à partir d’un joystick/manette de PC.
– Audio du Fuller box.
– Fonctionne sous GNU/Linux, Windows et MacOS.
 

 

La version MinGW est destinée à XP/Vista/7.
 

Télécharger SpecIde (32 bits) (2025/05/31) (8.0 Mo)

Télécharger SpecIde (64 bits) (2025/05/31) (7.9 Mo)

Site Officiel

En savoir plus…

La dernière version béta publique de l’excellent WinUAE, l’émulateur Commodore Amiga. La traduction est signée Tradu-France.
 

 
Les changements ici.
 

Télécharger WinUAE (Public Beta) [32 bits] v6.0 Beta 30 (4.9 Mo)

Télécharger WinUAE (Public Beta) [64 bits] v6.0 Beta 30 (7.3 Mo)

Télécharger WinUAE (Public Beta) [32 bits] v6.0 Beta 29 FR (8.5 Mo)

Télécharger WinUAE (Public Beta) [64 bits] v6.0 Beta 29 FR (10.8 Mo)

Site Officiel

En savoir plus…

Il s’agit d’un émulateur de Sony Playstation Vita pour Windows et MacOS, émulant homebrew, démos ainsi que des jeux commerciaux.
 

 


 

Site source (et builds automatiques).
 

Télécharger Vita3K v0.2.0 (2025/06/01) (13.5 Mo)

Site Officiel

En savoir plus…

Créé par DH & Hykem (et rejoint par un ensemble de développeurs), RPCS3 est un émulateur de Playstation 3 multi-plateformes qui a pour objectif de devenir le plus complet possible. Il faisait principalement office de désassembleur mais pousse à présent la performance jusqu’à exécuter un grand nombre de jeux commerciaux devenant ainsi le premier émulateur de PS3 émulant des jeux du commerce, toutefois il nécessite un PC extrêmement performant.
 

En effet il vous faudra rien de moins qu’un CPU type Intel Comet Lake (10th) ou AMD Zen 3 (5000) ou plus, une carte graphique récente type nVidia GTX, de la mémoire haute performance type DDR4/DDR5 (min 8 go / recommandé 16 go) ou encore un système d’exploitation récent pour espérer lancer des jeux dans un mode relativement fluide (mais attention cela dépend énormément des builds et des jeux).
 
Plusieurs rendus s’offre à vous: Aucun, OpenGL, DirectX12 (Windows 10 uniquement) et Vulkan (qui a pour but de remplacer à terme OpenGL et ses dérivés en exploitant plus efficacement les architectures informatiques modernes).
 
Au sujet du nom de l’émulateur, il s’agit d’une abréviation et d’une combinaison de Personal Computer (PC) et PlayStation 3 (PS3). PC + PS3 = PCS3.
Que signifie le R? DH et BlackDemon se souviennent qu’il représentait Real car en 2011, il n’y avait que de faux émulateurs de Ps3. Puis, à un moment donné, DH (originaire d’Ukraine) a commencé à dire que le R représentait le mot Russe. De plus, Nekotekina, qui a rejoint l’équipe fin 2013 et qui est rapidement devenu l’un des plus grands développeurs de cet émulateur, est originaire de Russie. Du coup RPCS3 signifie à présent Russian Personal Computer Station 3.
 


 
Cette version (qui n’est pas à considérer comme stable) qu’on nommera « point de repère » (landmarks) dans le sens ou elle est officiellement publiée sur le site officiel (ce qui change des builds régulier dit « WIP » ou « GIT »), n’est disponible que pour les processeurs 64 bits. Pas de changelog malheureusement.

 

Version changes serve as landmarks and are by no means stable builds
This changelog lists the main (but not all) changes made since 0.0.X

 

– Qt/Input: Hotkey fixes by @Megamouse in #16971
– Update OpenAL to 1.24.3 by @Megamouse in #16972
– cellSaveData: properly initialize SaveDataEntry by @Megamouse in #16967
– overlays: play ICON1.PAM in savedata list if possible by @Megamouse in #16968
– Update minimum cmake to 3.28 by @hcorion in #16978
– Windows: fix updating with unicode user name by @Megamouse in #16980
– Qt: remove discontinued QWinTaskbar code by @Megamouse in #16984
– Updates submodules by @Megamouse in #16986
– Fix macOS SDK path by @nastys in #16990
– Miscellaneous updates by @AniLeo in #16996
– PPU LLVM: Fix VMAXFP and VMINFP by @elad335 in #16987
– linux: Do not bundle unused Qt6 libraries, reduce AppImage size by @AniLeo in #17001
– vk: Rework hot-patching of transform constants to avoid generating transfer operations and split renderpasses by @kd-11 in #16998
– sys_spu: Fix HW schedular limits by @elad335 in #16988
– cellMic: Fix usage of devices with very long names by @Megamouse in #16936
– Update submodules by @Megamouse in #17009
– qt: Fix crash on game list video icon playback, docker: Update ffmpeg to 7.1.1 by @AniLeo in #17005
– ppu: Remove redundant checks on MTFSF by @AniLeo in #17013
– Qt: Fix multi package install dialog on Linux by @AniLeo in #17012
– PPU LLVM: Fixup MTFSF by @elad335 in #17018
– rsx: Track command barrier types during recording for faster instancing compatibility checks by @kd-11 in #17011
– glext: Update from 2022.05.30 to 2025.02.03 by @AniLeo in #17014
– rsx: Replace robin_hood with ankerl::unordered_dense by @AniLeo in #17015
– reduce AppImage size further more by @pflyly in #17016
– use fixed uruntime version by @RipleyTom in #17022
– Qt: fix visibility check of table widget items by @Megamouse in #17024
– vk: Fix typo in NVIDIA-specific stencil unresolve path by @kd-11 in #17028
– Update to Qt 6.9.0 by @Megamouse in #16985
– evdev: log positive axis config by @Megamouse in #17033
– rsx: Minor improvements by @kd-11 in #17040
– Add Menu Key by @profezzorn in #17039
– Qt/input: accumulate button presses between gui refresh by @Megamouse in #17044
– sceNpTrophyRegisterContext: Send signals asynchronously by @elad335 in #17025
– Qt: fix game list image reset after a movie was stopped by @Megamouse in #17049
– Qt: Fix gamelist icons vanishing after stopping a movie by @Megamouse in #17054
– git: Remove unused code by @AniLeo in #17052
– Qt: Add checkboxes to VFS list to make selection more user friendly by @Megamouse in #17050
– Fix game list update for auto-detection VFS games folder by @digant73 in #17051
– Implement sys_spu_image_open_by_fd, fix sys_spu_image_open by @elad335 in #17061
– PPU: Fix memory write breakpoints for 13 instructions by @VelocityRa in #17063
– vk: Forgotten improvements by @kd-11 in #17041
– PPU Debugger/Memory: STDCX/STWCX breakpoints, make vm::_ref const by @elad335 in #17069
– Fix debug self always reporting as « not an elf » by @NefariousTechSupport in #17070
– vk: Forgotten improvements fixup by @kd-11 in #17072
– Fix sceNpTrophyRegisterContext by @elad335 in #17077
– Implement music player utility for testing by @Megamouse in #17080
– rsx: Fix iterating subdraws with mid-range primitive barriers by @kd-11 in #17081
– hotfix: fix parentheses when saving some files by @Megamouse in #17085
– vk: Minor fixes and improvements by @kd-11 in #17088
– Remove some obsolete warning pragmas by @Megamouse in #17089
– SPU Image Finder Fixes by @elad335 in #17094
– Fix IPv6 support detection by @RipleyTom in #17096
– fix erase_if method by @digant73 in #17101
– cellVideoOutConvertCursorColor: fix and implement by @Megamouse in #17100
– Avoid passing -fuse-ld to non-linking step by @RipleyTom in #17103
– Updates submodules by @Megamouse in #17105
– rsx: Misc fixes by @kd-11 in #17102
– vk: Fix indexed multidraw by @kd-11 in #17107
– PPU: HasBreakpoint fast path when empty by @cipherxof in #17110
– Embedded SPU Image Search Fixes, Improve SPU Code Precompilation by @elad335 in #17115
– sys_mmapper: Lazily allocate shared memory descriptors by @elad335 in #17116
– vk: Stop using internal defines to structure platform-specific code by @kd-11 in #17120
– Fix sys_mmapper_unmap_shared_memory by @elad335 in #17123
– Qt: Hex validator for address/instruction inputs by @cipherxof in #17113
– github actions: disable RPCS3 push builds unless it’s the master branch by @Megamouse in #17124
– Build improvements (in preparation of unit tests) by @Megamouse in #17125
– Move main to own file by @Megamouse in #17127
– Update linux docker to 1.6 by @Megamouse in #17126
– Add unit test project to VS by @Megamouse in #17128
– fmt: add some unit tests and fix fmt::trim by @Megamouse in #17130
– Enable ASLR by @Vestrel in #16878
– CMake: Create static rpcs3_lib and unit test by @Megamouse in #17129
– Add unit tests to CI by @Megamouse in #17104
– Fix infinite loop in fmt::replace_all if « from » is empty by @Megamouse in #17133
– CI: Add windows unit tests by @Megamouse in #17138
– CI: Only run unit tests for pull requests by @Megamouse in #17141
– test: Add UTs for rsx::simple_array by @kd-11 in #17136
– Try to fix gcc unit test and update FAudio to 25.05 by @Megamouse in #17146
– virtual Logitech G27 for Gran Turismo 6 by @Kethen in #17135
– Qt: « Show in Memory Viewer » context action by @cipherxof in #17131
– Logitech G27 cleanup by @Megamouse in #17150
– Fix crash in memory viewer launcher by @elad335 in #17152
– Logitech G27 touchups by @Kethen in #17151
– rsx: Do not interpolate when performing image reconstruction (D24X8 <-> BGRA8) by @kd-11 in #17164
– 3rd Party: Update MoltenVK to v1.3.0 by @shinra-electric in #17161
– Atomic utils fixup after ASLR changes by @Vestrel in #17168
– Update SDL to 3.2.12 by @Megamouse in #17027
– SDL: Add DS3 button pressure by @Megamouse in #16848
– vk: Disable texel buffer update-after-bind on NVIDIA driver for pre-RTX cards by @kd-11 in #17149
– Update glslang to 15.3.0 by @hcorion in #17159
– PPU Loader: Consume Executable Memory by @elad335 in #17173
– Logitech G27 fixes and cleanups by @Kethen in #17170
– Fixup SPU Interpreters by @elad335 in #17177
– System: Increase callback counter earlier to take into account how long games take to properly react to the exit request by @Megamouse in #17178
– initialize sdl haptic, log haptic device open errors by @Kethen in #17181
– Emu: Track game termination progress better by @elad335 in #17180
– SPU: Evaluated Thread-blocked LR messaging by @elad335 in #16903
– Fix unlocked hidden trophies in trophy list overlay by @Megamouse in #17183
– System: Fix Kill calling duplication by @elad335 in #17188
– Make IP Binding more global by @RipleyTom in #17194
– Fixes building with static SDL3 submodule by @RipleyTom in #17193
– Bind RPCN client socket only if bind_ip is set by @RipleyTom in #17201
– Make Disable IPv6 text translatable by @RipleyTom in #17204
– rsx: Don’t trigger surface swap-in/swap-out handlers when replacing self by @kd-11 in #17203
– Fix CallFromMainThread execution condition by @elad335 in #17205
– SDL/input: Log GUID by @Megamouse in #17209
– LogitechG27: use named_thread instead of std::thread by @Megamouse in #17211
– Logitech G27 Expand SDL device identification, add mapping note by @Kethen in #17206
– SPU: Improved GETLLAR spin detection conditions by @elad335 in #17207
– Gui: simplify LogitechG27 settings dialog by @Megamouse in #17212
– Update SDL to 3.2.14 by @Megamouse in #17213
– Update VulkanMemoryAllocator to 3.3.0 by @Megamouse in #17202
– Logitech G27 update shifter input by @Kethen in #17216
– Silence new clang warnings by @Megamouse in #17217
– PPU debugger: Update CIA unconditionally if « PPU Debug » enabled by @elad335 in #17223
– Logitech G27 update bit 86 shifter_pressed behavior, log control transfers as todo by @Kethen in #17221
– Always initialize SDL from main thread by @Megamouse in #17234
– rsx: Misc improvements by @kd-11 in #17237
– Update hidapi to 0.15.0 by @Megamouse in #17240
– Sort bin attributes based on ID by @RipleyTom in #17238
– Remove roadmap link from README by @FlexBy420 in #17245
– Fix some static analysis warnings by @Megamouse in #17243
– rsx: Flush MM queue before applying nv3089 block transfers by @kd-11 in #17249
– rsx/util/tests: Make address_range sized and refactor RSX host memory manager to use address_range64 by @kd-11 in #17251
– Update curl to 8.14.0 by @Megamouse in #17260
– fix Windows build with GCC/Clang by @oltolm in #17247
– cmake: add option to use system cubeb by @marcin-serwin in #17246
– Input: implement copiloting by @Megamouse in #17250
– [CI] Move Mac builds to GH Actions by @schm1dtmac in #17263
– Fix Mac upload hash by @hcorion in #17264
– rpcs3_version: Bump to 0.0.37 by @AniLeo in #17265

 
Since v0.0.36 was tagged:
– 263 new commits
– 408 source code files have been edited
– 14 455 lines of code were added and 22 105 deleted
– 23 code contributors
– 62 days of development

 

 

A noter que la liste de compatibilité continue de progresser (voir ici) en permanence.

 
Précisons que 100% des jeux sont exécutables à présent, même s’ils ont encore des bugs ou que certains crash, tous peuvent être lancé, c’est une belle prouesse qu’il faut souligner !

 
Site officiel des sources et versions compilées (builds).

 

Télécharger RPCS3 v0.0.37 Alpha (27.1 Mo)

Site Officiel

En savoir plus…

MartyPC est un émulateur (cycle-accurate) IBM PC multiplateforme écrit en Rust et open source. Le développement a commencé en avril 2022. Il devrait fonctionner sous Windows, Linux et MacOS (y compris Mx).
 

 
Les nombreux changements sont visibles ici.

 

Télécharger MartyPC v0.4.1 (25.3 Mo)

Site Officiel

En savoir plus…

Un émulateur de Sinclair ZX Spectrum multi-plateformes.
 

 

Télécharger Spectral v1.11 (2.9 Mo)

Site Officiel

En savoir plus…

Applewin est un excellent émulateur Apple IIe pour Windows et développé par Tom Charlesworth. Applewin est basé sur la version originale 1.10.4 d’Oliver Schmidt.
 
– [Change #1363] Right-click Disk Drive buttons QoL features to manage new disk images.
+ Support creation of new DOS/ProDOS blank or formatted disk (including default ProDOS apps).
+ [PR #1364] Document the new UI workflows.
+ [PR #1375] Document the disk image size magic numbers.
– [Change #1365] Update disk images included with AppleWin distro.
+ [Change #438] Remove MASTER.DSK and add BLANK.DSK (created using the newly added DOS 3.3 System Master disk).
+ Add ‘DOS 3.3 System Master – 680-0210-A.dsk’.
+ Add ‘ProDOS_2_4_3.po’.
– [Change #478] Support up to 16MiB in RamWorks III card (-r 256), and default to 1MiB (eg. -aux rw3, without -r switch)
– [Change #1397] Debugger: Monitor’s memcpy: Warn and abort when the source’s end address is below the source’s start address.
– [Change #1384] Debugger: Support viewing pseudo-HGR pages at all multiple-of-8K physical start addresses within the 64K main memory.
– [Change #1341] Support Apple //e with empty aux slot, or with a 1KiB 80-column card.
+ Includes accurately supporting the video modes, eg. aux=empty and enabling 80COL, then floating bus is fetched for aux memory.
+ Currently only available via the command line: -aux .
+ NB. For -aux empty, -aux std80 and -alt-cpu-emu this uses a different CPU emulation code path, where full-speed runs 25% slower.
– [Change #1403] Help window now owned by the desktop (instead of AppleWin window).
– Change: Improve logging: for -fs-width/height=x: for each display resolution, after the WxH also output the aspect ratio.
– [Bug #1402] Improve robustness of WOZ chunk processing, and reject image if it’s malformed.
– [Bug #1383] Fix initial volume of Mockingboard card (and SSI263/SC01 devices) after loading a saved state. [@audetto]
– [Bug #1372] Fix restoring SSI263 and SC01 continuous phoneme playback from save-state.
– [Bug #1367] Fix for KeybReset() not called after a configuration reset.
– [Bug #1360] Fix NMOS 6502 illegal opcode 0x0C (aka SKW).
– [Bug #1359] DebugFont: use an ID which is a valid macro. [@audetto]
– [Bug #1319] Fix SmartPort reading Status into aux memory (if aux banked in).
– [Bug #1340] Fix AppleWin not able to switch to full-speed disk mode after playing a speech phoneme (regression at 1.30.19).
– [Bug #290] Fix for very slow Pascal builds on a 128K machine – using new command line: -alt-cpu-emu.
– [PR #1352] Add SoundBuffer interface. [@Jamiras]
– [PR #1345, #1350, #1355, #1357, #1373, #1379, #1389, #1395, #1400] Much refactoring to the code by Andrea Odetti / @audetto.

 

 

Télécharger AppleWin v1.30.21 (3.1 Mo)

Site Officiel

En savoir plus…

SCEPSX est un émulateur PlayStation 1 pour Windows (open source et écrit en C #). Le code est partiellement repris de ProjectPSX.
 

 

La version sans Reshade permet un démarrage plus rapide et économise plus de ressources.
 
Précisions Il y a trop de nouvelles versions pour trop peu de changements. Par conséquent, je réduirai la fréquence des news concernant cet émulateur jusqu’à ce que la situation se stabilise.

 

Télécharger ScePSX v0.1.6.6 Beta (8.3 Mo)

Site Officiel

En savoir plus…

Créé par Ben Vanik alias Noxa (PSP Player), il s’agit d’un projet de recherche pour développer un émulateur Xbox 360. Notez qu’il vous faudra une machine très performante pour lancer des jeux commerciaux de façon fluide. Plus d’informations ici sans oublier le site de développement là. Un manager permettant de gérer l’émulateur Xenia est disponible ici.
 


 


 
– [XAM] Added overlap to XamUserReadProfileSettings
– [Kernel] NtReadFile: Add APC call only for successful executions
– [Kernel] XFile: Override file position if offset is provided
– [XAM] Changed behaviour of XamUserReadProfileSettings for invalid settings
– Misc fixes

 

Télécharger Xenia v1.0.2817 (2025/06/01) (4.4 Mo)

Site Officiel

En savoir plus…

ChonkyStation3 est un émulateur en cours de développement pour le système PlayStation 3. Il peut actuellement lancer quelques jeux commerciaux simples. C’est un projet de loisir que l’auteur développe pour le plaisir et pour apprendre.
 


 
– SPU: Fix UB in some instructions (FINALLY FIXES cellSpurs crash)
– SPU: Fix null pointer bug
– SPU: SPU_In_MBox problem state register
– SPU: Mailbox fixes
– OS: Raw SPU

 

Télécharger ChonkyStation3 (2025/06/01) (1.6 Mo)

Site Officiel

En savoir plus…

Azahar est une fusion entre Lime3DS et le fork Citra de PabloMK7.

 

 

Cette version « Plus » restaure certaines fonctionnalités supprimées de la version originale.
 

AzaharPlus est identique à Azahar à l’exception des caractéristiques suivantes :
 

– Support des fichiers 3DS: Si un fichier fonctionne avec les anciens forks de Citra, il fonctionnera également avec AzaharPlus.
– (Sur Android) Possibilité de télécharger les fichiers système à partir des serveurs officiels. Aucun besoin d’une véritable 3DS.
– Les versions Windows et Linux ne contiennent que l’exécutable.
 

Pour utiliser AzaharPlus, vous devez déjà avoir Azahar et placer l’exécutable d’AzaharPlus à côté de celui d’Azahar. AzaharPlus créera son propre répertoire utilisateur afin de ne pas interférer avec celui d’Azahar. Vous pouvez copier-coller à partir du répertoire utilisateur d’Azahar pour récupérer vos sauvegardes, etc.
 

La version Android est disponible en deux variantes :
– Une variante avec le même identifiant d’application qu’Azahar, ce qui la remplace sur l’appareil. Son nom d’affichage est « AzaharPlus ». Utilisez cette option si vous avez d’autres applications qui ciblent Azahar, comme une interface par exemple.
– Une autre variante avec un nouvel identifiant d’application, permettant de coexister avec Azahar sans problème. Son nom d’affichage est « +AzaharPlus+ ».
 
Noter qu’il vous faudra la version msys2 de Azahar et non la version msvc pour exécuter AzaharPlus.
 

Télécharger AzaharPlus v2121.2-A (56.9 Mo)

Site Officiel

En savoir plus…

Xemu est une application multiplateforme et open source qui émule le matériel de la console de jeu Xbox d’origine, permettant aux utilisateurs de jouer à leurs jeux Xbox sur les systèmes Windows, macOS et Linux.
 

 
Ce projet est une branche active du projet XQEMU, qui est lui même basé sur le projet QEMU qui est populaire et très activement maintenu.
 

 

 

 
A noter que la version 32 bits n’est pas officielle (réalisée par Lo v2).
 
Quelques informations d’ordres générales concernant les modifications:
 
– mcpx: Support 3D voice HRTF filtering
– xbox: Move xbox machine property creation to class init handler
– Misc fixes

 

Télécharger Xemu (32 bits) (2020/06/12) (6.2 Mo)

Télécharger Xemu (64 bits) v0.8.68 (8.3 Mo)

Télécharger Xemu (Debug) v0.8.68 (9.2 Mo)

Site Officiel

En savoir plus…




https://www.casino-comparatif.org

https://jeux-gratuits-casino.com/

https://www.offside.fr/

Casino-en-ligne-fiable.com

https://www.casinoonlinefrancais.fr

Lucky 7 bonus

https://www.casinogratuitsansdepot.com

casino en ligne Winoui

captaincaz.info

critiquejeu.info

playbonus

casinodoc.org

laplanquedujoueur.com

Crypto Casino

pleeeasecasino

casinoonlinefrancais