Skip to content

Commit

Permalink
steamdeck-retroarch-download-all-cores.sh: Download minivmac BIOS file.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Oct 29, 2022
1 parent 08b64d6 commit c6da11d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions steamdeck-retroarch-download-all-cores.sh
Expand Up @@ -137,6 +137,16 @@ for SEGACDMODULE in E U J ; do
fi
done

# Mac II BIOS for minivmac...
for VMACMODULE in MacII ; do
ROMFILE="$VMACMODULE.rom"
if [ ! -f "$RETROSYSTEMPATH/$ROMFILE" ]; then
echo "Downloading MacII bios $ROMFILE ..."
curl -L -o "$RETROSYSTEMPATH/$ROMFILE" "https://archive.org/download/mac_rom_archive_-_as_of_8-19-2011/mac_rom_archive_-_as_of_8-19-2011.zip/9779D2C4%20-%20MacII%20%28800k%20v2%29.ROM"
fi
done


# Preparation necessary for ScummVM games...
if [ ! -d "$RETROSYSTEMPATH/scummvm" ]; then
echo "Downloading ScummVM required files ..."
Expand Down

0 comments on commit c6da11d

Please sign in to comment.