Search
lxdream.org :: lxdream/src/maple/maple.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/maple/maple.c
changeset 159:406161fea392
prev144:7f0714e89aaa
next447:3e095bfcb476
author nkeynes
date Wed Jan 31 10:31:53 2007 +0000 (17 years ago)
permissions -rw-r--r--
last change Fix sprites not setting clip mode
Fix clip-inside vertical size
file annotate diff log raw
1.1 --- a/src/maple/maple.c Mon May 15 08:28:52 2006 +0000
1.2 +++ b/src/maple/maple.c Wed Jan 31 10:31:53 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: maple.c,v 1.8 2006-05-15 08:28:52 nkeynes Exp $
1.6 + * $Id: maple.c,v 1.9 2006-06-15 10:33:05 nkeynes Exp $
1.7 *
1.8 * Implements the core Maple bus, including DMA transfers to and from the bus.
1.9 *
1.10 @@ -133,7 +133,6 @@
1.11 }
1.12 }
1.13
1.14 - INFO( "Maple packet %d: Cmd %d on port %d device %d", count, cmd, port, periph );
1.15 maple_device_t dev = maple_devices[port][periph];
1.16 if( dev == NULL ) {
1.17 /* no device attached */
.