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

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

revision 23 by dpavlin, Mon Oct 8 16:19:37 2007 UTC revision 24 by dpavlin, Mon Oct 8 16:19:56 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *     *  
27   *   *
28   *  $Id: machine_prep.c,v 1.5 2006/01/16 00:51:15 debug Exp $   *  $Id: machine_prep.c,v 1.6 2006/06/24 06:53:04 debug Exp $
29   *   *
30   *  Machines conforming to the PowerPC Reference Platform specs.   *  Machines conforming to the PowerPC Reference Platform specs.
31   */   */
# Line 187  MACHINE_REGISTER(prep) Line 187  MACHINE_REGISTER(prep)
187          me->aliases[0] = "prep";          me->aliases[0] = "prep";
188    
189          me->subtype[0] = machine_entry_subtype_new(          me->subtype[0] = machine_entry_subtype_new(
190              "IBM 6050/6070", MACHINE_PREP_IBM6050, 1);              "IBM 6050/6070", MACHINE_PREP_IBM6050, 2);
191          me->subtype[0]->aliases[0] = "ibm6050";          me->subtype[0]->aliases[0] = "ibm6050";
192          me->subtype[0]->aliases[1] = "ibm6070";          me->subtype[0]->aliases[1] = "ibm6070";
193    

Legend:
Removed from v.23  
changed lines
  Added in v.24

  ViewVC Help
Powered by ViewVC 1.1.26