RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login

    Amiga 500 Raspberry Pi 4 Guide?

    Scheduled Pinned Locked Moved General Discussion and Gaming
    amigaraspberry pi 4retropie
    18 Posts 3 Posters 7.5k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • muldjordM
      muldjord @F4CEpa1m
      last edited by

      @F4CEpa1m I assume you only extracted the LHA's from that image and isn't actually using it. Just making sure.

      As long as you are on the official RetroPie image, it should show up I believe. It's been a while since I set mine up, but I don't remember it being necessary to do anything specific to make the files show up.

      F 1 Reply Last reply Reply Quote 0
      • F
        F4CEpa1m @muldjord
        last edited by F4CEpa1m

        @muldjord

        Yep, I extracted the .LHA's.

        I did use the full pre-made image to test out on my Raspberry Pi 3, but extracted just the KickStart roms and .LHA game roms from that image and copied them to the relevant folders I mentioned on my Raspi 4 setup.

        It all seems to check out, but for some reason Amiga is just not showing up as an option.

        Currently have a cool little setup with 2 Raspi's, one the Amiga pre-made 32GB image on a Raspi 3 and the other a custom image (incl. scraped art c/o- Skyscraper), each with separate controllers. But I'd love to get it all on my Raspi 4 to use a single controller + keyboard/mouse (Amiga).

        Then I'd have a spare Raspi 3. Even outside of that, I'm itching to get it working just for the sake of tinkering and simply get it working :]

        muldjordM 1 Reply Last reply Reply Quote 0
        • muldjordM
          muldjord @F4CEpa1m
          last edited by

          @F4CEpa1m You could check your es_systems.cfg and see if it lists .lha under amiga. But it really should by default so I don't think that's the issue.

          F 1 Reply Last reply Reply Quote 0
          • George SpiggottG
            George Spiggott
            last edited by George Spiggott

            You can legally download these games directly from the developer Factor 5's website. When you unzip them they will show as .adf files (iirc). Copy them to your roms/amiga folder and reboot your pi or restart emulation station. The games should show up in the Amiga section. At least we will know that the emulator and paths are working that way.

            http://www.factor5.de/downloads.shtml

            Currently running:
            Retropie 4.8.9 on a Pi Zero 2W (Overclock Settings: CPU 1400Mhz)
            ES-DE on a GMKtec K6 (Windows 11, 32GB RAM)

            F 1 Reply Last reply Reply Quote 2
            • F
              F4CEpa1m @muldjord
              last edited by F4CEpa1m

              @muldjord

              Sure does:

              <system>
              <name>amiga</name>
              <fullname>Commodore Amiga</fullname>
              <path>/home/pi/RetroPie/roms/amiga</path>
              <extension>.adz .dms .ipf .lha .sh .uae .zip .ADF .ADZ .DMS .IPF .LHA .SH .UAE .ZIP</extension>
              <command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 SYS amiga %ROM%</command>
              <platform>amiga</platform>
              <theme>amiga</theme>

              1 Reply Last reply Reply Quote 0
              • F
                F4CEpa1m @George Spiggott
                last edited by F4CEpa1m

                @George-Spiggott

                I downloaded BCKid.zip from the link you posted, unzipped it, and placed the BCKid.adf file in /home/pi/RetroPie/roms/amiga. Rebooted the Pi but the Amiga system is still not showing up in the Emulationstation menu at all.

                I'm really stumped here. Even update the RetroPie-Setup script but it's the latest version already.

                I can see a UAE Config Maker option in the RetroPie menu in emulationstation, is it possible this is causing issue from previously attempting to install this:

                RetroPieAmigaSetup

                Installing Text

                From an older ETA Prime tutorial but when it ran, a lot of the links were dead (a tonne of red text when it was running). I then uninstalled it as per the command line in the first image there.

                Thoughts?

                muldjordM 1 Reply Last reply Reply Quote 0
                • muldjordM
                  muldjord @F4CEpa1m
                  last edited by muldjord

                  @F4CEpa1m Yeah, I think that script might have messed something up (and it's probably outdated). It used to be that using WHDLoad files was split into differect folders. One called amiga and one called amiga-data or something like that. I seem to recall that script helping out with that.

                  But it's not needed anymore. I don't know where or how that script configures that. You could try looking through it and see if you can reverse it.

                  F 1 Reply Last reply Reply Quote 0
                  • F
                    F4CEpa1m @muldjord
                    last edited by

                    @muldjord

                    Yeah your'e right. The videos I've watched the Amiga menu shows up before there is any roms in the folder. And the +Launch Amiberry.sh file is there.

                    Definitely thinking now that the script I ran which is definitely outdated is causing the issue, even after I ran the uninstall script. I did see an amiga-data folder after I ran it but that's gone now.

                    Going from what we're saying I'll try in this order:

                    • Go through script and try reverse it
                    • Compare the pre-made image files with this one to make sure everything lines up
                    • Failing it all, I'll image this card, reinstall, and see if Amiga works. If it does then there was obviously some dud files there.

                    Problem is I've got it all setup as a torrent box too and have all the artwork scraped! A re-install is gonna be a pain. Oh well.. 1st world problems :)

                    Thanks for all your help!

                    muldjordM 1 Reply Last reply Reply Quote 1
                    • muldjordM
                      muldjord @F4CEpa1m
                      last edited by

                      @F4CEpa1m Hope you get it solved. Good luck! :)

                      F 1 Reply Last reply Reply Quote 1
                      • F
                        F4CEpa1m @muldjord
                        last edited by F4CEpa1m

                        @muldjord

                        Just downloaded the script, is there anything you can see here that would mess things up?

                        #!/bin/bash

                        pushd /home/pi/
                        wget https://github.com/HoraceAndTheSpider/RetroPieAmigaSetup/archive/master.zip
                        unzip master.zip
                        rm master.zip
                        mv RetroPieAmigaSetup-master .retropie_amiga_setup
                        cd .retropie_amiga_setup
                        python3 amiga_setup_script.py
                        cd ..
                        rm -r .retropie_amiga_setup

                        cp /home/pi/RetroPie/BIOS/Amiga/kick13.rom /home/pi/RetroPie/roms/amiga-data/_BootWHD/Devs/Kickstarts/kick34005.A500
                        cp /home/pi/RetroPie/BIOS/Amiga/kick31.rom /home/pi/RetroPie/roms/amiga-data/_BootWHD/Devs/Kickstarts/kick40068.A1200
                        cp /home/pi/RetroPie/BIOS/Amiga/kick12.rom /home/pi/RetroPie/roms/amiga-data/_BootWHD/Devs/Kickstarts/kick33180.A500

                        popd

                        I have checked the cp entries and all the relevant rom files I extracted from the other image are in that folder anyway so I wouldn't think that part would be an issue..

                        UPDATE: Looking at that script and digging through I've found a RetroPieAmigaSetup-master.zip and a UAEConfigMaker-master.zip downloaded and scripts contained within were executed. I'll dig through those and see if there anything that has moved/re-routed something

                        1 Reply Last reply Reply Quote 2
                        • First post
                          Last post

                        Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

                        Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.