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 / bubblecasette.h
index 642f06e..cab7886 100644 (file)
@@ -17,6 +17,7 @@
 
 class FILEIO;
 
+namespace BUBCOM80 {
 enum {
        BUBBLE_DATA_REG = 0,
        BUBBLE_CMD_REG,
@@ -151,5 +152,6 @@ public:
                return (read_access | write_access);
        }
 };
+}
 
 #endif