--- nono/vm/pedec.h 2026/04/29 17:05:28 1.1.1.10 +++ nono/vm/pedec.h 2026/04/29 17:05:59 1.1.1.11 @@ -42,7 +42,7 @@ class PEDECDevice : public InterruptDevi busdata InterruptAcknowledge(int lv) override; // 割り込みコントローラからのモニタ表示 - void MonitorUpdate(TextScreen& screen, uint intr_level, int y); + void MonitorScreen(TextScreen& screen, uint intr_level, int y); protected: // BusIO インタフェース @@ -64,6 +64,6 @@ class PEDECDevice : public InterruptDevi InterruptDevice *interrupt {}; }; -static inline PEDECDevice *GetPEDECDevice() { +inline PEDECDevice *GetPEDECDevice() { return Object::GetObject(OBJ_PEDEC); }