Search
lxdream.org :: lxdream/src/sdram.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sdram.c
changeset 940:81e0d3051d5f
prev939:6f2302afeb89
next1067:d3c00ffccfcd
author nkeynes
date Tue Jan 06 02:03:36 2009 +0000 (15 years ago)
branchlxdream-mem
permissions -rw-r--r--
last change Back out the CALL_ptr change (need to handle relocation from end-of-cache to
front in overflow situations)
file annotate diff log raw
1.1 --- a/src/sdram.c Sat Jan 03 03:30:26 2009 +0000
1.2 +++ b/src/sdram.c Tue Jan 06 02:03:36 2009 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: sdram.c 954 2008-12-26 14:25:23Z nkeynes $
1.6 + * $Id$
1.7 *
1.8 * Dreamcast main SDRAM - access methods and timing controls. This is fairly
1.9 * directly coupled to the SH4
.