OSDN Git Service

[VM] TRY:Use namespace {VMNAME} to separate around VMs. This feature still apply...
[csp-qt/common_source_project-fm7.git] / source / src / vm / bubcom80 / floppy.h
index 63d5a8b..e8290f2 100644 (file)
@@ -14,6 +14,7 @@
 #include "../../emu.h"
 #include "../device.h"
 
+namespace BUBCOM80 {
 class FLOPPY : public DEVICE
 {
 private:
@@ -35,6 +36,6 @@ public:
                d_fdc = device;
        }
 };
-
+}
 #endif