sorgelig 68f84e4737 Merge pull request #41 from brNX/master
Added analog output text to the README
2019-05-20 22:43:27 +08:00
2018-12-03 02:40:58 +08:00
2019-05-11 02:36:38 +08:00
2019-04-25 23:57:50 +08:00
2018-03-06 02:45:59 +08:00
2017-12-03 07:32:02 +08:00
2019-05-11 02:27:05 +08:00
2018-03-06 02:45:59 +08:00
2018-12-27 19:55:47 +00:00
2019-05-11 02:27:05 +08:00
2017-12-03 07:32:02 +08:00
2019-05-11 02:27:05 +08:00
2019-01-21 10:11:08 +08:00
2019-05-11 02:27:05 +08:00
2019-05-11 02:27:05 +08:00
2019-01-08 21:40:57 +00:00
2019-03-11 22:48:08 +00:00
2019-05-10 23:43:35 +08:00
2019-01-21 10:11:08 +08:00
2019-01-21 10:11:08 +08:00
2018-03-06 02:45:59 +08:00
2018-03-06 02:45:59 +08:00
2017-12-03 07:32:02 +08:00
2018-12-27 19:53:16 +00:00

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
Gameboy for MiSTer
Readme 74 MiB
Languages
Verilog 40.7%
VHDL 31.7%
SystemVerilog 19%
Assembly 4.4%
Lua 1.7%
Other 2.5%