OSDN Git Service

[VM][WIP] Use namespace to devices per VMs.
[csp-qt/common_source_project-fm7.git] / source / src / vm / fp1100 / rompack.cpp
index 3e3b74d..3fd005d 100644 (file)
@@ -9,6 +9,8 @@
 
 #include "rompack.h"
 
+namespace FP1100 {
+       
 void ROMPACK::initialize()
 {
        memset(rom, 0xff, sizeof(rom));
@@ -30,3 +32,5 @@ uint32_t ROMPACK::read_io8(uint32_t addr)
        }
        return 0xff;
 }
+
+}