diff options
author | Michael Pavone <pavone@retrodev.com> | 2017-03-06 00:23:35 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2017-03-06 00:23:35 -0800 |
commit | 903393be7e738804d403174687970f3add2ad43b (patch) | |
tree | 38af7a970964f9f6fddcdc03d00597b70f236b97 /default.cfg | |
parent | d9f0da59c3cc8cbcc6b41208a9ad34dbb0be367c (diff) |
Initial stab at horizontal border emulation. Only works for H40 and still has a few minor holes to fill
Diffstat (limited to 'default.cfg')
-rw-r--r-- | default.cfg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/default.cfg b/default.cfg index 7a5edcd..0ff4e37 100644 --- a/default.cfg +++ b/default.cfg @@ -147,6 +147,10 @@ video { #comment out those two lines and uncomment these #top 11 #bottom 8 + + #these values will completely hide the horizontal border + left 13 + right 14 } } pal { @@ -161,6 +165,10 @@ video { #coment out those two lines and uncomment these #top 30 #bottom 24 + + #these values will completely hide the horizontal border + left 13 + right 14 } } } |