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

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

revision 31 by dpavlin, Mon Oct 8 16:20:40 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_pckbc.c,v 1.69 2006/07/25 18:58:02 debug Exp $   *  $Id: dev_pckbc.c,v 1.70 2006/08/22 15:13:03 debug Exp $
29   *     *  
30   *  Standard 8042 PC keyboard controller (and a 8242WB PS2 keyboard/mouse   *  Standard 8042 PC keyboard controller (and a 8242WB PS2 keyboard/mouse
31   *  controller), including the 8048 keyboard chip.   *  controller), including the 8048 keyboard chip.
# Line 658  if (x&1) Line 658  if (x&1)
658  }  }
659                          if (writeflag == MEM_READ)                          if (writeflag == MEM_READ)
660                                  memory_writemax64(cpu, data, len, odata);                                  memory_writemax64(cpu, data, len, odata);
661                          return 0;                          return 1;
662                  }                  }
663                  if (relative_addr != 0)                  if (relative_addr != 0)
664                          relative_addr = 1;                          relative_addr = 1;

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

  ViewVC Help
Powered by ViewVC 1.1.26