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

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

revision 25 by dpavlin, Mon Oct 8 16:19:37 2007 UTC revision 26 by dpavlin, Mon Oct 8 16:20:10 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *     *  
27   *   *
28   *  $Id: machine_hpcsh.c,v 1.1 2006/01/11 19:20:08 debug Exp $   *  $Id: machine_hpcsh.c,v 1.2 2006/06/24 10:19:19 debug Exp $
29   */   */
30    
31  #include <stdio.h>  #include <stdio.h>
# Line 75  MACHINE_DEFAULT_CPU(hpcsh) Line 75  MACHINE_DEFAULT_CPU(hpcsh)
75    
76  MACHINE_REGISTER(hpcsh)  MACHINE_REGISTER(hpcsh)
77  {  {
78          MR_DEFAULT(hpcsh, "Handhelp SH (HPCsh)", ARCH_SH, MACHINE_HPCSH, 1, 2);          MR_DEFAULT(hpcsh, "Handhelp SH (HPCsh)", ARCH_SH, MACHINE_HPCSH);
79          me->aliases[0] = "hpcsh";  
80          me->subtype[0] = machine_entry_subtype_new("Jornada 680",          machine_entry_add_alias(me, "hpcsh");
81              MACHINE_HPCSH_JORNADA680, 1);  
82          me->subtype[0]->aliases[0] = "jornada680";          machine_entry_add_subtype(me, "Jornada 680",
83          me->subtype[1] = machine_entry_subtype_new(              MACHINE_HPCSH_JORNADA680, "jornada680", NULL);
84              "Jornada 690", MACHINE_HPCSH_JORNADA690, 1);  
85          me->subtype[1]->aliases[0] = "jornada690";          machine_entry_add_subtype(me, "Jornada 690",
86          machine_entry_add(me, ARCH_SH);              MACHINE_HPCSH_JORNADA690, "jornada690", NULL);
87  }  }
88    

Legend:
Removed from v.25  
changed lines
  Added in v.26

  ViewVC Help
Powered by ViewVC 1.1.26