diff options
| author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-06-13 15:57:21 +0000 |
|---|---|---|
| committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-06-13 15:57:21 +0000 |
| commit | 74a14f22b8c273e7473e941beb861a827723c66a (patch) | |
| tree | e2e6237e6cc539f42a688777f349900165523e6a | |
| parent | c66b0d4cf4ef84325d3f579c0e3ea5254d7b348a (diff) | |
| download | qemu-74a14f22b8c273e7473e941beb861a827723c66a.zip qemu-74a14f22b8c273e7473e941beb861a827723c66a.tar.gz qemu-74a14f22b8c273e7473e941beb861a827723c66a.tar.bz2 | |
increase video memory to 8MB
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1955 c046a42c-6fe2-441c-8c8c-71466251a162
| -rw-r--r-- | vl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -705,7 +705,7 @@ extern struct soundhw soundhw[]; /* vga.c */ -#define VGA_RAM_SIZE (4096 * 1024) +#define VGA_RAM_SIZE (8192 * 1024) struct DisplayState { uint8_t *data; |
