revision 257:62fa1cabc46c
summary |
tree |
shortlog |
changelog |
graph |
changeset |
raw | bz2 | zip | gz changeset | 257:62fa1cabc46c |
parent | 256:8bac2f96ca1b |
child | 258:8864fae65928 |
author | nkeynes |
date | Fri Dec 29 00:21:46 2006 +0000 (16 years ago) |
Fix comment for the IO bit
![]() | src/gdrom/ide.h | view | annotate | diff | log |
1.1 --- a/src/gdrom/ide.h Thu Dec 21 11:13:10 2006 +00001.2 +++ b/src/gdrom/ide.h Fri Dec 29 00:21:46 2006 +00001.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 IDE1.9 * port. Note that the register definitions are in asic.h, as the registers1.10 @@ -83,7 +83,7 @@1.11 #define IDE_FEAT_OVL 0x021.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 */
.