Skip to content

Commit 65c2845

Browse files
author
AdamB
committed
- disable logging
1 parent 9997aaf commit 65c2845

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/devices/machine/ncr5385.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ unsigned constexpr TEK4404_XFI_OUT_ACK_DELAY = 80'000;
5353
#define LOG_DMA (1U << 4)
5454
#define LOG_COMMAND (1U << 5)
5555

56-
#define VERBOSE (LOG_GENERAL|LOG_REGW|LOG_REGR|LOG_STATE|LOG_DMA|LOG_COMMAND)
56+
//#define VERBOSE (LOG_GENERAL|LOG_REGW|LOG_REGR|LOG_STATE|LOG_DMA|LOG_COMMAND)
5757
#include "logmacro.h"
5858

5959
DEFINE_DEVICE_TYPE(NCR5385, ncr5385_device, "ncr5385", "NCR 5385 SCSI Protocol Controller")

0 commit comments

Comments
 (0)