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

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

revision 39 by dpavlin, Mon Oct 8 16:21:53 2007 UTC revision 40 by dpavlin, Mon Oct 8 16:22:11 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *   *
27   *   *
28   *  $Id: cpu.c,v 1.374 2007/04/10 17:26:19 debug Exp $   *  $Id: cpu.c,v 1.376 2007/04/19 15:18:15 debug Exp $
29   *   *
30   *  Common routines for CPU emulation. (Not specific to any CPU type.)   *  Common routines for CPU emulation. (Not specific to any CPU type.)
31   */   */
# Line 587  void cpu_init(void) Line 587  void cpu_init(void)
587          add_cpu_family(avr_cpu_family_init, ARCH_AVR);          add_cpu_family(avr_cpu_family_init, ARCH_AVR);
588  #endif  #endif
589    
590  #ifdef ENABLE_M68K  #ifdef ENABLE_M88K
591          add_cpu_family(m68k_cpu_family_init, ARCH_M68K);          add_cpu_family(m88k_cpu_family_init, ARCH_M88K);
592  #endif  #endif
593    
594  #ifdef ENABLE_MIPS  #ifdef ENABLE_MIPS

Legend:
Removed from v.39  
changed lines
  Added in v.40

  ViewVC Help
Powered by ViewVC 1.1.26