upd765: Turn logging off (nw)

This commit is contained in:
Dirk Best 2017-08-18 21:04:34 +02:00
parent c0e752323d
commit d59769241d

View File

@ -5,7 +5,7 @@
#include "upd765.h"
#include "debugger.h"
#define LOG 1
#define LOG 0
DEFINE_DEVICE_TYPE(UPD765A, upd765a_device, "upd765a", "NEC uPD765A FDC")
DEFINE_DEVICE_TYPE(UPD765B, upd765b_device, "upd765b", "NEC uPD765B FDC")