OSDN Git Service

[VM] TRY:Use namespace {VMNAME} to separate around VMs. This feature still apply...
[csp-qt/common_source_project-fm7.git] / source / src / vm / bubcom80 / floppy.cpp
index a2cc090..640b795 100644 (file)
@@ -10,6 +10,7 @@
 #include "floppy.h"
 #include "../mb8877.h"
 
+namespace BUBCOM80 {
 void FLOPPY::write_io8(uint32_t addr, uint32_t data)
 {
        switch(addr) {
@@ -22,4 +23,4 @@ void FLOPPY::write_io8(uint32_t addr, uint32_t data)
                break;
        }
 }
-
+}