OSDN Git Service

[VM][WIP] Use namespace to devices per VMs.
[csp-qt/common_source_project-fm7.git] / source / src / vm / mz2500 / mz1m01.h
index e180863..0ebf822 100644 (file)
@@ -17,6 +17,8 @@
 #define SIG_MZ1M01_PORT_A      0
 #define SIG_MZ1M01_PORT_B      1
 
+namespace MZ80B {
+
 class MZ1M01 : public DEVICE
 {
 private:
@@ -64,5 +66,6 @@ public:
        }
 };
 
+}
 #endif