Merge pull request #41 from brNX/master

Added analog output text to the README
This commit is contained in:
sorgelig
2019-05-20 22:43:27 +08:00
committed by GitHub

View File

@@ -15,3 +15,19 @@ Core supports custom palettes (*.gbp) which should be places into Gameboy folder
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** :
```ini
[Gameboy]
video_mode=320,8,32,24,240,4,3,16,6048
vga_scaler=1
vsync_adjust=2
vscale_mode=1
```