VBGamer |
|||||||||||||||||||||||||||||||||||||||||||||||||||||
RE: 555 mode vs. 565 Lynx of CP (2 replies, 0 views) (2000-Jun-29) Computers only *really* deal with base 2 binary numbers. A request for a 16 bit number will still make the computer grab the next 16 bits. it just won't use the high order bit. (I hope I get the terminology right).
Basically, some video cards like mine, use a 565 mode, in order to make the most of all the bits that get taken. This is my understanding.
What beats me is 24-bit colour.... you access it using 3 8-bit calls, or 1 1/2 16 bit calls... surely you'd get the most speed out of making 1 16-bit number and 1 8 bit number... but... ack... I don't even know what I'm trying to figure out *L*
HTH
|