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 / display.cpp
index cdca255..a8a3873 100644 (file)
@@ -12,6 +12,7 @@
 #include "../pcm1bit.h"
 #include "../z80.h"
 
+namespace BUBCOM80 {
 #define EVENT_BUSREQ   0
 
 void DISPLAY::initialize()
@@ -883,3 +884,4 @@ bool DISPLAY::process_state(FILEIO* state_fio, bool loading)
        RESTORE_DMAC_CONTEXTS();
        return true;
 }
+}