--- nono/debugger/vectortable.h 2026/04/29 17:05:09 1.1 +++ nono/debugger/vectortable.h 2026/04/29 17:05:13 1.1.1.2 @@ -20,7 +20,7 @@ class VectorTable : public Object using inherited = Object; public: - VectorTable(int vmtype); + VectorTable(VMType vmtype); ~VectorTable() override; // 例外名を返す (ベクタテーブル用) @@ -37,7 +37,7 @@ class VectorTable : public Object private: // 初期化 - void InitTableM68030(int vmtype); + void InitTableM68030(VMType vmtype); void InitTableLuna88k(); // ベクタテーブル