Search
lxdream.org :: lxdream/src/gdrom/ide.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/gdrom/ide.h
changeset 257:62fa1cabc46c
prev254:7c9e34c37670
next342:850502f0e8de
author nkeynes
date Fri Dec 29 00:24:43 2006 +0000 (17 years ago)
permissions -rw-r--r--
last change Limit number of sectors read at once (linux driver seems to throw a hissy
fit if you request too many at a time)
file annotate diff log raw
1.1 --- a/src/gdrom/ide.h Thu Dec 21 10:15:54 2006 +0000
1.2 +++ b/src/gdrom/ide.h Fri Dec 29 00:24:43 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
.