OSDN Git Service

[VM][WIP] Use namespace to devices per VMs.
[csp-qt/common_source_project-fm7.git] / source / src / vm / mz2500 / timer.h
index cf88d2b..5e87a8c 100644 (file)
@@ -15,6 +15,8 @@
 #include "../../emu.h"
 #include "../device.h"
 
+namespace MZ2500 {
+
 class TIMER : public DEVICE
 {
 private:
@@ -37,5 +39,6 @@ public:
        }
 };
 
+}
 #endif