diff --git a/audio/dsound_template.h b/audio/dsound_template.h index a3014028dc9f16ea419a7ddb37793d9cebf2daf4..9cc0b9d5190ece59c70a1340fadf425d7bd472a5 100644 --- a/audio/dsound_template.h +++ b/audio/dsound_template.h @@ -197,7 +197,7 @@ static int dsound_init_out (HWVoiceOut *hw, audsettings_t *as) #endif if (!s->FIELD2) { - dolog ("Attempt to initialize voice without " NAME2 " object"); + dolog ("Attempt to initialize voice without " NAME2 " object\n"); return -1; } diff --git a/qemu-doc.texi b/qemu-doc.texi index d6b1d643b40d29f461c08766e9aaf15388f56e08..fba69a7821d3ed938defec92ffe28d1222db4068 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -170,6 +170,8 @@ Intel 82801AA AC97 Audio compatible sound card @item Adlib(OPL2) - Yamaha YM3812 compatible chip @item +Gravis Ultrasound GF1 sound card +@item PCI UHCI USB controller and a virtual USB hub. @end itemize @@ -183,7 +185,8 @@ VGA BIOS. QEMU uses YM3812 emulation by Tatsuyuki Satoh. -QEMU uses GUS emulation(GUSEMU32) by Tibor "TS" Schütz. +QEMU uses GUS emulation(GUSEMU32 @url{http://www.deinmeister.de/gusemu/}) +by Tibor "TS" Schütz. @c man end