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]

Re: using 256 colors in c



========================================================
Enter Food Network’s Taste The Adventure Sweepstakes:
You & 3 friends take the food adventure of a lifetime
on a private jet to three mouth-watering destinations!
http://click.topica.com/caaacpGbUrGczbU68iFa/FoodNetwork
========================================================



you can use mode 13h.  The video memory is linear which makes it easy to do 
things.  To get into mode 13 you can do this:

asm {

	mov	ax,	0x013
	mov 	bx,	0x101
	int 	0x10
    }
This should help you get started, but if you need any help I have a file I 
wrote like 2 years ago that has lots of mode 13 stuff like 
putpixel/getpixel, palette stuff, virtual screen things, etc... I can send 
it to you off list(it's like 40K).

Ryan

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com

============================================================
Sign up for My Topica and get a FREE, personalized web page
for all your subscriptions, online reading and posting
privileges, special offers, and more!
http://click.topica.com/caaabHSbUrGczbU68iFf/register
============================================================

==^================================================================
EASY UNSUBSCRIBE click here: http://topica.com/u/?bUrGcz.bU68iF
Or send an email To: gameprogrammer-unsubscribe@topica.com
This email was sent to: list@pendleton.com

T O P I C A -- Register now to manage your mail!
http://www.topica.com/partner/tag02/register
==^================================================================