OSDN Git Service

[VM][WIP] Use namespace to devices per VMs.
[csp-qt/common_source_project-fm7.git] / source / src / vm / fmr50 / floppy.cpp
index 0aedbd9..4242a3a 100644 (file)
@@ -13,6 +13,8 @@
 #include "../i8259.h"
 #include "../mb8877.h"
 
+namespace FMR50 {
+
 void FLOPPY::initialize()
 {
        drvreg = drvsel = 0;
@@ -131,3 +133,5 @@ bool FLOPPY::process_state(FILEIO* state_fio, bool loading)
        }
        return true;
 }
+
+}