Commit 74a14f22b8c273e7473e941beb861a827723c66a
1 parent
c66b0d4c
increase video memory to 8MB
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1955 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
1 deletions
vl.h
| @@ -705,7 +705,7 @@ extern struct soundhw soundhw[]; | @@ -705,7 +705,7 @@ extern struct soundhw soundhw[]; | ||
| 705 | 705 | ||
| 706 | /* vga.c */ | 706 | /* vga.c */ |
| 707 | 707 | ||
| 708 | -#define VGA_RAM_SIZE (4096 * 1024) | 708 | +#define VGA_RAM_SIZE (8192 * 1024) |
| 709 | 709 | ||
| 710 | struct DisplayState { | 710 | struct DisplayState { |
| 711 | uint8_t *data; | 711 | uint8_t *data; |