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

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

revision 27 by dpavlin, Mon Oct 8 16:19:56 2007 UTC revision 28 by dpavlin, Mon Oct 8 16:20:26 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *   *
27   *   *
28   *  $Id: dev_adb.c,v 1.9 2006/03/04 12:38:47 debug Exp $   *  $Id: dev_adb.c,v 1.10 2006/07/21 16:55:41 debug Exp $
29   *   *
30   *  ADB (Apple Desktop Bus) controller.   *  ADB (Apple Desktop Bus) controller.
31   *   *
# Line 109  struct adb_data { Line 109  struct adb_data {
109    
110    
111    
112  /*  DEVICE_TICK(adb)
  *  dev_adb_tick():  
  */  
 void dev_adb_tick(struct cpu *cpu, void *extra)  
113  {  {
114          struct adb_data *d = extra;          struct adb_data *d = extra;
115          int a;          int a;
# Line 314  static void adb_transfer(struct cpu *cpu Line 311  static void adb_transfer(struct cpu *cpu
311  }  }
312    
313    
 /*  
  *  dev_adb_access():  
  */  
314  DEVICE_ACCESS(adb)  DEVICE_ACCESS(adb)
315  {  {
316          uint64_t idata = 0, odata = 0;          uint64_t idata = 0, odata = 0;

Legend:
Removed from v.27  
changed lines
  Added in v.28

  ViewVC Help
Powered by ViewVC 1.1.26