Merge pull request #4174 from hp9k/disable_debug

nereid: disable debug (nw)
This commit is contained in:
ajrhacker 2018-10-21 09:01:13 -04:00 committed by GitHub
commit 9da9131fe4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
#include "emu.h"
#include "nereid.h"
#define VERBOSE 1
#define VERBOSE 0
#include "logmacro.h"
DEFINE_DEVICE_TYPE(NEREID, nereid_device, "nereid", "HP Nereid ASIC")