Pour tout les feignant qui lisent joystick et qui veulent savoir à quoi correspond le code qu´il y a sur la tranche, je l´ai tapé pour vous, c´est naze comme résultat
c un code en c, a compiler avec dev c++ par exemple...
- include < stdio.h>
main()
{
char
m[]={0xF9,0xd0,0xaa,0xf5,0xef,0xe3,0xf4,0xe9,0xee,
0xee,0xaa,0xf3,0xba,0xf9,0xe8,0xf1,0xaa,0xb6,0xc2,
0xba,0xaa,0xf6,0xe8,0xff,0xba,0xba,0xfd,0xea,0xe8,
0xf5,0xfb,0xef,0xec,0xee,0xff,0xe8,0xba,0xfb,0xbb,
0xfd,0xba,0xff,0xf7,0xba,0xff,0xf3,0xf7,0xf4,0xff,
0xee,0xba,0xff,0xeb,0xfd,0xef,0xe8,0xff,0xfb,0xba,
0xf6,0x00,0x00};
char*p=(void*)&
while(*p++)
{
printf("%c",*p++^0x9A);
}
}