X86: Initialize the value behind port 61 so unused bits are consistent.
This commit is contained in:
@@ -64,7 +64,7 @@ class Speaker : public BasicPioDevice
|
||||
}
|
||||
|
||||
Speaker(Params *p) : BasicPioDevice(p),
|
||||
latency(p->pio_latency), timer(p->i8254)
|
||||
latency(p->pio_latency), controlVal(0), timer(p->i8254)
|
||||
{
|
||||
pioSize = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user