Diff for /np2/cbus/atapicmd.c between versions 1.1 and 1.2

version 1.1, 2004/03/19 03:36:52 version 1.2, 2005/02/07 14:46:08
Line 13 Line 13
 #include        "sxsi.h"  #include        "sxsi.h"
   
   
 static const BYTE cdrom_inquiry[] = {  static const UINT8 cdrom_inquiry[] = {
                                 0x05,0x80,0x00,0x21,0x1f,0x00,0x00,0x00,                                  0x05,0x80,0x00,0x21,0x1f,0x00,0x00,0x00,
                                 'N', 'E', 'C', 0x20,0x20,0x20,0x20,0x20,                                  'N', 'E', 'C', 0x20,0x20,0x20,0x20,0x20,
                                 'C', 'D', '-', 'R', 'O', 'M', ' ', 'D',                                  'C', 'D', '-', 'R', 'O', 'M', ' ', 'D',

Removed from v.1.1  
changed lines
  Added in v.1.2


RetroPC.NET-CVS <cvs@retropc.net>