You changed the RGB of color #0 on a VGA? It's late and I'm on my second bottle of wine, so...
On 20 October 2010 00:11, Reinier Zwitserloot <[email protected]> wrote: > Possibly more obscure: > > MOV DX, 0x3C8 > XOR AL, AL > OUT DX, AL > INC DX > DEC AL > OUT DX, AL > INC AL > OUT DX, AL > OUT DX, AL > > I double checked, 3C8 is the right port. Any takers? > > On Oct 19, 2:57 pm, Christian Catchpole <[email protected]> > wrote: > > screen colour = black > > border colour = black > > cursor colour = white > > > > (and i remembered that from 1987) > > > > http://twitpic.com/2yzlcp > > -- > You received this message because you are subscribed to the Google Groups > "The Java Posse" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<javaposse%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/javaposse?hl=en. > > -- "Therefore, send not to know For whom the bell tolls. It tolls for thee." Josh 'G-Funk' McDonald - [email protected] - http://twitter.com/sophistifunk - http://flex.joshmcdonald.info/ -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
