OSDN Git Service

[VM] .
[csp-qt/common_source_project-fm7.git] / source / src / vm / fmr30 / cmos.h
index f579149..59b07a2 100644 (file)
@@ -14,6 +14,8 @@
 #include "../../emu.h"
 #include "../device.h"
 
+namespace FMR30 {
+
 class CMOS : public DEVICE
 {
 private:
@@ -41,5 +43,6 @@ public:
        }
 };
 
+}
 #endif