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

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

revision 31 by dpavlin, Mon Oct 8 16:19:56 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: dev_z8530.c,v 1.8 2006/03/04 12:38:49 debug Exp $   *  $Id: dev_z8530.c,v 1.9 2006/10/07 02:05:21 debug Exp $
29   *     *  
30   *  Zilog "zs" serial controller (Z8530).   *  Zilog "zs" serial controller (Z8530).
31   *   *
# Line 92  static void check_incoming(struct cpu *c Line 92  static void check_incoming(struct cpu *c
92  }  }
93    
94    
95  /*  DEVICE_TICK(z8530)
  *  dev_z8530_tick():  
  *  
  *  Generate transmit and receive interrupts at regular intervals.  
  */  
 void dev_z8530_tick(struct cpu *cpu, void *extra)  
96  {  {
97            /*  Generate transmit and receive interrupts at regular intervals.  */
98          struct z8530_data *d = (struct z8530_data *) extra;          struct z8530_data *d = (struct z8530_data *) extra;
99          int asserted = 0;          int asserted = 0;
100    

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

  ViewVC Help
Powered by ViewVC 1.1.26