Search
lxdream.org :: lxdream :: r257:62fa1cabc46c
lxdream 0.9.1
released Jun 29
Download Now
changeset257:62fa1cabc46c
parent256:8bac2f96ca1b
child258:8864fae65928
authornkeynes
dateFri Dec 29 00:21:46 2006 +0000 (17 years ago)
Fix comment for the IO bit
src/gdrom/ide.h
1.1 --- a/src/gdrom/ide.h Thu Dec 21 11:13:10 2006 +0000
1.2 +++ b/src/gdrom/ide.h Fri Dec 29 00:21:46 2006 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: ide.h,v 1.11 2006-12-21 10:15:54 nkeynes Exp $
1.6 + * $Id: ide.h,v 1.12 2006-12-29 00:21:46 nkeynes Exp $
1.7 *
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.10 @@ -83,7 +83,7 @@
1.11 #define IDE_FEAT_OVL 0x02
1.12
1.13 #define IDE_COUNT_CD 0x01 /* Command (1)/Data (0) */
1.14 -#define IDE_COUNT_IO 0x02 /* Input (0)/Output (1) */
1.15 +#define IDE_COUNT_IO 0x02 /* Input (1)/Output (0) */
1.16 #define IDE_COUNT_REL 0x04 /* Release device */
1.17
1.18
.