{"id":23385977,"url":"https://github.com/sixteenbit/gameboy-zero-setup","last_synced_at":"2025-08-15T00:35:09.360Z","repository":{"id":80537869,"uuid":"138437094","full_name":"sixteenbit/gameboy-zero-setup","owner":"sixteenbit","description":"Provisioning scripts for RetroPie to be used with Gameboy Zero.","archived":false,"fork":false,"pushed_at":"2018-07-23T04:08:51.000Z","size":1437,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-01T16:41:24.484Z","etag":null,"topics":["gameboyzero","provisioning","retropie","sudomod"],"latest_commit_sha":null,"homepage":"https://github.com/sixteenbit/gameboy-zero-setup/wiki","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sixteenbit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-23T22:15:50.000Z","updated_at":"2018-07-13T20:43:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"93aa3336-4d03-462e-bae2-6fb21083e332","html_url":"https://github.com/sixteenbit/gameboy-zero-setup","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/sixteenbit/gameboy-zero-setup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sixteenbit%2Fgameboy-zero-setup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sixteenbit%2Fgameboy-zero-setup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sixteenbit%2Fgameboy-zero-setup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sixteenbit%2Fgameboy-zero-setup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sixteenbit","download_url":"https://codeload.github.com/sixteenbit/gameboy-zero-setup/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sixteenbit%2Fgameboy-zero-setup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270505744,"owners_count":24596503,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-14T02:00:10.309Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gameboyzero","provisioning","retropie","sudomod"],"created_at":"2024-12-22T00:30:11.823Z","updated_at":"2025-08-15T00:35:09.337Z","avatar_url":"https://github.com/sixteenbit.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gameboy Zero Setup\n\nScripts for setting up RetroPie on a Gameboy Zero.\n\n## What's in the box\n\n1. Optimized [config.txt](settings/config.txt) which includes overclocking\n1. Download Gameboy Zero splashscreen by [AJRedfern](https://www.sudomod.com/forum/viewtopic.php?f=8\u0026t=1440)\n1. USB audio setup\n1. Fix for splashscreen audio when using USB audio\n1. Fix N64 audio\n1. Fix C64 audio\n1. Install the gbz35 theme and set it as default\n1. Install the gbz35-dark and pixel themes\n1. Enable 30sec autosave on roms\n1. Disable 'wait for network' on boot\n1. Enable /tmp as a tmpfs (ramdisk)\n\n## Flashing the pre-configured image\n\nA preconfigured image is available to flash at https://github.com/sixteenbit/gameboy-zero-setup/releases. Download the latest release and flash the .img to an SD card (e.g. using [Etcher](https://etcher.io/) or [Apple Pi Baker](https://www.tweaking4all.com/software/macosx-software/macosx-apple-pi-baker/))\n\n## Running the installer\n\n1. Download RetroPie from the [official site](https://retropie.org.uk/download/)\n1. Flash the .img to an SD card (e.g. using [Etcher](https://etcher.io/) or [Apple Pi Baker](https://www.tweaking4all.com/software/macosx-software/macosx-apple-pi-baker/))\n1. Enable WIFI and SSH\n1. `git clone https://github.com/sixteenbit/gameboy-zero-setup.git`\n1. `cd gameboy-zero-setup`\n1. `sudo ./install.sh YES`\n1. `sudo reboot now`\n\n## Post installation\n\n### Install Retrogame\n\n```bash\ncd; curl https://raw.githubusercontent.com/adafruit/Raspberry-Pi-Installer-Scripts/master/retrogame.sh \u003eretrogame.sh\nsudo bash retrogame.sh\n```\n\n### Install Battery Monitor\n\nThis is a [modified version](https://github.com/sixteenbit/Mintybatterymonitor) of HoolyHoo's [Mintybatterymonitor](https://github.com/HoolyHoo/Mintybatterymonitor).\n\n1. `wget https://raw.githubusercontent.com/sixteenbit/Mintybatterymonitor/master/MintyInstall.sh`\n1. `sudo git clone https://github.com/sixteenbit/Mintybatterymonitor.git`\n1. `sudo chmod 777 MintyInstall.sh`\n1. `sudo ./MintyInstall.sh`\n1. `sudo reboot now`\n\n\n## Credits\n\n- Installer script originally built by [Kite](https://github.com/kiteretro/Circuit-Sword) for the Circuit Sword but has been re-purposed for Gameboy Zero.\n- MintyBatteryMonitor is a modified version of [HoolyHoo's](https://github.com/HoolyHoo/Mintybatterymonitor).\n- Splashscreen was created by [AJRedfern](https://www.sudomod.com/forum/viewtopic.php?f=8\u0026t=1440)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsixteenbit%2Fgameboy-zero-setup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsixteenbit%2Fgameboy-zero-setup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsixteenbit%2Fgameboy-zero-setup/lists"}