====== Mednafen ====== ===== Description ===== Mednafen est un émulateur multi-machine sous licence GNU/GPL 2. Il ne dispose pas d'interface graphique native. Machine émulées : * Apple II/II+ * Atari Lynx * Neo Geo Pocket (Color) * WonderSwan * GameBoy (Color) * GameBoy Advance * Nintendo Entertainment System * Super Nintendo Entertainment System/Super Famicom * Virtual Boy * PC Engine/TurboGrafx 16 (CD) * SuperGrafx * PC-FX * Sega Game Gear * Sega Genesis/Megadrive * Sega Master System * Sega Saturn (experimental, x86_64 only) * Sony PlayStation ===== Compilation ===== apt-get install git build-essential pkg-config libasound2-dev libcdio-dev libsdl1.2-dev libsndfile1-dev zlib1g-dev git clone https://github.com/libretro-mirrors/mednafen-git cd mednafen-git ./configure && make -j"$(nproc)" su -c "make install" -m "root" ===== Lancer en utilisant Alsa ===== mednafen -sound.device sexyal-literal-default ROM.truc ===== Enregistrer l'audio ==== mednafen -soundrecord SON.wav ROM.truc ===== Références ===== * https://mednafen.github.io/ * https://github.com/libretro-mirrors/mednafen-git