Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • in reply to: Amiga Emulator #91857
    minos
    Participant

    First of all, thanks for the fast reply, i’m very sorry for double replying on different threads. Ok,i deleted the kickstarts from ~/RetroPie/emulators/uae4rpi folder and put them in ~/RetroPie/BIOS folder, i have there:

    kick13.rom (512kb)
    kick20.rom
    kick30.rom
    kick31.rom

    Restored the emulationstation config to previous configuration (removed the amiga entry)

    then opened the terminal and SDL1_VIDEODRIVER=”dispmanx” then when i launch the ./uae4all it appears a black screen with 2 rectangles (green and red) at the bottom right then comes back rapidly to terminal…

    No luck around here…

    in reply to: No Amiga emulation #91831
    minos
    Participant

    [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

    in reply to: Amiga Emulator #91829
    minos
    Participant

    Thanks Buzz, i’m sure i have the latest, but in emulation station when i navigate to amiga emulator page and choose a game it tries to load and retrive a black screen and return to emulation station. Can help me here?

    * 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

    in reply to: Amiga Emulator #91697
    minos
    Participant

    Hello, need a little help in here, i dont have the startAmigaDisk.sh on uae4rpi folder, how do i create it?

    Sorry for noobing…
    Pedro

    in reply to: Mame roms won't start #7289
    minos
    Participant

    Thanks, have tried this solution early but didn’t realize that had to hold for a few seconds the buttons on the commanda pad to be memorized in the MAME menu. Many thanks!! All working.

    in reply to: Mame roms won't start #7270
    minos
    Participant

    Thanks for the response, but when press tab in the menu that open it cannot accept the joypad buttons, it seems tha it doesn’t exists… Still needing help…

    The mame BIOS are MAMEBIOS from emuparadise.me and MAME BIOS pack from planetemu.net

    in reply to: Mame roms won't start #7268
    minos
    Participant

    Ok, downloaded some mame BIOS and put them in roms directory. IT’S OK NOW, almost all games load.

    Then realized that the resolution using pifba was poor, so changed in the es_config to use MAME4ALL. Perfect the roms loaded and with much better resolution, but lost the usage of the usb controller that was using with pifba. Tried to configure it again in “input configuration” on emulationstation and it doesn’t work either. Seems that the path to joypad configuration is different between PIFBA and MAME4ALL. Any thoughts??

    Please help.

    Thanks in advance.
    Pedro

    in reply to: MAME confusion, why multiple versions? #7265
    minos
    Participant

    Need help here please!

    When using pifba as mame emulator = roms opened, poor resolution, could use the retroarch input controller configuration within the games.

    When changed to mame4all = roms opened, much better resolution, could NOT use usb controller. Have entered input configuration and set up joypad again (only on retroarch and dgen, because gngeo gives me “sript error”).

    It seems that mame4all, uses another joypad configuration rather then retroarch…

    A note: i already use my joypad in the emulestation menu, just can’t figure out to get it work on the games.

    Tried to create the /pi/.gngeo/gngeorcinput to configure a joypad thru the emulestation on inputconfiguration and the “script” error has gone, in sum i’ve configured the joypad to “retroarch” + “Dgen” + “Gngeo”, but still dont get it to work.

    It seems the path of the joypad configuration that MAME uses is different from pifba. But where do i see this?

    Sorry for long text. Please help!!

Viewing 8 posts - 1 through 8 (of 8 total)