/[gxemul]/trunk/src/devices/dev_bt459.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_bt459.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_bt459.c,v 1.64 2006/03/04 12:38:47 debug Exp $   *  $Id: dev_bt459.c,v 1.65 2006/07/23 14:37:34 debug Exp $
29   *     *  
30   *  Brooktree 459 vdac, used by TURBOchannel graphics cards.   *  Brooktree 459 vdac, used by TURBOchannel graphics cards.
31   */   */
# Line 244  static void bt459_update_cursor_position Line 244  static void bt459_update_cursor_position
244  }  }
245    
246    
247  /*  DEVICE_TICK(bt459)
  *  dev_bt459_tick():  
  */  
 void dev_bt459_tick(struct cpu *cpu, void *extra)  
248  {  {
249          struct bt459_data *d = extra;          struct bt459_data *d = extra;
250          int old_cursor_on = d->cursor_on;          int old_cursor_on = d->cursor_on;

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

  ViewVC Help
Powered by ViewVC 1.1.26