OSDN Git Service

[VM] Fix FTBFS caused by before commit.
[csp-qt/common_source_project-fm7.git] / source / src / vm / mz2800 / mz2800.cpp
index 88c7a08..4ea63b4 100644 (file)
@@ -84,14 +84,14 @@ VM::VM(EMU* parent_emu) : VM_TEMPLATE(parent_emu)
        fdc->set_context_noise_head_down(new NOISE(this, emu));
        fdc->set_context_noise_head_up(new NOISE(this, emu));
 #ifdef USE_DEBUGGER
-       fdc->set_context_debugger(new DEBUGGER(this, emu));
+//     fdc->set_context_debugger(new DEBUGGER(this, emu));
 #endif
        not_busy = new NOT(this, emu);
        not_busy->set_device_name(_T("NOT GATE(PRINTER BUSY)"));
 
        pcm = new PCM1BIT(this, emu);
 #ifdef USE_DEBUGGER
-       pcm->set_context_debugger(new DEBUGGER(this, emu));
+//     pcm->set_context_debugger(new DEBUGGER(this, emu));
 #endif
        rtc = new RP5C01(this, emu);    // RP-5C15
        sasi_host = new SCSI_HOST(this, emu);