Tagged: 

Viewing 5 posts - 36 through 40 (of 40 total)
  • Author
    Posts
  • captaindork
    Participant
    Post count: 10

    The issue that df1 is not used might be due to the fact, that most games did not support putting the second disk in df1.

    Just also tried the chips one finally… stupid question: how do you get into the menu again, when the game is already running, to swap the disks?

    chrisl
    Participant
    Post count: 6

    Very easy. Just press F11 on your keyboard.

    Even with a booted Workbench the second disk does not apear with the old UAE.

    By the way. Has anyone got UAE4ALL2 got compiled on the raspberry. I always get errors.

    captaindork
    Participant
    Post count: 10

    Ok now I know why I did not find out… My keyboard has no F11-key… LOL
    Thanks!

    minos
    Participant
    Post count: 9

    [quote=3730]
    – copied sample.adf file to /home/pi/RetroPie/roms/amiga/
    [/quote]

    Hi, need a help over here where did you get sample.adf, sorry for the noob question, or it is a game adf file?

    Because i did all this:

    * I had put the rom files (i’m using as ‘kick.rom’ file the kick1.3 512kb rom) in pi/RetroPie/emulators/uae4rpi folder;
    * Then put the games .adf files in pi/RetroPie/roms/amiga;
    * Had added the entry of amiga emulator on es_config file, to have an amiga emulator page on emulation station:

    DESCNAME=Amiga
    NAME=amiga
    PATH=/home/pi/RetroPie/roms/amiga
    EXTENSION=.adf .ADF
    COMMAND=/home/pi/RetroPie/emulators/uae4rpi/uae4rpi.sh %ROM%
    PLATFORMID=4911

    * Created the script at /home/pi/Retropie/emulators/uae4rpi/uae4rpi.sh with following content:

    #!/bin/bash
    UAEPATH=/home/pi/RetroPie/emulators/uae4rpi
    rm -fr $UAEPATH/df*.adf
    case $1 in
    *_disk1.adf|*_disk1.ADF)
    ln -s $1 $UAEPATH/df0.adf
    ln -s ${1:0:-5}2.adf $UAEPATH/df1.adf
    ;;
    *_disk2.adf|*_disk2.ADF)
    ln -s $1 $UAEPATH/df1.adf
    ln -s ${1:0:-5}1.adf $UAEPATH/df0.adf
    ;;
    *)
    ln -s $1 $UAEPATH/df0.adf
    ;;
    esac
    cd $UAEPATH
    ./uae4all

    (did a “chmod +x uae4rpi.sh” to mark it as executable)

    So if i try to run any amiga game from Emulation station it goes to terminal and apear the message:

    sh: 1: /home/pi/RetroPie/emulators/uae4rpi/uae4rpi.sh: not found

    and returs rapidly to emulation station

    If i try to run uae from the terminal with:

    ./uae4all

    it takes me to a black screen freezing the pi, must plug of to rebbot.

    Please help me here…
    Thanks in advance,
    Pedro

    Floob
    Member
    Post count: 1629

    In the 2.6.0 image you put the roms (named kick13.rom, kick31rom etc..) in /home/pi/RetroPie/BIOS/ they are symlinked from the app directory.

    The UAE4all GUI will quite happily run the roms then.

Viewing 5 posts - 36 through 40 (of 40 total)
  • The forum ‘Everything else related to the RetroPie Project’ is closed to new topics and replies.