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

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

revision 31 by dpavlin, Mon Oct 8 16:19:23 2007 UTC revision 32 by dpavlin, Mon Oct 8 16:20:58 2007 UTC
# Line 2  Line 2 
2  #define DISKIMAGE_H  #define DISKIMAGE_H
3    
4  /*  /*
5   *  Copyright (C) 2003-2005  Anders Gavare.  All rights reserved.   *  Copyright (C) 2003-2006  Anders Gavare.  All rights reserved.
6   *   *
7   *  Redistribution and use in source and binary forms, with or without   *  Redistribution and use in source and binary forms, with or without
8   *  modification, are permitted provided that the following conditions are met:   *  modification, are permitted provided that the following conditions are met:
# Line 28  Line 28 
28   *  SUCH DAMAGE.   *  SUCH DAMAGE.
29   *   *
30   *   *
31   *  $Id: diskimage.h,v 1.30 2005/11/13 02:22:01 debug Exp $   *  $Id: diskimage.h,v 1.32 2006/09/05 06:13:27 debug Exp $
32   *   *
33   *  Generic disk image functions.  (See diskimage.c for more info.)   *  Generic disk image functions.  (See diskimage.c for more info.)
34   */   */
# Line 150  void diskimage_dump_info(struct machine Line 150  void diskimage_dump_info(struct machine
150  /*  SCSI CD-ROM commands:  */  /*  SCSI CD-ROM commands:  */
151  #define SCSICDROM_READ_SUBCHANNEL       0x42  #define SCSICDROM_READ_SUBCHANNEL       0x42
152  #define SCSICDROM_READ_TOC              0x43  #define SCSICDROM_READ_TOC              0x43
153    #define SCSICDROM_READ_DISCINFO         0x51
154    #define SCSICDROM_READ_TRACKINFO        0x52
155    
156  /*  SCSI tape commands:  */  /*  SCSI tape commands:  */
157  #define SCSICMD_REWIND                  0x01  #define SCSICMD_REWIND                  0x01

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

  ViewVC Help
Powered by ViewVC 1.1.26