Juil 062016
 

Un émulateur NES
apt-get install fceux
Et pour le lancer :
nes
Oui, je sais, c’est trompeur

Un emulateur Gameboy
apt-get install gngb
Et pour le lancer :
gngb -o -a FICHIER_ROM.ZIP

Avoir l’écran tactile a l’endroit avec la version 4.4 du CHIP OS :
vi /usr/share/X11/xorg.conf.d/99.calibration.conf
Section "InputClass"
Identifier "calibration"
MatchProduct "1c25000.rtp"
Option "Calibration" "4055 41 3705 194"
Option "SwapAxes" "0"
EndSection

Source : https://bbs.nextthing.co/t/pocketchip-running-chip-4-4-gui/5319

sinon :

apt-get install xinput-calibrator xinput
xinput_calibrator --output-type xinput

sauver Pico 8
( find /usr -iname pico-8\* -exec tar rzvfp /var/tmp/pico8.tgz {} \; )
source : https://bbs.nextthing.co/t/pocketchip-running-chip-4-4-gui/5319/27

https://bbs.nextthing.co/t/pocketchip-running-chip-4-4-gui/5319/27