summaryrefslogtreecommitdiffstats
path: root/vl.c
diff options
context:
space:
mode:
authorblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>2007-04-21 19:45:49 +0000
committerblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>2007-04-21 19:45:49 +0000
commiteee0b8367b01ff1bbe6159212a8d33ff587fc200 (patch)
tree3b11c08895e149ee01f0338bd2b435b72562e530 /vl.c
parentb9652ca3a5c027f8bc55323e0f6010f641479255 (diff)
downloadhqemu-eee0b8367b01ff1bbe6159212a8d33ff587fc200.zip
hqemu-eee0b8367b01ff1bbe6159212a8d33ff587fc200.tar.gz
TCX 24 bit model support
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2710 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'vl.c')
-rw-r--r--vl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/vl.c b/vl.c
index 999fcef..ad632a2 100644
--- a/vl.c
+++ b/vl.c
@@ -159,11 +159,12 @@ int vmsvga_enabled = 0;
#ifdef TARGET_SPARC
int graphic_width = 1024;
int graphic_height = 768;
+int graphic_depth = 8;
#else
int graphic_width = 800;
int graphic_height = 600;
-#endif
int graphic_depth = 15;
+#endif
int full_screen = 0;
int no_frame = 0;
int no_quit = 0;
OpenPOWER on IntegriCloud