Scripts for setting up RetroPie on a Gameboy Zero.
- Optimized config.txt which includes overclocking
- Download Gameboy Zero splashscreen by AJRedfern
- Install the gbz35 theme and set it as default
- Install the gbz35-dark
- Enable 30sec autosave on roms
- Disable 'wait for network' on boot
A preconfigured image is available to flash at https://github.com/sixteenbit/retropie-i2s/releases. Download the latest release and flash the .img to an SD card (e.g. using Etcher or Apple Pi Baker)
- Download RetroPie from the official site
- Flash the .img to an SD card (e.g. using Etcher or Apple Pi Baker)
- Enable WIFI and SSH
git clone https://github.com/sixteenbit/retropie-i2s.git
cd retropie-i2s
sudo ./install.sh YES
sudo reboot now
sudo apt-get update; sudo apt-get upgrade -y;
cd; curl https://raw.githubusercontent.com/adafruit/Raspberry-Pi-Installer-Scripts/master/retrogame.sh >retrogame.sh
sudo bash retrogame.sh
curl -sS https://raw.githubusercontent.com/adafruit/Raspberry-Pi-Installer-Scripts/master/i2samp.sh | bash
This is a modified version of HoolyHoo's Mintybatterymonitor.
wget https://raw.githubusercontent.com/sixteenbit/Mintybatterymonitor/master/MintyInstall.sh
sudo git clone https://github.com/sixteenbit/Mintybatterymonitor.git
sudo chmod 777 MintyInstall.sh
sudo ./MintyInstall.sh
sudo reboot now
- Installer script originally built by Kite for the Circuit Sword but has been re-purposed for Gameboy Zero.
- MintyBatteryMonitor is a modified version of HoolyHoo's.
- Splashscreen was created by AJRedfern