OSDN Git Service

[VM][WIP] Use namespace to devices per VMs.
[csp-qt/common_source_project-fm7.git] / source / src / vm / mz2500 / cmt.cpp
index c94e402..7850d14 100644 (file)
@@ -25,6 +25,8 @@
 //#define PERIOD_CMT_SIGNAL    300000
 #define PERIOD_CMT_SIGNAL      1000
 
+namespace MZ2500 {
+
 void CMT::initialize()
 {
        pa = pc = 0xff;
@@ -344,3 +346,5 @@ bool CMT::process_state(FILEIO* state_fio, bool loading)
        state_fio->StateInt32(register_id_ipl);
        return true;
 }
+
+}