--- nono/vm/pio.h 2026/04/29 17:04:55 1.1.1.7 +++ nono/vm/pio.h 2026/04/29 17:04:59 1.1.1.8 @@ -106,6 +106,7 @@ class PIO0Device : public i8255Device bool dipsw1[8] {}; bool dipsw2[8] {}; + bool msb_first {}; // DIP-SW の1番が MSB なら true (LUNA88K) bool int1rq {}; // $01 INT1 割り込み要求 bool int1en {}; // $04 INT1 割り込み許可 bool int5rq {}; // $08 INT5 割り込み要求