diff options
Diffstat (limited to 'vgasrc/geodevga.h')
-rw-r--r-- | vgasrc/geodevga.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vgasrc/geodevga.h b/vgasrc/geodevga.h index 180bd05c..067b4f8b 100644 --- a/vgasrc/geodevga.h +++ b/vgasrc/geodevga.h @@ -65,7 +65,7 @@ /* DC bits */ -#define DC_DISPLAY_CFG_VGAE (1 << 7) +#define DC_GENERAL_CFG_VGAE (1 << 7) #define DC_DISPLAY_CFG_GDEN (1 << 3) #define DC_DISPLAY_CFG_TRUP (1 << 6) |