]> 4ch.mooo.com Git - 16.git/commitdiff
going to work on this later ww
authorsparky4 <sparky4@cock.li>
Fri, 16 Oct 2015 19:37:07 +0000 (14:37 -0500)
committersparky4 <sparky4@cock.li>
Fri, 16 Oct 2015 19:37:07 +0000 (14:37 -0500)
src/lib/modex16/256x192.h

index 747715d984eb3ed6723c638b2cbcec474afa4e5a..94827b02768fdcfef0a7371466b8f4534f30dc78 100755 (executable)
 };*/\r
 \r
 static const word ModeX_256x192regs[] = {\r
-\r
-       0x3f01,         /* horizontal display enable end */\r
-       0x4002,         /* Start horizontal blanking */\r
-\r
-       0x4a04,         /* End horizontal blanking */\r
-       0x9a05,         /* End horizontal retrace */\r
-       0x0b06,          /* vertical total */\r
+       0x3200,         /* Horizontal total */\r
+       0x2701,         /* horizontal display enable end */\r
+       0x2802,         /* Start horizontal blanking */\r
+       0x2003,         /* End horizontal blanking */\r
+       0x2b04,         /* Start horizontal retrace */\r
+       0x7005,         /* End horizontal retrace */\r
+       0x0d06,          /* vertical total */\r
        0x3e07,          /* overflow (bit 8 of vertical counts) */\r
-       0x4109,          /* cell height (2 to double-scan */\r
-       0xda10,          /* v sync start */\r
-       0x9c11,          /* v sync end and protect cr0-cr7 */\r
-       0x7f12,          /* vertical displayed */\r
-       0x2013,         /* offset/logical width */\r
+       0x4309,          /* cell height (2 to double-scan */\r
+       0xea10,          /* v sync start */\r
+       0xac11,          /* v sync end and protect cr0-cr7 */\r
+       0xdf12,          /* vertical displayed */\r
+       0x1413,         /* offset/logical width */\r
        0x0014,          /* turn off dword mode */\r
-       0xc715,          /* v blank start */\r
-       0x0416,          /* v blank end */\r
+       0xe715,          /* v blank start */\r
+       0x0616,          /* v blank end */\r
        0xe317            /* turn on byte mode */\r
 };\r
 \r