OSDN Git Service

[VM][WIP] Use namespace to devices per VMs.
[csp-qt/common_source_project-fm7.git] / source / src / vm / mz2500 / floppy.h
index 245dba8..44502df 100644 (file)
@@ -18,6 +18,8 @@
 
 #define SIG_FLOPPY_REVERSE     0
 
+namespace MZ2500 {
+
 class FLOPPY : public DEVICE
 {
 private:
@@ -50,5 +52,6 @@ public:
        }
 };
 
+}
 #endif