comparison default.cfg @ 1184:b1147418254a

Overscan is now configurable
author Michael Pavone <pavone@retrodev.com>
date Wed, 18 Jan 2017 23:43:36 -0800
parents 216fa63749b3
children 6a4503fad67e
comparison
equal deleted inserted replaced
1183:8d8c71ebbbce 1184:b1147418254a
109 vertex_shader default.v.glsl 109 vertex_shader default.v.glsl
110 fragment_shader default.f.glsl 110 fragment_shader default.f.glsl
111 scanlines off 111 scanlines off
112 vsync off 112 vsync off
113 fullscreen off 113 fullscreen off
114 ntsc {
115 overscan {
116 #these values will result in square pixels in H40 mode
117 top 2
118 bottom 1
119 #if you want to completely hide the border instead
120 #comment out those two lines and uncomment these
121 #top 11
122 #bottom 8
123 }
124 }
125 pal {
126 overscan {
127 #these values will produce the same size border in V30 mode
128 #as the default NTSC settings will produce in V24 mode
129 #this results in a slightly vertically squished picture
130 #which is probably approximately correct on a properly calibrated TV
131 top 21
132 bottom 17
133 #for square pixels and zero border in V30 mode
134 #coment out those two lines and uncomment these
135 #top 30
136 #bottom 24
137 }
138 }
114 } 139 }
115 140
116 audio { 141 audio {
117 rate 48000 142 rate 48000
118 buffer 512 143 buffer 512