From de55d42202bbb86c31ee69f3a35b11b6c4156c57 Mon Sep 17 00:00:00 2001 From: David Haywood Date: Wed, 7 Oct 2015 03:15:51 +0100 Subject: [PATCH] turn logging back off (nw) --- src/devices/machine/pic8259.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/devices/machine/pic8259.c b/src/devices/machine/pic8259.c index 51696bd9963..40fe6fd916c 100644 --- a/src/devices/machine/pic8259.c +++ b/src/devices/machine/pic8259.c @@ -16,9 +16,9 @@ #include "emu.h" #include "machine/pic8259.h" -#define LOG_ICW 1 -#define LOG_OCW 1 -#define LOG_GENERAL 1 +#define LOG_ICW 0 +#define LOG_OCW 0 +#define LOG_GENERAL 0 ALLOW_SAVE_TYPE(pic8259_device::pic8259_state_t); // allow save_item on a non-fundamental type