mirror of
https://github.com/MiSTer-devel/Gameboy_MiSTer.git
synced 2026-04-19 03:04:09 +00:00
59914de8bd033de2682037e538fd52d9eabb3bbe
Gameboy for MiSTer
This is port of Gameboy for MiST
- Place RBF file into root of SD card.
- Place *.gb files into Gameboy folder.
Gameboy Color Support
Place the Gameboy color bios/bootrom into the Gameboy folder and rename it to boot1.rom
Palettes
Core supports custom palettes (*.gbp) which should be places into Gameboy folder. Some examples are available in palettes folder.
Autoload
To autoload custom palette at startup rename it to boot0.rom To autoload favorite game at startup rename it to boot2.rom
Analog output
Due to using a weird video resolution and frequencies (from a TV signal perspective) the core needs help from the scaler to output a 15KHz Signal.
For now you can append this to your MiSTer.ini configuration file (credit goes to ghogan42/soltan_g42) that enables the vga_scaler to be active when using this core
be aware that you will lose HDMI output for this core :
[Gameboy]
video_mode=320,8,32,24,240,4,3,16,6048
vga_scaler=1
vsync_adjust=2
vscale_mode=1
Description
Languages
Verilog
40.7%
VHDL
31.7%
SystemVerilog
19%
Assembly
4.4%
Lua
1.7%
Other
2.5%