summaryrefslogtreecommitdiff
path: root/src/ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast.h')
-rw-r--r--src/ast.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ast.h b/src/ast.h
index 83ce1a6..676b930 100644
--- a/src/ast.h
+++ b/src/ast.h
@@ -223,7 +223,7 @@ typedef struct _ASTRec {
ULONG ulDRAMSize;
ULONG ulVRAMSize;
ULONG ulVRAMBase;
- ULONG ulMCLK;
+ ULONG ulMCLK;
Bool noAccel;
Bool noHWC;
@@ -231,6 +231,7 @@ typedef struct _ASTRec {
int ENGCaps;
int DBGSelect;
Bool VGA2Clone;
+ Bool SupportWideScreen;
ULONG FBPhysAddr; /* Frame buffer physical address */
ULONG MMIOPhysAddr; /* MMIO region physical address */