projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c66b0d4
)
increase video memory to 8MB
author
bellard
<bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 13 Jun 2006 15:57:21 +0000
(15:57 +0000)
committer
bellard
<bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 13 Jun 2006 15:57:21 +0000
(15:57 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1955
c046a42c
-6fe2-441c-8c8c-
71466251a162
vl.h
patch
|
blob
|
history
diff --git
a/vl.h
b/vl.h
index ecfc0c417dd450a885aee21c45b8117833707372..94da5a6e3d1d881cc5b87dcd4d8df555543aa41e 100644
(file)
--- a/
vl.h
+++ b/
vl.h
@@
-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;