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 / cmt.h
index cfcb44e..9e6189b 100644 (file)
@@ -14,6 +14,7 @@
 #include "../../emu.h"
 #include "../device.h"
 
+namespace BUBCOM80 {
 #define SIG_CMT_REMOTE 0
 #define SIG_CMT_OUT    1
 
@@ -60,6 +61,7 @@ public:
                d_sio = device;
        }
 };
+}
 
 #endif