Openmsx : Différence entre versions

De drev
Aller à : navigation, rechercher
(Avec la console OpenMSX)
Ligne 45 : Ligne 45 :
  
 
cassetteplayer new
 
cassetteplayer new
 +
 +
== Bindings ==
 +
 +
commande bind pour associer une touche de la manette a une touche clavier, pour un changement permanant, utiliser la commande bind_default
 +
 +
Pour chaque touche on doit binder l'action down et up
 +
 +
Select -> F1
 +
<pre>
 +
bind_default "joy1 button8 up" "keymatrixup 6 0x20"
 +
bind_default "joy1 button8 down" "keymatrixdown 6 0x20"
 +
</pre>
 +
 +
Right trigger -> F2
 +
 +
<pre>
 +
bind_default "joy1 button9 up" "keymatrixup 6 0x40"
 +
bind_default "joy1 button9 down" "keymatrixdown 6 0x40"
 +
</pre>
 +
 +
 +
https://www.msx.org/forum/msx-talk/openmsx/need-a-little-help-binding-joystick-buttons

Version du 24 juin 2021 à 20:18

BIOS

Openmsx est livré avec CBIOS (compatible BIOS) on peut l'utiliser pour jouer mais pas pour sauvegarder sur cassettes (fichiers .wav ou .cas)

Telecharger sysrem roms depuis http://www.msxarchive.nl/pub/msx/emulator/openMSX/

L'archive contient les repertoires extensions/ machines/ misc/

  • Windows

Decompresser sous C:\Users\Administrator\Documents\openMSX\share\systemroms\


  • retropie

Decompresser et deplacer .rom de l'archive vers /home/pi/Retropie/BIOS/openmsx/

Choisir une machine

Avec catapulte

Settings / Edit Configuration

Verifier les systems

Choisir une machine MSX, par exemple la "Panasonic FS-A1"

Avec la console OpenMSX

F10 pour lancer la console puis

machine Panasonic_FS-A1

set default_machine Panasonic_FS-A1

Cassettes

Avec catapulte

  • Bouton record

Avec la console OpenMSX

F10

cassetteplayer new

Bindings

commande bind pour associer une touche de la manette a une touche clavier, pour un changement permanant, utiliser la commande bind_default

Pour chaque touche on doit binder l'action down et up

Select -> F1

bind_default "joy1 button8 up" "keymatrixup 6 0x20"
bind_default "joy1 button8 down" "keymatrixdown 6 0x20"

Right trigger -> F2

bind_default "joy1 button9 up" "keymatrixup 6 0x40"
bind_default "joy1 button9 down" "keymatrixdown 6 0x40"


https://www.msx.org/forum/msx-talk/openmsx/need-a-little-help-binding-joystick-buttons