File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ The QEMU PC System emulator simulates the following peripherals:
31
31
32
32
- CS4231A compatible sound card
33
33
34
+ - PC speaker
35
+
34
36
- PCI UHCI, OHCI, EHCI or XHCI USB controller and a virtual USB-1.1
35
37
hub.
36
38
@@ -49,7 +51,7 @@ must be told to not have parallel ports to have working GUS.
49
51
50
52
.. parsed-literal::
51
53
52
- |qemu_system_x86| dos.img -soundhw gus -parallel none
54
+ |qemu_system_x86| dos.img -device gus -parallel none
53
55
54
56
Alternatively:
55
57
@@ -60,3 +62,12 @@ Alternatively:
60
62
Or some other unclaimed IRQ.
61
63
62
64
CS4231A is the chip used in Windows Sound System and GUSMAX products
65
+
66
+ The PC speaker audio device can be configured using the pcspk-audiodev
67
+ machine property, i.e.
68
+
69
+ .. parsed-literal::
70
+
71
+ |qemu_system_x86| some.img \
72
+ -audiodev <backend>,id=<name> \
73
+ -machine pcspk-audiodev=<name>
You can’t perform that action at this time.
0 commit comments