OSDN Git Service

[VM][STATE] Use namespace {VMNAME} to separate per VMs.
[csp-qt/common_source_project-fm7.git] / source / src / vm / pc98ha / floppy.cpp
index d0e0f5e..c60135f 100644 (file)
@@ -12,6 +12,8 @@
 #include "../disk.h"
 #include "../upd765a.h"
 
+namespace PC98HA {
+
 void FLOPPY::reset()
 {
 /*
@@ -81,3 +83,5 @@ bool FLOPPY::process_state(FILEIO* state_fio, bool loading)
        state_fio->StateUint8(modereg);
        return true;
 }
+
+}