OSDN Git Service

[VM][WIP] Use namespace to devices per VMs.
[csp-qt/common_source_project-fm7.git] / source / src / vm / mz700 / psg.h
index d2a41ab..1bc2420 100644 (file)
@@ -15,6 +15,8 @@
 #include "../../emu.h"
 #include "../device.h"
 
+namespace MZ700 {
+       
 class PSG : public DEVICE
 {
 private:
@@ -41,5 +43,6 @@ public:
        }
 };
 
+}
 #endif