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 / membus.cpp
index f3258e4..ad39f1e 100644 (file)
@@ -9,6 +9,7 @@
 
 #include "membus.h"
 
+namespace BUBCOM80 {
 void MEMBUS::initialize()
 {
        MEMORY::initialize();
@@ -100,3 +101,4 @@ bool MEMBUS::process_state(FILEIO* state_fio, bool loading)
        }
        return true;
 }
+}