turn logging back off (nw)

This commit is contained in:
David Haywood 2015-10-07 03:15:51 +01:00
parent 3bd1420666
commit de55d42202

View File

@ -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