1
0
mirror of https://github.com/Gehstock/Mist_FPGA.git synced 2026-03-04 10:24:34 +00:00

Update Readme.md

This commit is contained in:
Marcel
2022-06-26 04:22:57 +02:00
parent 78e466fe6f
commit 16699d89b0

View File

@@ -12,10 +12,7 @@ This is an FPGA implementation of the Gamate handheld system by Jamie Blanks. Th
This core is compatible with Gameboy *.gbp palette files which can be found with the Gameboy core.
## Setup
This core requires a 4kb bootrom to work, which should be named boot0.rom in the core's game folder. There's two (or more) versions of this BIOS, and neither is better than the other, but the "UMC" version of the bios is slightly newer. Valid CRC32's are 03A5F3A7 (Bit Corp) and 07090415 (UMC).
You may also copy a game to boot1.rom in order to have it boot to that game when the core loads.
You may copy a game to boot1.rom in order to have it boot to that game when the core loads.
## Special Thanks
Thanks to Moondandy for thorough testing and bug hunting.