/[gxemul]/trunk/src/cpus/cpu_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/cpu_mips.c

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

revision 18 by dpavlin, Mon Oct 8 16:19:11 2007 UTC revision 20 by dpavlin, Mon Oct 8 16:19:23 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *   *
27   *   *
28   *  $Id: cpu_mips.c,v 1.6 2005/10/26 14:37:02 debug Exp $   *  $Id: cpu_mips.c,v 1.8 2005/11/13 00:14:07 debug Exp $
29   *   *
30   *  MIPS core CPU emulation.   *  MIPS core CPU emulation.
31   */   */
# Line 1930  int mips_cpu_run_instr(struct emul *emul Line 1930  int mips_cpu_run_instr(struct emul *emul
1930                  }                  }
1931          }          }
1932    
   
1933          /*          /*
1934           *  ROM emulation:  (0xbfcXXXXX or 0x9fcXXXXX)           *  ROM emulation:  (0xbfcXXXXX or 0x9fcXXXXX)
1935           *           *
# Line 4148  void mips_cpu_list_available_types(void) Line 4147  void mips_cpu_list_available_types(void)
4147  }  }
4148    
4149    
4150  CPU_FAMILY_INIT(mips,"MIPS")  /*  NOTE: _OLD_ family init. TODO: remove all this  */
4151    
4152    CPU_OLD_FAMILY_INIT(mips,"MIPS")
4153    
4154    
4155  #endif  /*  ENABLE_MIPS  */  #endif  /*  ENABLE_MIPS  */

Legend:
Removed from v.18  
changed lines
  Added in v.20

  ViewVC Help
Powered by ViewVC 1.1.26