OSDN Git Service

[CM][Z80DMA][OOPS] Disable debug spam.
authorK.Ohta <whatisthis.sowhat@gmail.com>
Tue, 27 Aug 2019 19:43:04 +0000 (04:43 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Tue, 27 Aug 2019 19:43:04 +0000 (04:43 +0900)
source/src/vm/z80dma.cpp

index bb5e0d7..e1d6adc 100644 (file)
@@ -116,7 +116,7 @@ void Z80DMA::initialize()
        _SINGLE_MODE_DMA = osd->check_feature(_T("SINGLE_MODE_DMA"));
        _DMA_DEBUG = osd->check_feature(_T("DMA_DEBUG"));
        _X1TURBO_FEATURE = osd->check_feature(_T("_X1TURBO_FEATURE"));
-       _DMA_DEBUG = true; // TMP
+//     _DMA_DEBUG = true; // TMP
        if(d_debugger != NULL) {
                d_debugger->set_device_name(_T("Debugger (Z80DMA)"));
                d_debugger->set_context_mem(this);