--- nono/vm/cmmu.h 2026/04/29 17:04:44 1.1.1.2 +++ nono/vm/cmmu.h 2026/04/29 17:05:11 1.1.1.4 @@ -4,15 +4,16 @@ // Licensed under nono-license.txt // +// // M88200 CMMU の I/O デバイス部分 +// #pragma once #include "device.h" #include "m88200.h" -class CMMUDevice - : public IODevice +class CMMUDevice : public IODevice { using inherited = IODevice; @@ -65,4 +66,4 @@ class CMMUDevice uint32 Peek32(uint32 addr) const; }; -extern std::unique_ptr gCMMU; +extern CMMUDevice *gCMMU;