[openfirmware] r1197 - dev/via/unichrome

svn at openfirmware.info svn at openfirmware.info
Thu May 14 10:19:39 CEST 2009


Author: wmb
Date: 2009-05-14 10:19:39 +0200 (Thu, 14 May 2009)
New Revision: 1197

Modified:
   dev/via/unichrome/vgamodes.fth
Log:
Via text mode - improve the hsync adjustment value for better display centering.









Modified: dev/via/unichrome/vgamodes.fth
===================================================================
--- dev/via/unichrome/vgamodes.fth	2009-05-14 08:18:39 UTC (rev 1196)
+++ dev/via/unichrome/vgamodes.fth	2009-05-14 08:19:39 UTC (rev 1197)
@@ -15,7 +15,7 @@
 : ext-textmode
    use-vga-dac
    h# ff h# e crt!  h# ff h# f crt!  \ Move the hardware cursor off-screen
-   h# 04 h# 33 crt!   \ Hsync adjustment
+   h# 01 h# 33 crt!   \ Hsync adjustment
    h# 10 h# 35 crt!   \ Clear extended bits that can't be on for this mode's size
    h# 00 h# 15 seq!   \ Not using graphics modes
    h# 0c h# 16 seq!   \ FIFO




More information about the openfirmware mailing list