--- nono/vm/printer.h 2026/04/29 17:04:45 1.1.1.3 +++ nono/vm/printer.h 2026/04/29 17:05:18 1.1.1.7 @@ -4,15 +4,18 @@ // Licensed under nono-license.txt // +// +// プリンタポート +// + #pragma once #include "device.h" -class PrinterDevice - : public IODevice +class PrinterDevice : public IODevice { using inherited = IODevice; - private: + static const int baseaddr = 0xe8c000; public: