OSDN Git Service

[VM][WIP] Use namespace to devices per VMs.
[csp-qt/common_source_project-fm7.git] / source / src / vm / multi8 / floppy.h
index 5e34bad..f633e38 100644 (file)
@@ -16,6 +16,8 @@
 
 #define SIG_FLOPPY_DRQ 0
 
+namespace MULTI8 {
+
 class FLOPPY : public DEVICE
 {
 private:
@@ -42,5 +44,6 @@ public:
        }
 };
 
+}
 #endif