OSDN Git Service

[VM][WIP] Use namespace to devices per VMs.
[csp-qt/common_source_project-fm7.git] / source / src / vm / x1 / display.cpp
index f50f3a8..6b4cb32 100644 (file)
@@ -20,6 +20,8 @@
 #define EVENT_AFTER_BLANK      0
 #endif
 
+namespace X1 {
+
 #ifdef _X1TURBOZ
 #define AEN    ((zmode1 & 0x80) != 0)
 #define C64    ((zmode1 & 0x10) != 0)
@@ -1641,3 +1643,5 @@ bool DISPLAY::process_state(FILEIO* state_fio, bool loading)
        }
        return true;
 }
+
+}