Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amiga/dev Fix horizontal timings for console mode (...



details:   https://anonhg.NetBSD.org/src/rev/95b3da5a3545
branches:  trunk
changeset: 474148:95b3da5a3545
user:      is <is%NetBSD.org@localhost>
date:      Tue Jun 29 19:51:28 1999 +0000

description:
Fix horizontal timings for console mode (this helps, at least,
Lars Hecking).

diffstat:

 sys/arch/amiga/dev/grf_cl.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a89658dc03f6 -r 95b3da5a3545 sys/arch/amiga/dev/grf_cl.c
--- a/sys/arch/amiga/dev/grf_cl.c       Tue Jun 29 18:14:15 1999 +0000
+++ b/sys/arch/amiga/dev/grf_cl.c       Tue Jun 29 19:51:28 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: grf_cl.c,v 1.24 1999/03/25 23:20:00 is Exp $   */
+/*     $NetBSD: grf_cl.c,v 1.25 1999/06/29 19:51:28 is Exp $   */
 
 /*
  * Copyright (c) 1997 Klaus Burkert
@@ -145,7 +145,7 @@
 extern unsigned char CIRRUSFONT[];
 
 struct grfcltext_mode clconsole_mode = {
-       {255, "", 25200000, 640, 480, 4, 640/8, 752/8, 792/8, 800/8,
+       {255, "", 25000000, 640, 480, 4, 640/8, 680/8, 768/8, 800/8,
         481, 490, 498, 522, 0},
        8, CIRRUSFONTY, 80, 480 / CIRRUSFONTY, CIRRUSFONT, 32, 255
 };



Home | Main Index | Thread Index | Old Index