46a47
> #include "debug/PS2.hh"
52a54
> inBuffer.reserve(16);
60a63,64
>
> SERIALIZE_CONTAINER(inBuffer);
69a74,75
>
> UNSERIALIZE_CONTAINER(inBuffer);
93c99,102
< recv(c);
---
> DPRINTF(PS2, "PS2: Host -> device: %#x\n", c);
> inBuffer.push_back(c);
> if (recv(inBuffer))
> inBuffer.clear();
100a110
> DPRINTF(PS2, "PS2: Device -> host: %#x\n", *data);