From 15b22ad50df0dff78a2db9fb4c536ab7faf92f07 Mon Sep 17 00:00:00 2001 From: "Y.C. Chen" Date: Thu, 1 Aug 2013 21:47:29 +0800 Subject: Support 1360x768 and 1600x900 Resolutions --- src/ast_mode.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/ast_mode.h') diff --git a/src/ast_mode.h b/src/ast_mode.h index 04e4962..950bbce 100644 --- a/src/ast_mode.h +++ b/src/ast_mode.h @@ -57,6 +57,8 @@ #define VCLK71 0x15 #define VCLK88_75 0x16 #define VCLK119 0x17 +#define VCLK85_5 0x18 +#define VCLK97_75 0x19 /* Flags Definition */ #define Charx8Dot 0x00000001 @@ -69,7 +71,8 @@ #define SyncNN 0x000000C0 #define HBorder 0x00000020 #define VBorder 0x00000010 -#define WideScreenMode 0x00000100 +#define WideScreenMode 0x00000100 +#define NewModeInfo 0x00000200 /* DAC Definition */ #define DAC_NUM_TEXT 64 -- cgit v1.2.3