--- nono/vm/printer.h 2026/04/29 17:05:29 1.1.1.9 +++ nono/vm/printer.h 2026/04/29 17:05:50 1.1.1.10 @@ -30,4 +30,7 @@ class PrinterDevice : public IODevice busdata WritePort(uint32 offset, uint32 data); busdata PeekPort(uint32 offset); bool PokePort(uint32 offset, uint32 data); + + private: + static const busdata wait; };