OSDN Git Service

[VM][WIP] Use namespace to devices per VMs.
[csp-qt/common_source_project-fm7.git] / source / src / vm / mz700 / emm.h
index ee9a802..6e154d9 100644 (file)
@@ -16,6 +16,8 @@
 #include "../../emu.h"
 #include "../device.h"
 
+namespace MZ700 {
+       
 class EMM : public DEVICE
 {
 private:
@@ -38,5 +40,6 @@ public:
        bool process_state(FILEIO* state_fio, bool loading);
 };
 
+}
 #endif