Search
lxdream.org :: lxdream/src/sdram.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sdram.c
changeset 962:54a657069b81
prev953:f4a156508ad1
next991:60c7fab9c880
author nkeynes
date Mon Jan 26 07:26:24 2009 +0000 (15 years ago)
permissions -rw-r--r--
last change Add read_byte_for_write mem function for correct implementation of AND.B and friends
with TLB enabled.
Add read_byte and read_long MMIO stubs to do correct sign extension of IO reads
file annotate diff log raw
1.1 --- a/src/sdram.c Tue Jan 13 11:56:28 2009 +0000
1.2 +++ b/src/sdram.c Mon Jan 26 07:26:24 2009 +0000
1.3 @@ -20,6 +20,7 @@
1.4 #include "lxdream.h"
1.5 #include "mem.h"
1.6 #include "dreamcast.h"
1.7 +#include "sh4/xltcache.h"
1.8 #include <string.h>
1.9
1.10
.