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

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

revision 37 by dpavlin, Mon Oct 8 16:21:17 2007 UTC revision 38 by dpavlin, Mon Oct 8 16:21:53 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *     *  
27   *   *
28   *  $Id: machine_test.c,v 1.30 2007/02/10 14:38:39 debug Exp $   *  $Id: machine_test.c,v 1.31 2007/04/10 17:26:20 debug Exp $
29   *   *
30   *  Various "test" machines (bare machines with just a CPU, or a bare machine   *  Various "test" machines (bare machines with just a CPU, or a bare machine
31   *  plus some experimental devices).   *  plus some experimental devices).
# Line 465  MACHINE_REGISTER(testsparc) Line 465  MACHINE_REGISTER(testsparc)
465  }  }
466    
467    
 MACHINE_SETUP(baretransputer)  
 {  
         machine->machine_name = "Generic \"bare\" Transputer machine";  
         machine->stable = 1;  
 }  
   
   
 MACHINE_DEFAULT_CPU(baretransputer)  
 {  
         machine->cpu_name = strdup("T800");  
 }  
   
   
 MACHINE_REGISTER(baretransputer)  
 {  
         MR_DEFAULT(baretransputer, "Generic \"bare\" Transputer machine",  
             ARCH_TRANSPUTER, MACHINE_BARETRANSPUTER);  
   
         machine_entry_add_alias(me, "baretransputer");  
 }  
   

Legend:
Removed from v.37  
changed lines
  Added in v.38

  ViewVC Help
Powered by ViewVC 1.1.26