diff options
author | 2012-04-20 20:40:44 +0000 | |
---|---|---|
committer | 2012-04-20 20:40:44 +0000 | |
commit | 85ea0671ca166d688ec51ec1d4816a39d744adf0 (patch) | |
tree | fd11cbd622433178f2f65d926aa747d39d63ecb0 /src/emu/machine/i8155.c | |
parent | 559469460596d2cdfbe8f2369cc99a1e44210315 (diff) |
(defaulting LOG to off)
Diffstat (limited to 'src/emu/machine/i8155.c')
-rw-r--r-- | src/emu/machine/i8155.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/i8155.c b/src/emu/machine/i8155.c index c8296a5baef..9f752781ce9 100644 --- a/src/emu/machine/i8155.c +++ b/src/emu/machine/i8155.c @@ -28,7 +28,7 @@ const device_type I8156 = &device_creator<i8155_device>; // MACROS / CONSTANTS //************************************************************************** -#define LOG 1 +#define LOG 0 enum { |