X86: Initialize the value behind port 61 so unused bits are consistent.
This commit is contained in:
parent
953e4bba59
commit
64b663c607
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue