1.1 --- a/src/gdrom/packet.h Thu Jun 15 10:32:42 2006 +0000
1.2 +++ b/src/gdrom/packet.h Tue Dec 19 09:52:56 2006 +0000
1.5 - * $Id: packet.h,v 1.4 2006-06-15 10:32:42 nkeynes Exp $
1.6 + * $Id: packet.h,v 1.5 2006-12-19 09:52:56 nkeynes Exp $
1.8 * This file defines the command codes and any other flags used by the
1.9 * GD-Rom ATAPI packet commands.
1.15 + * 15 Read session info
1.23 + * 40 Read Status ?
1.28 #define PKT_CMD_READ_TOC 0x14
1.29 #define PKT_CMD_SESSION_INFO 0x15
1.30 #define PKT_CMD_READ_SECTOR 0x30
1.31 +#define PKT_CMD_PLAY_CD 0x20 /* ? */
1.32 +#define PKT_CMD_STATUS 0x40
1.33 #define PKT_CMD_SPIN_UP 0x70 /* ??? */
1.34 #define PKT_CMD_71 0x71 /* ??? seems to return garbage */