/[gxemul]/trunk/src/devices/dev_dc7085.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_dc7085.c

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

revision 19 by dpavlin, Mon Oct 8 16:19:11 2007 UTC revision 20 by dpavlin, Mon Oct 8 16:19:23 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *     *  
27   *   *
28   *  $Id: dev_dc7085.c,v 1.50 2005/10/26 14:37:03 debug Exp $   *  $Id: dev_dc7085.c,v 1.51 2005/11/13 00:14:08 debug Exp $
29   *     *  
30   *  DC7085 serial controller, used in some DECstation models.   *  DC7085 serial controller, used in some DECstation models.
31   */   */
# Line 321  int dev_dc7085_init(struct machine *mach Line 321  int dev_dc7085_init(struct machine *mach
321          lk201_init(&d->lk201, use_fb, add_to_rx_queue, d->console_handle, d);          lk201_init(&d->lk201, use_fb, add_to_rx_queue, d->console_handle, d);
322    
323          memory_device_register(mem, "dc7085", baseaddr, DEV_DC7085_LENGTH,          memory_device_register(mem, "dc7085", baseaddr, DEV_DC7085_LENGTH,
324              dev_dc7085_access, d, MEM_DEFAULT, NULL);              dev_dc7085_access, d, DM_DEFAULT, NULL);
325          machine_add_tickfunction(machine, dev_dc7085_tick, d, DC_TICK_SHIFT);          machine_add_tickfunction(machine, dev_dc7085_tick, d, DC_TICK_SHIFT);
326    
327          return d->console_handle;          return d->console_handle;

Legend:
Removed from v.19  
changed lines
  Added in v.20

  ViewVC Help
Powered by ViewVC 1.1.26