mirror of
https://github.com/holub/mame
synced 2025-04-30 03:47:13 +03:00
Merge pull request #4120 from hp9k/disable_nscsi_debug
NSCSI: disable debug
This commit is contained in:
commit
2b2a84afe2
@ -9,7 +9,7 @@
|
|||||||
#define LOG_DATA (1U << 3)
|
#define LOG_DATA (1U << 3)
|
||||||
|
|
||||||
//#define VERBOSE (LOG_GENERAL | LOG_STATE | LOG_CONTROL | LOG_DATA)
|
//#define VERBOSE (LOG_GENERAL | LOG_STATE | LOG_CONTROL | LOG_DATA)
|
||||||
#define VERBOSE (LOG_GENERAL)
|
#define VERBOSE 0
|
||||||
|
|
||||||
#include "logmacro.h"
|
#include "logmacro.h"
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
#include "emu.h"
|
#include "emu.h"
|
||||||
#include "machine/nscsi_cd.h"
|
#include "machine/nscsi_cd.h"
|
||||||
|
|
||||||
#define VERBOSE 1
|
#define VERBOSE 0
|
||||||
#include "logmacro.h"
|
#include "logmacro.h"
|
||||||
|
|
||||||
DEFINE_DEVICE_TYPE(NSCSI_CDROM, nscsi_cdrom_device, "scsi_cdrom", "SCSI CD-ROM")
|
DEFINE_DEVICE_TYPE(NSCSI_CDROM, nscsi_cdrom_device, "scsi_cdrom", "SCSI CD-ROM")
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
#define LOG_COMMAND (1U << 1)
|
#define LOG_COMMAND (1U << 1)
|
||||||
#define LOG_DATA (1U << 2)
|
#define LOG_DATA (1U << 2)
|
||||||
|
|
||||||
#define VERBOSE (LOG_GENERAL)
|
#define VERBOSE 0
|
||||||
|
|
||||||
#include "logmacro.h"
|
#include "logmacro.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user