Search
lxdream.org :: lxdream/src/gdrom/ide.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/gdrom/ide.h
changeset 858:368fc0dcd57c
prev736:a02d1475ccfd
next1097:d4807997e450
author nkeynes
date Sun Apr 12 07:24:45 2009 +0000 (15 years ago)
branchxlat-refactor
permissions -rw-r--r--
last change Restructure operand types -
rename to forms to avoid conflict for actual data types
temporary operands are now a first class form
remove explicit types for immediates - now implied by opcode
Initial work on promote-source-reg pass
file annotate diff log raw
1.1 --- a/src/gdrom/ide.h Mon Jul 14 07:44:42 2008 +0000
1.2 +++ b/src/gdrom/ide.h Sun Apr 12 07:24:45 2009 +0000
1.3 @@ -29,6 +29,7 @@
1.4 extern "C" {
1.5 #endif
1.6
1.7 +#define GDROM_DRIVE_STATUS_LENGTH 10
1.8 #define GDROM_SENSE_LENGTH 10
1.9 #define GDROM_MODE_LENGTH 32
1.10
.