# HG changeset patch # User nkeynes # Date 1166177946 0 # Node ID 776e46e58d6d1bed073b38e31199920184ec0128 # Parent 9ae4bd697292000698f5cf20ee45d0322cca2794 Comment out the AICA debug line for now --- a/src/aica/aica.c Fri Dec 15 10:18:39 2006 +0000 +++ b/src/aica/aica.c Fri Dec 15 10:19:06 2006 +0000 @@ -1,5 +1,5 @@ /** - * $Id: aica.c,v 1.19 2006-06-27 11:04:03 nkeynes Exp $ + * $Id: aica.c,v 1.20 2006-12-15 10:19:06 nkeynes Exp $ * * This is the core sound system (ie the bit which does the actual work) * @@ -243,7 +243,7 @@ rv = aica_time_of_day & 0xFFFF; break; } - DEBUG( "Read AICA RTC %d => %08X", reg, rv ); + // DEBUG( "Read AICA RTC %d => %08X", reg, rv ); return rv; }