Commit 26463dbc1b97cbb5bac3fb48e4947cf1198c3b57
1 parent
80637a6a
Miscellaneous fixes after recent audio additions (malc).
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3925 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
2 changed files
with
5 additions
and
2 deletions
audio/dsound_template.h
| @@ -197,7 +197,7 @@ static int dsound_init_out (HWVoiceOut *hw, audsettings_t *as) | @@ -197,7 +197,7 @@ static int dsound_init_out (HWVoiceOut *hw, audsettings_t *as) | ||
| 197 | #endif | 197 | #endif |
| 198 | 198 | ||
| 199 | if (!s->FIELD2) { | 199 | if (!s->FIELD2) { |
| 200 | - dolog ("Attempt to initialize voice without " NAME2 " object"); | 200 | + dolog ("Attempt to initialize voice without " NAME2 " object\n"); |
| 201 | return -1; | 201 | return -1; |
| 202 | } | 202 | } |
| 203 | 203 |
qemu-doc.texi
| @@ -170,6 +170,8 @@ Intel 82801AA AC97 Audio compatible sound card | @@ -170,6 +170,8 @@ Intel 82801AA AC97 Audio compatible sound card | ||
| 170 | @item | 170 | @item |
| 171 | Adlib(OPL2) - Yamaha YM3812 compatible chip | 171 | Adlib(OPL2) - Yamaha YM3812 compatible chip |
| 172 | @item | 172 | @item |
| 173 | +Gravis Ultrasound GF1 sound card | ||
| 174 | +@item | ||
| 173 | PCI UHCI USB controller and a virtual USB hub. | 175 | PCI UHCI USB controller and a virtual USB hub. |
| 174 | @end itemize | 176 | @end itemize |
| 175 | 177 | ||
| @@ -183,7 +185,8 @@ VGA BIOS. | @@ -183,7 +185,8 @@ VGA BIOS. | ||
| 183 | 185 | ||
| 184 | QEMU uses YM3812 emulation by Tatsuyuki Satoh. | 186 | QEMU uses YM3812 emulation by Tatsuyuki Satoh. |
| 185 | 187 | ||
| 186 | -QEMU uses GUS emulation(GUSEMU32) by Tibor "TS" Schütz. | 188 | +QEMU uses GUS emulation(GUSEMU32 @url{http://www.deinmeister.de/gusemu/}) |
| 189 | +by Tibor "TS" Schütz. | ||
| 187 | 190 | ||
| 188 | @c man end | 191 | @c man end |
| 189 | 192 |