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

index d8a3661a94d775bfcc2c6914c536e1b7befbbd05..747715d984eb3ed6723c638b2cbcec474afa4e5a 100755 (executable)
@@ -58,7 +58,7 @@ static const word ModeX_256x192regs[] = {
 \r
        0x3f01,         /* horizontal display enable end */\r
        0x4002,         /* Start horizontal blanking */\r
-       \r
+\r
        0x4a04,         /* End horizontal blanking */\r
        0x9a05,         /* End horizontal retrace */\r
        0x0b06,          /* vertical total */\r
@@ -75,3 +75,118 @@ static const word ModeX_256x192regs[] = {
 };\r
 \r
 #endif /*_DIX_H_*/\r
+/*void\r
+tg::mode160x120()\r
+{\r
+    int crtc11;\r
+\r
+    outp(0x3d4, 0x11); // unlock crtc\r
+    crtc11 = inp(0x3d5) & 0x7f;\r
+    outp(0x3d4, 0x11);\r
+    outp(0x3d5, crtc11);\r
+\r
+    width   = 160;\r
+    height  = 120;\r
+    maxx    = 159;\r
+    maxy    = 119;\r
+    pages   = 13;\r
+    lineSize = 40;\r
+    pageSize = 19200;\r
+    modeName = "160x120";\r
+\r
+    outp(0x3c2, 0xe3);   // mor\r
+\r
+    outp(0x3d4, 0x00); // crtc\r
+    outp(0x3d5, 0x32);\r
+\r
+    outp(0x3d4, 0x01); // crtc\r
+    outp(0x3d5, 0x27);\r
+\r
+    outp(0x3d4, 0x02); // crtc\r
+    outp(0x3d5, 0x28);\r
+\r
+    outp(0x3d4, 0x03); // crtc\r
+    outp(0x3d5, 0x20);\r
+\r
+    outp(0x3d4, 0x04); // crtc\r
+    outp(0x3d5, 0x2b);\r
+\r
+    outp(0x3d4, 0x05); // crtc\r
+    outp(0x3d5, 0x70);\r
+\r
+    outp(0x3d4, 0x06); // crtc\r
+    outp(0x3d5, 0x0d);\r
+\r
+    outp(0x3d4, 0x07); // crtc\r
+    outp(0x3d5, 0x3e);\r
+\r
+    outp(0x3d4, 0x08); // crtc\r
+    outp(0x3d5, 0x00);\r
+\r
+    outp(0x3d4, 0x09); // crtc\r
+    outp(0x3d5, 0x43);\r
+\r
+    outp(0x3d4, 0x10); // crtc\r
+    outp(0x3d5, 0xea);\r
+\r
+    outp(0x3d4, 0x11); // crtc\r
+    outp(0x3d5, 0xac);\r
+\r
+    outp(0x3d4, 0x12); // crtc\r
+    outp(0x3d5, 0xdf);\r
+\r
+    outp(0x3d4, 0x13); // crtc\r
+    outp(0x3d5, 0x14);\r
+\r
+    outp(0x3d4, 0x14); // crtc\r
+    outp(0x3d5, 0x00);\r
+\r
+    outp(0x3d4, 0x15); // crtc\r
+    outp(0x3d5, 0xe7);\r
+\r
+    outp(0x3d4, 0x16); // crtc\r
+    outp(0x3d5, 0x06);\r
+\r
+    outp(0x3d4, 0x17); // crtc\r
+    outp(0x3d5, 0xe3);\r
+\r
+    outp(0x3c4, 0x01); // seq\r
+    outp(0x3c5, 0x01);\r
+\r
+    outp(0x3c4, 0x03); // seq\r
+    outp(0x3c5, 0x00);\r
+\r
+    outp(0x3c4, 0x04); // seq\r
+    outp(0x3c5, 0x06);\r
+\r
+    outp(0x3ce, 0x05); // gcr\r
+    outp(0x3cf, 0x40);\r
+\r
+    outp(0x3ce, 0x06); // gcr\r
+    outp(0x3cf, 0x05);\r
+\r
+    inp(0x3da);          // acr\r
+    outp(0x3c0, 0x10 | 0x20);\r
+    outp(0x3c0, 0x41);\r
+\r
+    inp(0x3da);          // acr\r
+    outp(0x3c0, 0x11 | 0x20);\r
+    outp(0x3c0, 0x00);\r
+\r
+    inp(0x3da);          // acr\r
+    outp(0x3c0, 0x12 | 0x20);\r
+    outp(0x3c0, 0x0f);\r
+\r
+    inp(0x3da);          // acr\r
+    outp(0x3c0, 0x13 | 0x20);\r
+    outp(0x3c0, 0x00);\r
+\r
+    inp(0x3da);          // acr\r
+    outp(0x3c0, 0x14 | 0x20);\r
+    outp(0x3c0, 0x00);\r
+\r
+    outp(0x3d4, 0x11); // lock crtc\r
+    crtc11 = inp(0x3d5) | 0x80;\r
+    outp(0x3d4, 0x11);\r
+    outp(0x3d5, crtc11);\r
+}*/\r