Trivial modifications to match my use case in a Lego Game Boy.

This commit is contained in:
Staacks
2025-10-01 15:49:32 +02:00
parent 84d29789d5
commit 78527c8fc9
6 changed files with 45 additions and 36 deletions
+15
View File
@@ -1,3 +1,18 @@
# About this fork
This is a fork of [tobigun's fork of the Pico-GB Game Boy emulator](https://github.com/tobigun/Pico-GB). I only changed very few things to make it easy to use for a display addition to Lego's official Game Boy set as I describe it in my blog post at [there.oughta.be/a/lego-game-boy](https://there.oughta.be/a/lego-game-boy).
My modifications are trivial:
* Disable sound and SD card features
* Disable input by setting all inputs to the unused GPIO 0
* Set display driver and pinout according to the display used in my post (see [there.oughta.be/a/lego-game-boy](https://there.oughta.be/a/lego-game-boy) ).
* Change default to stretched scaling
* Set the grayscale color palette
Below is the original readme.
---
# RP2040-GB for Pico-GB
This is a fork of [YouMakeTech's Pico-GB Game Boy emulator](https://github.com/YouMakeTech/Pico-GB) which again is a fork of the [Peanut-GB based RP2040-GB Game Boy (DMG) emulator from deltabeard](https://github.com/deltabeard/Peanut-GB).