summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author David Haywood <mamehaze@users.noreply.github.com>2015-10-07 03:15:51 +0100
committer David Haywood <mamehaze@users.noreply.github.com>2015-10-07 03:15:51 +0100
commitde55d42202bbb86c31ee69f3a35b11b6c4156c57 (patch)
treeff602c64bea06c41e2602d8a70955e960ce9aed2
parent3bd1420666ad0f488b334f607844ae6e1224b725 (diff)
turn logging back off (nw)
-rw-r--r--src/devices/machine/pic8259.c6
1 files 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