diff options
author | malc <malc@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-06-13 10:48:22 +0000 |
---|---|---|
committer | malc <malc@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-06-13 10:48:22 +0000 |
commit | cc53d26d4dd464bcd22c23892b3f6c6f0b3780a9 (patch) | |
tree | 1680536ca1038433b9cfa01dc67b250db3ad26c1 /qemu-doc.texi | |
parent | Switch the standard multiplication instructions to TCG. (diff) | |
download | qemu-kvm-cc53d26d4dd464bcd22c23892b3f6c6f0b3780a9.tar.gz qemu-kvm-cc53d26d4dd464bcd22c23892b3f6c6f0b3780a9.tar.bz2 qemu-kvm-cc53d26d4dd464bcd22c23892b3f6c6f0b3780a9.zip |
ISA version of CS4231A
Hopefully someday will be merged with cs4231.c (SPARC version)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4741 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r-- | qemu-doc.texi | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index 7c60e79c9..d01a04b93 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -175,13 +175,16 @@ Adlib(OPL2) - Yamaha YM3812 compatible chip @item Gravis Ultrasound GF1 sound card @item +CS4231A compatible sound card +@item PCI UHCI USB controller and a virtual USB hub. @end itemize SMP is supported with up to 255 CPUs. -Note that adlib, ac97 and gus are only available when QEMU was configured -with --enable-adlib, --enable-ac97 or --enable-gus respectively. +Note that adlib, ac97, gus and cs4231a are only available when QEMU +was configured with --enable-adlib, --enable-ac97, --enable-gus or +--enable-cs4231a respectively. QEMU uses the PC BIOS from the Bochs project and the Plex86/Bochs LGPL VGA BIOS. @@ -191,6 +194,8 @@ QEMU uses YM3812 emulation by Tatsuyuki Satoh. QEMU uses GUS emulation(GUSEMU32 @url{http://www.deinmeister.de/gusemu/}) by Tibor "TS" Schütz. +CS4231A is the chip used in Windows Sound System and GUSMAX products + @c man end @node pcsys_quickstart |