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

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

revision 25 by dpavlin, Mon Oct 8 16:19:56 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_bebox.c,v 1.2 2006/02/27 05:32:26 debug Exp $   *  $Id: machine_bebox.c,v 1.3 2006/06/24 10:19:19 debug Exp $
29   *   *
30   *  Experimental machine for running NetBSD/bebox (see   *  Experimental machine for running NetBSD/bebox (see
31   *  http://www.netbsd.org/Ports/bebox/ for more info.)   *  http://www.netbsd.org/Ports/bebox/ for more info.)
# Line 117  MACHINE_DEFAULT_RAM(bebox) Line 117  MACHINE_DEFAULT_RAM(bebox)
117    
118  MACHINE_REGISTER(bebox)  MACHINE_REGISTER(bebox)
119  {  {
120          MR_DEFAULT(bebox, "BeBox", ARCH_PPC, MACHINE_BEBOX, 1, 0);          MR_DEFAULT(bebox, "BeBox", ARCH_PPC, MACHINE_BEBOX);
121          me->aliases[0] = "bebox";  
122            machine_entry_add_alias(me, "bebox");
123    
124          me->set_default_ram = machine_default_ram_bebox;          me->set_default_ram = machine_default_ram_bebox;
         machine_entry_add(me, ARCH_PPC);  
125  }  }
126    

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

  ViewVC Help
Powered by ViewVC 1.1.26