diff options
author | Keith Packard <keithp@keithp.com> | 2000-05-24 23:57:56 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2000-05-24 23:57:56 +0000 |
commit | 325fb002e8832a05361516bbaf19d1e8b67a3486 (patch) | |
tree | aede90ec8ae9f64e9a6f102de345f4e660588654 /hw/kdrive/src/kmode.c | |
parent | a6d519e527a81341ad333cb25b410dfde07176ae (diff) |
Fix 640x480x60 mode, drop inb/outb on non-x86 machinesxf-4_0gxf-4_0fxf-4_0exf-4_0dxf-4_0cxf-4_0_1axf-4_0_1-bindistxf-4_0_1xf-4_0Z
Diffstat (limited to 'hw/kdrive/src/kmode.c')
-rw-r--r-- | hw/kdrive/src/kmode.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/kdrive/src/kmode.c b/hw/kdrive/src/kmode.c index c8a908ead..9841e9848 100644 --- a/hw/kdrive/src/kmode.c +++ b/hw/kdrive/src/kmode.c @@ -56,8 +56,8 @@ const KdMonitorTiming kdMonitorTimings[] = { 1, 20, 24, KdSyncNegative, /* 72.809 */ }, { 640, 480, 60, 25175, /* VESA */ - 8, 40, 144, KdSyncNegative, /* 31.469 */ - 2, 25, 29, KdSyncNegative, /* 59.940 */ + 16, 48, 160, KdSyncNegative, /* 31.469 */ + 10, 33, 45, KdSyncNegative, /* 59.940 */ }, /* 800x600 modes */ |