revision 241:776e46e58d6d
summary |
tree |
shortlog |
changelog |
graph |
changeset |
raw | bz2 | zip | gz changeset | 241:776e46e58d6d |
parent | 240:9ae4bd697292 |
child | 242:04f5cdb68d8e |
author | nkeynes |
date | Fri Dec 15 10:19:06 2006 +0000 (14 years ago) |
Comment out the AICA debug line for now
![]() | src/aica/aica.c | view | annotate | diff | log |
1.1 --- a/src/aica/aica.c Fri Dec 15 10:18:39 2006 +00001.2 +++ b/src/aica/aica.c Fri Dec 15 10:19:06 2006 +00001.3 @@ -1,5 +1,5 @@1.4 /**1.5 - * $Id: aica.c,v 1.19 2006-06-27 11:04:03 nkeynes Exp $1.6 + * $Id: aica.c,v 1.20 2006-12-15 10:19:06 nkeynes Exp $1.7 *1.8 * This is the core sound system (ie the bit which does the actual work)1.9 *1.10 @@ -243,7 +243,7 @@1.11 rv = aica_time_of_day & 0xFFFF;1.12 break;1.13 }1.14 - DEBUG( "Read AICA RTC %d => %08X", reg, rv );1.15 + // DEBUG( "Read AICA RTC %d => %08X", reg, rv );1.16 return rv;1.17 }
.