aboutsummaryrefslogtreecommitdiff
path: root/vl.h
diff options
context:
space:
mode:
Diffstat (limited to 'vl.h')
-rw-r--r--vl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vl.h b/vl.h
index f99aa03d4b..4c2ed6ee00 100644
--- a/vl.h
+++ b/vl.h
@@ -72,7 +72,7 @@ struct cow_header_v2 {
/* vga.c */
-#define VGA_RAM_SIZE (8192 * 1024)
+#define VGA_RAM_SIZE (4096 * 1024)
typedef struct DisplayState {
uint8_t *data;