diff options
-rw-r--r-- | src/ast_mode.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ast_mode.c b/src/ast_mode.c index 358bf86..530afa8 100644 --- a/src/ast_mode.c +++ b/src/ast_mode.c @@ -367,6 +367,7 @@ static VBIOS_DCLK_INFO DCLKTable_AST2500A1 [] = { {0x44, 0x20, 0x43}, /* 1A: VCLK118_25 */ }; +#if 0 static VBIOS_DAC_INFO DAC_TEXT[] = { { 0x00, 0x00, 0x00 }, { 0x00, 0x00, 0x2a }, { 0x00, 0x2a, 0x00 }, { 0x00, 0x2a, 0x2a }, { 0x2a, 0x00, 0x00 }, { 0x2a, 0x00, 0x2a }, { 0x2a, 0x2a, 0x00 }, { 0x2a, 0x2a, 0x2a }, @@ -404,6 +405,7 @@ static VBIOS_DAC_INFO DAC_EGA[] = { { 0x15, 0x15, 0x15 }, { 0x15, 0x15, 0x3f }, { 0x15, 0x3f, 0x15 }, { 0x15, 0x3f, 0x3f }, { 0x3f, 0x15, 0x15 }, { 0x3f, 0x15, 0x3f }, { 0x3f, 0x3f, 0x15 }, { 0x3f, 0x3f, 0x3f }, }; +#endif static VBIOS_DAC_INFO DAC_VGA[] = { { 0x00, 0x00, 0x00 }, { 0x00, 0x00, 0x2a }, { 0x00, 0x2a, 0x00 }, { 0x00, 0x2a, 0x2a }, |