Skip to content

Commit

Permalink
Fixed register table
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5469 a1c6a512-1295-4272-9138-f99709370657
  • Loading branch information
Jens Arnold committed Nov 27, 2004
1 parent 569b998 commit 8e43f77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/sh2d.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ char* regname[] =
"","","","","","","","","","","","","","","","", /* f0 */
"TSTR","TSNC","TMDR","TFCR","TCR0","TIOR0","TIER0","TSR0", /* 100 */
"TCNT0","!","GRA0","!","GRB0","!","TCR1","TIORL", /* 108 */
"TIERI","TSR1","TCNT1","","GRA1","!","GRB1","!", /* 110 */
"TIERI","TSR1","TCNT1","!","GRA1","!","GRB1","!", /* 110 */
"TCR2","TIOR2","TIER2","TSR2","TCNT2","!","GRA2","!", /* 118 */
"GRB2","!","TCR3","TIOR3","TIER3","TSR3","TCNT3","!", /* 120 */
"GRA3","!","GRB3","!","BRA3","!","BRB3","!", /* 128 */
Expand All @@ -87,7 +87,7 @@ char* regname[] =
"TCSR","TCNT","","RSTCSR","SBYCR","","","", /* 1b8 */
"PADR","!","PBDR","!","PAIOR","!","PBIOR","!", /* 1c0 */
"PACR1","!","PACR2","!","PBCR1","!","PBCR2","!", /* 1c8 */
"PCDR","!","","","","","","","","","","","","","", /* 1d0 */
"PCDR","!","","","","","","","","","","","","","","", /* 1d0 */
"","","","","","","","","","","","","","","CASCR","!", /* 1e0 */
"TPMR","TPCR","NDERB","NDERA","NDRB","NDRA","NDRB","NDRA", /* 1f0 */
"","","","","","","",""
Expand Down

0 comments on commit 8e43f77

Please sign in to comment.