OSDN Git Service

[VM][WIP] Use namespace to devices per VMs.
[csp-qt/common_source_project-fm7.git] / source / src / vm / pc8801 / pc88.cpp
index 549abbf..36903e6 100644 (file)
@@ -17,6 +17,8 @@
 #include "../ym2203.h"
 #include "../z80.h"
 
+namespace PC88DEV {
+
 #define DEVICE_JOYSTICK        0
 #define DEVICE_MOUSE   1
 #define DEVICE_JOYMOUSE        2       // not supported yet
@@ -3194,3 +3196,5 @@ bool PC88::process_state(FILEIO* state_fio, bool loading)
        return true;
 }
 
+}
+