• [^] # Re: Oh punaise

    Posté par (site web personnel) . En réponse à la dépêche La version 0.32.0 de Xcpc est disponible. Évalué à 4. Dernière modification le 07 avril 2021 à 12:29.

    Question con, comment on fait pour utiliser xcpc avec des dsk en mode 664?

    J'ai tenté en cpc664:

    $ ./src/xcpc --machine=cpc664 --sysrom=share/xcpc/roms/cpc664.rom \
     --drive0 /home/cpitrat/Perso/caprice32/disk/fruitfra.zip
    

    ou en cpc6128:

    $ ./src/xcpc --machine=cpc6128 --sysrom=share/xcpc/roms/cpc6128.rom \
     --drive0=disk/fruitfra.zip 
    

    ou encore avec drive1:

    $ ./src/xcpc --machine=cpc664 --sysrom=share/xcpc/roms/cpc664.rom \
     --drive1 /home/cpitrat/Perso/caprice32/disk/fruitfra.zip
    

    Mais quand je tape cat j'ai droit à un "Press PLAY then any key" laissant penser qu'il cherche une cassette, donc qu'il est en mode 464.

    Edit: Bon j'étais trop flemmard, c'était en testant depuis les sources. En faisant un make install ça marche mieux. Sauf que par habitude, j'ai passé directement un .zip au lieu d'un .dsk et bizarrement, y'a aucune erreur, juste un nom de fichier bizarre quand je fais cat :-)