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

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

revision 31 by dpavlin, Mon Oct 8 16:20:40 2007 UTC revision 32 by dpavlin, Mon Oct 8 16:20:58 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *     *  
27   *   *
28   *  $Id: machine_netwinder.c,v 1.4 2006/07/23 23:50:31 debug Exp $   *  $Id: machine_netwinder.c,v 1.5 2006/08/19 07:58:21 debug Exp $
29   */   */
30    
31  #include <stdio.h>  #include <stdio.h>
# Line 50  MACHINE_SETUP(netwinder) Line 50  MACHINE_SETUP(netwinder)
50                  fprintf(stderr, "WARNING! Real NetWinders cannot"                  fprintf(stderr, "WARNING! Real NetWinders cannot"
51                      " have more than 256 MB RAM. Continuing anyway.\n");                      " have more than 256 MB RAM. Continuing anyway.\n");
52    
53            /*  CPU at 63.75 MHz, according to NetBSD's netwinder_machdep.c.  */
54            machine->emulated_hz = 63750000;
55    
56          machine->md_int.footbridge_data =          machine->md_int.footbridge_data =
57              device_add(machine, "footbridge addr=0x42000000");              device_add(machine, "footbridge addr=0x42000000");
58          machine->md_interrupt = isa32_interrupt;          machine->md_interrupt = isa32_interrupt;

Legend:
Removed from v.31  
changed lines
  Added in v.32

  ViewVC Help
Powered by ViewVC 1.1.26