X86: Initialize the value behind port 61 so unused bits are consistent.

This commit is contained in:
Gabe Black 2009-01-31 23:26:43 -08:00
parent 953e4bba59
commit 64b663c607

View file

@ -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;
}