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

    Amiga CD 32 script share

    Scheduled Pinned Locked Moved Ideas and Development
    amiga cd 32
    1 Posts 1 Posters 155 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.
    • D
      db666
      last edited by db666

      You need to find the right kickstart files et clone some of fs-uae configs for this to work but this is the main command line you need to get the system running.

      #!/usr/bin/env bash
      
      # This file is part of The RetroPie Project
      #
      # The RetroPie Project is the legal property of its developers, whose names are
      # too numerous to list here. Please refer to the COPYRIGHT.md file distributed with this source.
      #
      # See the LICENSE.md file at the top-level directory of this distribution and
      # at https://raw.githubusercontent.com/RetroPie/RetroPie-Setup/master/LICENSE.md
      #
      
      rom="$1"
      
      rootdir="/opt/retropie"
      datadir="$HOME/RetroPie"
      romdir="$datadir/roms/amigacd32"
      savedir="/home/media/RetroPie/RetroPie-Saves/"
      biosdir="$datadir/BIOS"
      kickfile="$biosdir/CD32KICK31.ROM"
      extfile="$biosdir/CD32EXT.ROM"
      gamepad="gamepad"
      
      fs-uae --amiga-model=CD32 --fullscreen=1 --zoom=auto  -–joystick-port-0-mode="$gamepad"  --kickstart_file="$kickfile" --kickstart_ext_file="$extfile" --save_states_dir="$savedir" --cdrom-drive-0="$rom"
      
      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.