/[gxemul]/trunk/src/machines/machine_hpcarm.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_hpcarm.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_hpcarm.c,v 1.2 2006/01/14 11:29:38 debug Exp $   *  $Id: machine_hpcarm.c,v 1.3 2006/06/24 10:19:19 debug Exp $
29   */   */
30    
31  #include <stdio.h>  #include <stdio.h>
# Line 206  MACHINE_DEFAULT_RAM(hpcarm) Line 206  MACHINE_DEFAULT_RAM(hpcarm)
206    
207  MACHINE_REGISTER(hpcarm)  MACHINE_REGISTER(hpcarm)
208  {  {
209          MR_DEFAULT(hpcarm, "Handhelp ARM (HPCarm)", ARCH_ARM,          MR_DEFAULT(hpcarm, "Handhelp ARM (HPCarm)", ARCH_ARM, MACHINE_HPCARM);
210              MACHINE_HPCARM, 1, 2);  
211          me->aliases[0] = "hpcarm";          machine_entry_add_alias(me, "hpcarm");
212          me->subtype[0] = machine_entry_subtype_new("Ipaq",  
213              MACHINE_HPCARM_IPAQ, 1);          machine_entry_add_subtype(me, "Ipaq", MACHINE_HPCARM_IPAQ,
214          me->subtype[0]->aliases[0] = "ipaq";              "ipaq", NULL);
215          me->subtype[1] = machine_entry_subtype_new(  
216              "Jornada 720", MACHINE_HPCARM_JORNADA720, 1);          machine_entry_add_subtype(me, "Jornada 720", MACHINE_HPCARM_JORNADA720,
217          me->subtype[1]->aliases[0] = "jornada720";              "jornada720", NULL);
218    
219          me->set_default_ram = machine_default_ram_hpcarm;          me->set_default_ram = machine_default_ram_hpcarm;
         machine_entry_add(me, ARCH_ARM);  
220  }  }
221    

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

  ViewVC Help
Powered by ViewVC 1.1.26