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.h
index 2cb3c32..35820fa 100644 (file)
@@ -14,6 +14,7 @@
 #include "../../emu.h"
 #include "../device.h"
 
+namespace BUBCOM80 {
 class RTC : public DEVICE
 {
 private:
@@ -36,6 +37,7 @@ public:
        void event_callback(int event_id, int err);
        bool process_state(FILEIO* state_fio, bool loading);
 };
+}
 
 #endif