Search
lxdream.org :: lxdream/src/aica/aica.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/aica/aica.c
changeset 241:776e46e58d6d
prev173:b006aaba9dff
next301:1ace395139c3
author nkeynes
date Mon Jan 15 08:30:50 2007 +0000 (17 years ago)
permissions -rw-r--r--
last change Commit testyuv WIP
file annotate diff log raw
1.1 --- a/src/aica/aica.c Tue Jun 27 11:04:03 2006 +0000
1.2 +++ b/src/aica/aica.c Mon Jan 15 08:30:50 2007 +0000
1.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 }
1.18
.