OSDN Git Service

[VM][WIP] Use namespace to devices per VMs.
[csp-qt/common_source_project-fm7.git] / source / src / vm / mz2500 / mouse.cpp
index a86f337..f48d2b3 100644 (file)
@@ -10,6 +10,8 @@
 #include "mouse.h"
 #include "../z80sio.h"
 
+namespace MZ2500 {
+
 void MOUSE::initialize()
 {
        stat = emu->get_mouse_buffer();
@@ -51,3 +53,5 @@ bool MOUSE::process_state(FILEIO* state_fio, bool loading)
        state_fio->StateBool(select);
        return true;
 }
+
+}