OSDN Git Service

[VM][WIP] Use namespace to devices per VMs.
[csp-qt/common_source_project-fm7.git] / source / src / vm / mz2500 / serial.h
index bedc910..e9e45ff 100644 (file)
@@ -16,6 +16,8 @@
 
 class Z80SIO;
 
+namespace MZ2500 {
+
 class SERIAL : public DEVICE
 {
 private:
@@ -42,5 +44,6 @@ public:
        }
 };
 
+}
 #endif