GB/GBC core built against latest MiSTer upstream sources
Hello there,
I wanted to get the GB/GBC FPGA core on the Chromatic updated to the latest MiSTer upstream, and it was very easy.
I am sharing the core here so everybody can use it.
It has to be flashed manually with:
openFPGALoader --write-flash --cable gwu2x --reset evt1_x2.fs
(That is on GNU/Linux, I have zero idea about how to do that on Windows since I touched a Windows system last time in 2003 or so).
https://github.com/vanfanel/ChromaticBuilds/raw/refs/heads/main/Chromatic_fw.zip
If you want to reproduce my build:
-Clone this fantastic fork:
https://github.com/t-chamb/chromatic_fpga
-Edit esp32t/src/rtl/EMU/CORE/gb.v and comment out the line:
.hdma_active ( hdma_active ),
-Go into chromatic_fpga/esp32t/src/ and clone the MiSTer upstream GB core there (https://github.com/MiSTer-devel/Gameboy\_MiSTer)
-Build using GOWIN version 1.9.12.x (I use 1.9.12.02)