mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
turn logging back off (nw)
This commit is contained in:
parent
3bd1420666
commit
de55d42202
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user