diff default.cfg @ 1267:3772bb926be5

Initial stab at horizontal border emulation. Only works for H40 and still has a few minor holes to fill
author Michael Pavone <pavone@retrodev.com>
date Mon, 06 Mar 2017 00:23:35 -0800
parents 5f65a16c23ff
children 5905593d6828
line wrap: on
line diff
--- a/default.cfg	Sat Mar 04 21:34:15 2017 -0800
+++ b/default.cfg	Mon Mar 06 00:23:35 2017 -0800
@@ -147,6 +147,10 @@
 			#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 @@
 			#coment out those two lines and uncomment these
 			#top 30
 			#bottom 24
+			
+			#these values will completely hide the horizontal border
+			left 13
+			right 14
 		}
 	}
 }