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 / colecovision / keyboard.cpp
index 41e6ebd..b9b1ea2 100644 (file)
@@ -9,6 +9,7 @@
 
 #include "keyboard.h"
 
+namespace COLECOVISION {
 void KEYBOARD::initialize()
 {
        key_stat = emu->get_key_buffer();
@@ -141,3 +142,4 @@ bool KEYBOARD::process_state(FILEIO* state_fio, bool loading)
        state_fio->StateBool(tenkey);
        return true;
 }
+}