mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
TCX 24 bit model support
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2710 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
b9652ca3a5
commit
eee0b8367b
4 changed files with 232 additions and 15 deletions
3
vl.c
3
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue