From 1d8d7aa859fff168fd00be6851cda907bf4211d9 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Wed, 18 Jan 2017 23:43:36 -0800 Subject: Overscan is now configurable --- default.cfg | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'default.cfg') diff --git a/default.cfg b/default.cfg index 6c2f1ab..920a914 100644 --- a/default.cfg +++ b/default.cfg @@ -111,6 +111,31 @@ video { scanlines off vsync off fullscreen off + ntsc { + overscan { + #these values will result in square pixels in H40 mode + top 2 + bottom 1 + #if you want to completely hide the border instead + #comment out those two lines and uncomment these + #top 11 + #bottom 8 + } + } + pal { + overscan { + #these values will produce the same size border in V30 mode + #as the default NTSC settings will produce in V24 mode + #this results in a slightly vertically squished picture + #which is probably approximately correct on a properly calibrated TV + top 21 + bottom 17 + #for square pixels and zero border in V30 mode + #coment out those two lines and uncomment these + #top 30 + #bottom 24 + } + } } audio { -- cgit v1.2.3