From 50954f80c501865dcb011fb96db155eaa2c8880c Mon Sep 17 00:00:00 2001 From: Bruno Duarte Gouveia Date: Mon, 20 May 2019 11:24:33 +0100 Subject: [PATCH] Added analog output text to the README . --- ReadMe.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/ReadMe.md b/ReadMe.md index c3ab4dc..75742bb 100644 --- a/ReadMe.md +++ b/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 +``` + +