OSDN Git Service

[VM][WIP] Use namespace to devices per VMs.
[csp-qt/common_source_project-fm7.git] / source / src / vm / msx / memory_ex.h
index ffcec50..d6b2384 100644 (file)
@@ -36,6 +36,8 @@ class DISK;
 // MAIN ROM 32K
 // or MAIN ROM 32K + MAIN RAM 32K
 
+namespace MSX {
+       
 class SLOT_MAINROM : public DEVICE
 {
 private:
@@ -451,5 +453,6 @@ public:
 #endif
 };
 
+}
 #endif