diff options
| author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-11-09 23:09:44 +0000 |
|---|---|---|
| committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-11-09 23:09:44 +0000 |
| commit | fb065187e4ee9e0d1709b344ec01bb426ff1e43b (patch) | |
| tree | ca7bf5ed6f0731429b9f9b6d62f2993583c9bcfb /vl.c | |
| parent | bf71c9d9b64a70e56db351c38ff71e5e27d871e7 (diff) | |
| download | focaccia-qemu-fb065187e4ee9e0d1709b344ec01bb426ff1e43b.tar.gz focaccia-qemu-fb065187e4ee9e0d1709b344ec01bb426ff1e43b.zip | |
audio clean up (initial patch by malc)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1131 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'vl.c')
| -rw-r--r-- | vl.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vl.c b/vl.c index 6710e30a4e..ec56f77654 100644 --- a/vl.c +++ b/vl.c @@ -122,6 +122,9 @@ NetDriverState nd_table[MAX_NICS]; QEMUTimer *gui_timer; int vm_running; int audio_enabled = 0; +int sb16_enabled = 1; +int adlib_enabled = 1; +int gus_enabled = 1; int pci_enabled = 1; int prep_enabled = 0; int rtc_utc = 1; |