Skip to content

Latest commit

 

History

History
64 lines (44 loc) · 2.42 KB

README.md

File metadata and controls

64 lines (44 loc) · 2.42 KB

RetroPie 4.4 for Sixteenbit Systems

Scripts for setting up RetroPie on a Gameboy Zero.

What's in the box

  1. Optimized config.txt which includes overclocking
  2. Download Gameboy Zero splashscreen by AJRedfern
  3. Install the gbz35 theme and set it as default
  4. Install the gbz35-dark
  5. Enable 30sec autosave on roms
  6. Disable 'wait for network' on boot

Flashing the pre-configured image

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)

Running the installer

  1. Download RetroPie from the official site
  2. Flash the .img to an SD card (e.g. using Etcher or Apple Pi Baker)
  3. Enable WIFI and SSH
  4. git clone https://github.com/sixteenbit/retropie-i2s.git
  5. cd retropie-i2s
  6. sudo ./install.sh YES
  7. sudo reboot now

Post installation

Update all the things

sudo apt-get update; sudo apt-get upgrade -y;

Install Retrogame

cd; curl https://raw.githubusercontent.com/adafruit/Raspberry-Pi-Installer-Scripts/master/retrogame.sh >retrogame.sh
sudo bash retrogame.sh

Install i2s Script

curl -sS https://raw.githubusercontent.com/adafruit/Raspberry-Pi-Installer-Scripts/master/i2samp.sh | bash

Install Battery Monitor

This is a modified version of HoolyHoo's Mintybatterymonitor.

  1. wget https://raw.githubusercontent.com/sixteenbit/Mintybatterymonitor/master/MintyInstall.sh
  2. sudo git clone https://github.com/sixteenbit/Mintybatterymonitor.git
  3. sudo chmod 777 MintyInstall.sh
  4. sudo ./MintyInstall.sh
  5. sudo reboot now

Credits

  • 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