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

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

revision 4 by dpavlin, Mon Oct 8 16:18:00 2007 UTC revision 18 by dpavlin, Mon Oct 8 16:19:11 2007 UTC
# Line 28  Line 28 
28   *  SUCH DAMAGE.   *  SUCH DAMAGE.
29   *   *
30   *   *
31   *  $Id: cop0.h,v 1.6 2005/01/18 06:22:58 debug Exp $   *  $Id: cop0.h,v 1.8 2005/10/26 14:37:06 debug Exp $
32   *   *
33   *  Misc. definitions for coprocessor 0.   *  Misc. definitions for coprocessor 0.
34   */   */
35    
36    
37  /*  TODO:  Coproc registers are actually CPU dependant, so an R4000  /*  TODO:  Coproc registers are actually CPU dependent, so an R4000
38          has other bits/registers than an R3000...          has other bits/registers than an R3000...
39      TODO 2: CPUs like the R10000 are probably even a bit more different.  */      TODO 2: CPUs like the R10000 are probably even a bit more different.  */
40    
# Line 85  Line 85 
85  #define COP0_PAGEMASK           5  #define COP0_PAGEMASK           5
86  #define    PAGEMASK_MASK            0x01ffe000  #define    PAGEMASK_MASK            0x01ffe000
87  #define    PAGEMASK_SHIFT           13  #define    PAGEMASK_SHIFT           13
88  #define    PAGEMASK_MASK_R4100      0x0007f800          /*  TODO: At least VR4131, how about others?  */  #define    PAGEMASK_MASK_R4100      0x0007f800  /*  TODO: At least VR4131,  */
89                                                    /*  how about others?  */
90  #define    PAGEMASK_SHIFT_R4100     11  #define    PAGEMASK_SHIFT_R4100     11
91  #define COP0_WIRED              6  #define COP0_WIRED              6
92  #define COP0_RESERV7            7  #define COP0_RESERV7            7

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

  ViewVC Help
Powered by ViewVC 1.1.26