/[gxemul]/trunk/src/include/cpu_sh.h
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/include/cpu_sh.h

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

revision 35 by dpavlin, Mon Oct 8 16:21:17 2007 UTC revision 36 by dpavlin, Mon Oct 8 16:21:34 2007 UTC
# Line 28  Line 28 
28   *  SUCH DAMAGE.   *  SUCH DAMAGE.
29   *   *
30   *   *
31   *  $Id: cpu_sh.h,v 1.37 2006/12/30 13:31:00 debug Exp $   *  $Id: cpu_sh.h,v 1.38 2007/02/24 19:21:44 debug Exp $
32   *   *
33   *  Note: Many things here are SH4-specific, so it probably doesn't work   *  Note: Many things here are SH4-specific, so it probably doesn't work
34   *        for SH3 emulation.   *        for SH3 emulation.
# Line 50  struct sh_cpu_type_def { Line 50  struct sh_cpu_type_def {
50          uint32_t        prr;          uint32_t        prr;
51  };  };
52    
53  #define SH_CPU_TYPE_DEFS                {           \  #define SH_CPU_TYPE_DEFS                                {           \
54          { "SH7750", 32, 4, SH4_PVR_SH7750, 0     }, \          { "SH7750",  32, 4, SH4_PVR_SH7750, 0                    }, \
55          { "SH5",    64, 5, 0,              0     }, \          { "SH7750R", 32, 4, SH4_PVR_SH7750, SH4_PRR_7750R        }, \
56          { NULL,      0, 0, 0,              0     }  }          { "SH7751R", 32, 4, SH4_PVR_SH7751, SH4_PRR_7751R        }, \
57            { "SH5",     64, 5, 0,              0                    }, \
58            { NULL,       0, 0, 0,              0                    }  }
59    
60    
61  /*  /*

Legend:
Removed from v.35  
changed lines
  Added in v.36

  ViewVC Help
Powered by ViewVC 1.1.26