/[gxemul]/trunk/src/cpus/memory_mips.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/src/cpus/memory_mips.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 21 by dpavlin, Mon Oct 8 16:18:51 2007 UTC revision 22 by dpavlin, Mon Oct 8 16:19:37 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *   *
27   *   *
28   *  $Id: memory_mips.c,v 1.1 2005/08/29 14:36:42 debug Exp $   *  $Id: memory_mips.c,v 1.2 2005/11/30 16:23:09 debug Exp $
29   *   *
30   *  MIPS-specific memory routines. Included from cpu_mips.c.   *  MIPS-specific memory routines. Included from cpu_mips.c.
31   */   */
# Line 370  int memory_cache_R3000(struct cpu *cpu, Line 370  int memory_cache_R3000(struct cpu *cpu,
370  #include "memory_mips_v2p.c"  #include "memory_mips_v2p.c"
371    
372    
373    #ifndef EXPERIMENTAL_NEWMIPS
374    
375  #define MEMORY_RW       mips_memory_rw  #define MEMORY_RW       mips_memory_rw
376  #define MEM_MIPS  #define MEM_MIPS
377  #include "../memory_rw.c"  #include "../memory_rw.c"
378  #undef MEM_MIPS  #undef MEM_MIPS
379  #undef MEMORY_RW  #undef MEMORY_RW
380    
381    #endif

Legend:
Removed from v.21  
changed lines
  Added in v.22

  ViewVC Help
Powered by ViewVC 1.1.26