From 6b5cb8304fe4926303b324da213ef6e89a850e8c Mon Sep 17 00:00:00 2001 From: Michael Zapf Date: Mon, 11 Apr 2016 01:52:30 +0200 Subject: [PATCH] ti99: Cleared logging output. --- src/devices/bus/ti99_peb/spchsyn.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 /****************************************************************************/