diff options
author | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-01-14 22:09:11 +0000 |
---|---|---|
committer | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-01-14 22:09:11 +0000 |
commit | 423d65f4f9120b7e545ec209398033927373de1d (patch) | |
tree | c7f4a204fcc92ea821d9f2d233fe98c23c37affe /qemu-doc.texi | |
parent | a8981ddad8f050dd101a22d14a6e815286d03c05 (diff) | |
download | qemu-423d65f4f9120b7e545ec209398033927373de1d.tar.gz qemu-423d65f4f9120b7e545ec209398033927373de1d.tar.bz2 qemu-423d65f4f9120b7e545ec209398033927373de1d.zip |
Gravis Ultrasound GF1 sound card emulation (malc).
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3921 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r-- | qemu-doc.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index 7f3a3615df..d6b1d643b4 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -175,14 +175,16 @@ PCI UHCI USB controller and a virtual USB hub. SMP is supported with up to 255 CPUs. -Note that adlib and ac97 are only available when QEMU was configured -with --enable-adlib, --enable-ac97 respectively. +Note that adlib, ac97 and gus are only available when QEMU was configured +with --enable-adlib, --enable-ac97 or --enable-gus respectively. QEMU uses the PC BIOS from the Bochs project and the Plex86/Bochs LGPL VGA BIOS. QEMU uses YM3812 emulation by Tatsuyuki Satoh. +QEMU uses GUS emulation(GUSEMU32) by Tibor "TS" Schütz. + @c man end @node pcsys_quickstart |