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

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

revision 25 by dpavlin, Mon Oct 8 16:19:56 2007 UTC revision 26 by dpavlin, Mon Oct 8 16:20:10 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *   *
27   *   *
28   *  $Id: diskimage.c,v 1.109 2006/05/06 08:42:48 debug Exp $   *  $Id: diskimage.c,v 1.110 2006/06/24 19:52:27 debug Exp $
29   *   *
30   *  Disk image support.   *  Disk image support.
31   *   *
# Line 524  int diskimage_scsicommand(struct cpu *cp Line 524  int diskimage_scsicommand(struct cpu *cp
524                  fatal(" %02x", xferp->cmd[i]);                  fatal(" %02x", xferp->cmd[i]);
525          fatal("\n");          fatal("\n");
526  if (xferp->cmd_len > 7 && xferp->cmd[5] == 0x11)  if (xferp->cmd_len > 7 && xferp->cmd[5] == 0x11)
527          single_step = 1;          single_step = ENTER_SINGLE_STEPPING;
528  #endif  #endif
529    
530  #if 0  #if 0

Legend:
Removed from v.25  
changed lines
  Added in v.26

  ViewVC Help
Powered by ViewVC 1.1.26