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

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

revision 41 by dpavlin, Mon Oct 8 16:22:11 2007 UTC revision 42 by dpavlin, Mon Oct 8 16:22:32 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *     *  
27   *   *
28   *  $Id: machine_cobalt.c,v 1.10 2007/04/29 13:44:14 debug Exp $   *  $Id: machine_cobalt.c,v 1.12 2007/06/15 18:08:10 debug Exp $
29     *
30     *  COMMENT: Cobalt (MIPS-based)
31   */   */
32    
33  #include <stdio.h>  #include <stdio.h>
# Line 50  MACHINE_SETUP(cobalt) Line 52  MACHINE_SETUP(cobalt)
52    
53          cpu->byte_order = EMUL_LITTLE_ENDIAN;          cpu->byte_order = EMUL_LITTLE_ENDIAN;
54          machine->machine_name = "Cobalt";          machine->machine_name = "Cobalt";
         machine->stable = 1;  
55    
56          /*          /*
57           *  Interrupts seem to be the following:           *  Interrupts seem to be the following:

Legend:
Removed from v.41  
changed lines
  Added in v.42

  ViewVC Help
Powered by ViewVC 1.1.26