1.1 --- a/src/gdrom/ide.h Tue May 23 13:11:45 2006 +0000
1.2 +++ b/src/gdrom/ide.h Fri Dec 15 10:18:39 2006 +0000
1.5 - * $Id: ide.h,v 1.8 2006-05-23 13:11:45 nkeynes Exp $
1.6 + * $Id: ide.h,v 1.9 2006-12-15 10:18:39 nkeynes Exp $
1.8 * This file defines the interface and structures of the dreamcast's IDE
1.9 * port. Note that the register definitions are in asic.h, as the registers
1.11 #define IDE_CTL_RESET 0x04
1.12 #define IDE_CTL_IRQEN 0x02 /* IRQ enabled when == 0 */
1.14 +#define IDE_CMD_NOP 0x00
1.15 #define IDE_CMD_RESET_DEVICE 0x08
1.16 #define IDE_CMD_PACKET 0xA0
1.17 #define IDE_CMD_IDENTIFY_PACKET_DEVICE 0xA1