OSDN Git Service

[VM] Fix FTBFS caused by before commit.
[csp-qt/common_source_project-fm7.git] / source / src / vm / z80tvgame / z80tvgame.cpp
index 76f1e07..d5e1ab1 100644 (file)
@@ -73,7 +73,7 @@ VM::VM(EMU* parent_emu) : VM_TEMPLATE(parent_emu)
        cpu->set_context_io(pio);
        cpu->set_context_intr(dummy);
 #ifdef USE_DEBUGGER
-       pcm->set_context_debugger(new DEBUGGER(this, emu));
+//     pcm->set_context_debugger(new DEBUGGER(this, emu));
        cpu->set_context_debugger(new DEBUGGER(this, emu));
 #endif