/[gxemul]/trunk/src/devices/dev_dec5800.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/devices/dev_dec5800.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: dev_dec5800.c,v 1.18 2006/01/01 13:17:16 debug Exp $   *  $Id: dev_dec5800.c,v 1.19 2006/03/04 12:38:47 debug Exp $
29   *     *  
30   *  Emulation of devices found in a DECsystem 58x0, where x is the number   *  Emulation of devices found in a DECsystem 58x0, where x is the number
31   *  of CPUs in the system. (The CPU board is called KN5800 by Ultrix.)   *  of CPUs in the system. (The CPU board is called KN5800 by Ultrix.)
# Line 171  struct dec5800_data *dev_dec5800_init(st Line 171  struct dec5800_data *dev_dec5800_init(st
171          memory_device_register(mem, "dec5800_vectors",          memory_device_register(mem, "dec5800_vectors",
172              baseaddr + 0x30000000, 0x100, dev_dec5800_vectors_access,              baseaddr + 0x30000000, 0x100, dev_dec5800_vectors_access,
173              d, DM_DEFAULT, NULL);              d, DM_DEFAULT, NULL);
174          machine_add_tickfunction(machine, dev_dec5800_tick, d, 14);          machine_add_tickfunction(machine, dev_dec5800_tick, d, 14, 0.0);
175    
176          return d;          return d;
177  }  }

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

  ViewVC Help
Powered by ViewVC 1.1.26