diff options
author | 2016-04-11 01:52:30 +0200 | |
---|---|---|
committer | 2016-04-11 01:52:30 +0200 | |
commit | 6b5cb8304fe4926303b324da213ef6e89a850e8c (patch) | |
tree | 95b5e5251a0164c818a56e9185d15963e36acaf9 | |
parent | c58b8116ad66aac465890b0728ed3a795b54f5f3 (diff) |
ti99: Cleared logging output.
-rw-r--r-- | src/devices/bus/ti99_peb/spchsyn.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/ti99_peb/spchsyn.cpp b/src/devices/bus/ti99_peb/spchsyn.cpp index e6f89193850..76c94cc7842 100644 --- a/src/devices/bus/ti99_peb/spchsyn.cpp +++ b/src/devices/bus/ti99_peb/spchsyn.cpp @@ -26,7 +26,7 @@ #include "machine/spchrom.h" #define TRACE_MEM 0 -#define TRACE_ADDR 1 +#define TRACE_ADDR 0 #define TRACE_READY 0 /****************************************************************************/ |