OSDN Git Service

[VM][WIP] Use namespace to devices per VMs.
[csp-qt/common_source_project-fm7.git] / source / src / vm / mz2500 / mz1e30.cpp
index f60e77a..7bf6ab1 100644 (file)
@@ -19,6 +19,8 @@
 #define STATUS_IRQ     0
 #define STATUS_DRQ     0
 
+namespace MZ2500 {
+
 void MZ1E30::initialize()
 {
        // rom file
@@ -155,3 +157,5 @@ bool MZ1E30::process_state(FILEIO* state_fio, bool loading)
        state_fio->StateBool(drq_status);
        return true;
 }
+
+}