--- nono/vm/rp5c15.h 2026/04/29 17:05:14 1.1.1.12 +++ nono/vm/rp5c15.h 2026/04/29 17:05:17 1.1.1.13 @@ -14,6 +14,9 @@ #include "monitor.h" #include "rtc.h" +class MFPDevice; +class PowerDevice; + struct RP5C15 { // レジスタ 13, 14, 15 は Bank0/Bank1 どちらも同じものが見える。 @@ -175,5 +178,8 @@ class RP5C15Device : public RTCDevice // XXX アラーム機能自体は未実装。 bool alarm_on {}; + MFPDevice *mfp {}; + PowerDevice *power {}; + Monitor monitor { this }; };