diff options
author | Michael Pavone <pavone@retrodev.com> | 2017-01-18 23:43:36 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2017-01-18 23:43:36 -0800 |
commit | 1d8d7aa859fff168fd00be6851cda907bf4211d9 (patch) | |
tree | 4487b964fa82101adbee00f23efc9e512fc52201 /default.cfg | |
parent | e282b6a5933a92459dafabca2e95f30de09914cc (diff) |
Overscan is now configurable
Diffstat (limited to 'default.cfg')
-rw-r--r-- | default.cfg | 25 |
1 files changed, 25 insertions, 0 deletions
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 { |