--- nono/debugger/vectortable.h 2026/04/29 17:05:49 1.1.1.7 +++ nono/debugger/vectortable.h 2026/04/29 17:05:58 1.1.1.8 @@ -41,8 +41,8 @@ class VectorTable : public Device void InitTableLuna88k(); // モニタ更新 - DECLARE_MONITOR_CALLBACK(MonitorUpdateM680x0); - DECLARE_MONITOR_CALLBACK(MonitorUpdateM88xx0); + DECLARE_MONITOR_SCREEN(MonitorScreenM680x0); + DECLARE_MONITOR_SCREEN(MonitorScreenM88xx0); // m88100 のベクタテーブルから再分岐先を取得する。 busaddr VectorToAddr(uint32 vecaddr); @@ -65,6 +65,6 @@ class VectorTable : public Device static std::map name_luna88k; }; -static inline VectorTable *GetVectorTable() { +inline VectorTable *GetVectorTable() { return Object::GetObject(OBJ_VECTOR_TABLE); }