/[gxemul]/trunk/src/devices/dev_vr41xx.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_vr41xx.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_vr41xx.c,v 1.37 2006/03/31 23:53:41 debug Exp $   *  $Id: dev_vr41xx.c,v 1.38 2006/07/23 19:36:04 debug Exp $
29   *     *  
30   *  VR41xx (actually, VR4122 and VR4131) misc functions.   *  VR41xx (actually, VR4122 and VR4131) misc functions.
31   *   *
# Line 289  static void vr41xx_keytick(struct cpu *c Line 289  static void vr41xx_keytick(struct cpu *c
289  }  }
290    
291    
292  /*  DEVICE_TICK(vr41xx)
  *  dev_vr41xx_tick():  
  */  
 void dev_vr41xx_tick(struct cpu *cpu, void *extra)  
293  {  {
294          struct vr41xx_data *d = extra;          struct vr41xx_data *d = extra;
295    
# Line 387  static uint64_t vr41xx_kiu(struct cpu *c Line 384  static uint64_t vr41xx_kiu(struct cpu *c
384  }  }
385    
386    
 /*  
  *  dev_vr41xx_access():  
  */  
387  DEVICE_ACCESS(vr41xx)  DEVICE_ACCESS(vr41xx)
388  {  {
389          struct vr41xx_data *d = (struct vr41xx_data *) extra;          struct vr41xx_data *d = (struct vr41xx_data *) extra;

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

  ViewVC Help
Powered by ViewVC 1.1.26