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 / keyboard.cpp
index 6634a78..fce463f 100644 (file)
@@ -9,6 +9,7 @@
 
 #include "keyboard.h"
 
+namespace BUBCOM80 {
 static const uint8_t key_matrix[128] = {
 /*
 // keyboard
@@ -81,4 +82,4 @@ uint32_t KEYBOARD::read_io8(uint32_t addr)
        }
        return 0x0f;
 }
-
+}