| ![[BACK]](/cvs/cvsweb/icons/back.gif) Return to common.h CVS log ![[TXT]](/cvs/cvsweb/icons/text.gif) | ![[DIR]](/cvs/cvsweb/icons/dir.gif) Up to  [RetroPC.NET] / xmil | 
| version 1.3, 2004/08/03 12:50:53 | version 1.4, 2004/08/07 07:19:56 | 
|---|---|
| Line 49 enum { | Line 49 enum { | 
| #define REG16 UINT16 | #define REG16 UINT16 | 
| #endif | #endif | 
| #ifndef LOW10 | |
| #define LOW10(a) ((a) & 0x03ff) | |
| #endif | |
| #ifndef LOW11 | #ifndef LOW11 | 
| #define LOW11(a) ((a) & 0x07ff) | #define LOW11(a) ((a) & 0x07ff) | 
| #endif | #endif |