diff options
author | Alex Deucher <agd5f@yahoo.com> | 2004-10-16 21:10:40 +0000 |
---|---|---|
committer | Alex Deucher <agd5f@yahoo.com> | 2004-10-16 21:10:40 +0000 |
commit | 352b7566ac11a13bbced74d8a9c8ff944525c097 (patch) | |
tree | 2944ee1083af89be3368cfa30ff7d7a2a67e6ef2 /src/savage_streams.h | |
parent | 16af70368f042d6a5c54e57affe7c2e00f782baf (diff) |
- fix savage2000, savage3D
- attempt to fix Xv on savage2000 (not there yet)
Diffstat (limited to 'src/savage_streams.h')
-rw-r--r-- | src/savage_streams.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/savage_streams.h b/src/savage_streams.h index 2799ca5..8991109 100644 --- a/src/savage_streams.h +++ b/src/savage_streams.h @@ -192,6 +192,11 @@ /* Secondary Stream 2 Opaque Overlay Control */ #define SEC_STREAM2_OPAQUE_OVERLAY 0x8180 +/* savage 2000 */ +#define SEC_STREAM_COLOR_CONVERT0_2000 0x8198 +#define SEC_STREAM_COLOR_CONVERT1_2000 0x819c +#define SEC_STREAM_COLOR_CONVERT2_2000 0x81e0 +#define SEC_STREAM_COLOR_CONVERT3_2000 0x81e4 #define BASE_PAD 0xf |