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 / rtc.cpp
index 5a0a60b..b65b1f1 100644 (file)
@@ -9,6 +9,7 @@
 
 #include "rtc.h"
 
+namespace BUBCOM80 {
 #define EVENT_1HZ      0
 
 void RTC::initialize()
@@ -163,3 +164,4 @@ bool RTC::process_state(FILEIO* state_fio, bool loading)
        state_fio->StateUint8(ctrl);
        return true;
 }
+}