mirror of
https://github.com/MiSTer-devel/Gameboy_MiSTer.git
synced 2026-05-17 03:03:43 +00:00
Merge pull request #41 from brNX/master
Added analog output text to the README
This commit is contained in:
16
ReadMe.md
16
ReadMe.md
@@ -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
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user