summaryrefslogtreecommitdiff
path: root/src/ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast.h')
-rw-r--r--src/ast.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ast.h b/src/ast.h
index 294801e..a5af6d8 100644
--- a/src/ast.h
+++ b/src/ast.h
@@ -106,6 +106,8 @@ typedef struct _ASTRegRec {
ULONG GFX[12];
+ UCHAR REGA4;
+ ULONG ENG8044;
} ASTRegRec, *ASTRegPtr;
typedef struct _VIDEOMODE {