http://GameProgrammer.Com

Programming

GP Mailing List
     Thread Index
     Date Index

ATXGPSIG List
     Thread Index
     Date Index

Google
>

Home

Wise2Food



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Mode 13h



Hello..

Mode 13H. Wow. Then, perhaps you can tell me how the heck I draw a dot on 
the screen like X and Y ?

I do call 0xA0000 and the use the..
outportb(0x3c9, red);
outportb(0x3c9, green);
outportb(0x3c9, blue);

.. for the background layout and then ..

b= 0;
pokeb(0xa0000, B,30)

.. for the actual dot.

This doensnt work unless i add 1 to red OR green OR blue. ( I dont see the 
dot on the screen).

So, as you see Im totaly lost and really dont get the whole thing. Do you 
have an example how to structure something?

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
=================================================================
To SUBSCRIBE or UNSUBSCRIBE please visit
http://gameprogrammer.com/mailinglist.html



  • Follow-Ups: