{{tag>jeu émulation arcade BROUILLON}}
----
Obsolète.
===== Zinc =====
Zinc (source : https://forum.ubuntu-fr.org/viewtopic.php?id=127782 )
http://www.emuhype.com/index.phtml?s=zinc&ss=files
Emulateur en ligne de commande.
Il suffit de dézipper l'archive et de copier le fichier libsoundznc.so dans le répertoire /usr/lib/.
Le clavier doit être en disposition US. Pour le pad, j'utilise qjoypad dont voici la configuration:
# QJoyPad 3.4 Layout File
Joystick 1 {
Axis 1: +key 102, -key 100
Axis 2: +key 104, -key 98
Button 1: key 38
Button 2: key 40
Button 3: key 52
Button 4: key 39
Button 5: key 53
Button 6: key 54
}
Joystick 2 {
Axis 1: +key 58, -key 56
Axis 2: +key 57, -key 43
Button 1: key 44
Button 2: key 46
Button 3: key 30
Button 4: key 45
Button 5: key 31
Button 6: key 32
}
Je vous laisse mon script permettant de lancer une rom.
#!/bin/bash
setxkbmap us
/home/savtronic/Jeux/Emulation/Zinc/zinc 16 --roms-directory=/home/savtronic/Jeux/Emulation/MAME/roms/0.104 --renderer=/home/savtronic/Jeux/Emulation/Zinc/librendererznc.so --use-renderer-cfg-file=/home/savtronic/Jeux/Emulation/Zinc/renderer.cfg --controller=/home/savtronic/Jeux/Emulation/Zinc/libcontrolznc.so --sound-stereo-exciter=yes --sound-filter-cutoff=44100 --sound-filter-enable=yes
setxkbmap fr