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

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

revision 29 by dpavlin, Mon Oct 8 16:19:56 2007 UTC revision 30 by dpavlin, Mon Oct 8 16:20:40 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *     *  
27   *   *
28   *  $Id: dev_rd94.c,v 1.35 2006/03/04 12:38:48 debug Exp $   *  $Id: dev_rd94.c,v 1.36 2006/07/23 14:37:34 debug Exp $
29   *     *  
30   *  Used by NEC-RD94, -R94, and -R96.   *  Used by NEC-RD94, -R94, and -R96.
31   */   */
# Line 61  struct rd94_data { Line 61  struct rd94_data {
61  };  };
62    
63    
64  /*  DEVICE_TICK(rd94)
  *  dev_rd94_tick():  
  */  
 void dev_rd94_tick(struct cpu *cpu, void *extra)  
65  {  {
66          struct rd94_data *d = extra;          struct rd94_data *d = extra;
67    
# Line 79  void dev_rd94_tick(struct cpu *cpu, void Line 76  void dev_rd94_tick(struct cpu *cpu, void
76  }  }
77    
78    
 /*  
  *  dev_rd94_access():  
  */  
79  DEVICE_ACCESS(rd94)  DEVICE_ACCESS(rd94)
80  {  {
81          struct rd94_data *d = (struct rd94_data *) extra;          struct rd94_data *d = (struct rd94_data *) extra;

Legend:
Removed from v.29  
changed lines
  Added in v.30

  ViewVC Help
Powered by ViewVC 1.1.26