OSDN Git Service

[VM][WIP] Use namespace to devices per VMs.
[csp-qt/common_source_project-fm7.git] / source / src / vm / x1 / psub.cpp
index 1a56800..720e5a8 100644 (file)
@@ -31,6 +31,8 @@
 
 // TODO: XFER = 0xe8 ???
 
+namespace X1 {
+
 static const uint8_t keycode[256] = {  // normal
        0x00, 0x00, 0x00, 0x13, 0x00, 0x00, 0x00, 0x00, 0x08, 0x09, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x00,
        0x00, 0x00, 0x00, 0x13, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1b, 0xe8, 0x00, 0x00, 0x00,
@@ -872,3 +874,4 @@ bool PSUB::process_state(FILEIO* state_fio, bool loading)
        return true;
 }
 
+}