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

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

revision 41 by dpavlin, Mon Oct 8 16:21:17 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_cats.c,v 1.13 2007/01/21 21:02:57 debug Exp $   *  $Id: machine_cats.c,v 1.15 2007/06/15 18:08:10 debug Exp $
29     *
30     *  COMMENT: Simtec Electronics' CATS board
31   */   */
32    
33  #include <stdio.h>  #include <stdio.h>
# Line 52  MACHINE_SETUP(cats) Line 54  MACHINE_SETUP(cats)
54          int boot_id = machine->bootdev_id >= 0? machine->bootdev_id : 0;          int boot_id = machine->bootdev_id >= 0? machine->bootdev_id : 0;
55    
56          machine->machine_name = "CATS evaluation board";          machine->machine_name = "CATS evaluation board";
         machine->stable = 1;  
57    
58          if (machine->emulated_hz == 0)          if (machine->emulated_hz == 0)
59                  machine->emulated_hz = 50000000;                  machine->emulated_hz = 50000000;

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

  ViewVC Help
Powered by ViewVC 1.1.26