--- nono/vm/vm_x68k.h 2026/04/29 17:05:14 1.1.1.9 +++ nono/vm/vm_x68k.h 2026/04/29 17:05:55 1.1.1.12 @@ -19,15 +19,7 @@ class VM_X68030 final : public VM VM_X68030(); ~VM_X68030() override; - // MPU の RESET 命令によるリセット - void ResetByMPU() override; - - protected: - // ブートページを切り替える。 - void SwitchBootPage(Device *parent, bool isrom) override; - private: std::unique_ptr pHuman68k {}; - std::unique_ptr pIPLROM0 {}; - std::unique_ptr pXIOSpace {}; + std::unique_ptr pSound {}; };