Search
lxdream.org :: lxdream/src/maple/maple.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/maple/maple.c
changeset 450:207461e79f21
prev447:3e095bfcb476
next480:d28c2992f5ee
author nkeynes
date Sun Oct 21 05:31:07 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Rename mmr_win.c to mmio_win.c
file annotate diff log raw
1.1 --- a/src/maple/maple.c Tue Oct 16 12:36:29 2007 +0000
1.2 +++ b/src/maple/maple.c Sun Oct 21 05:31:07 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: maple.c,v 1.10 2007-10-16 12:36:29 nkeynes Exp $
1.6 + * $Id: maple.c,v 1.11 2007-10-17 11:26:45 nkeynes Exp $
1.7 *
1.8 * Implements the core Maple bus, including DMA transfers to and from the bus.
1.9 *
1.10 @@ -59,7 +59,7 @@
1.11 return maple_device_classes;
1.12 }
1.13
1.14 -dreamcast_config_entry_t maple_get_device_config( maple_device_t dev )
1.15 +lxdream_config_entry_t maple_get_device_config( maple_device_t dev )
1.16 {
1.17 if( dev->get_config == NULL )
1.18 return NULL;
.