|
||
|
GP Mailing List
ATXGPSIG List
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: My monitor is messing up
================================================================= To SUBSCRIBE or UNSUBSCRIBE please visit: http://gameprogrammer.com/mailinglist.html ================================================================= Maybe you need to clear the video memory after you set the mode or something. On Thu, 9 Mar 2000 16:15:14 -0600 "Ryan Moe" <moe_ryan@hotmail.com> writes: > When I had my old computer the monitor started flashing yellow and > colors started turning to black. I was programming in C++ w/ > Borland C++ 4.52 using Mode 13H. I thought my monitor was messing > up because it was old. Well I got a new computer and started > programming again in Borland C++ 4.52 in Mode 13H and now my monitor > is screwing up again. I'm guessing that's what is doing it. Here is > the code I use to set mode 13H. > > asm { > mov ax,0x013 > int 0x010 > } > > > If anybody has any idea please help me. I also use a bunch of > assembly language graphics routines. I guess those could be it but > I'm don't think so. --Robert Whitlock http://www.geocities.com/CapeCanaveral/Hangar/9520/ ICQ 60123256 ================================================================= The GameProgrammer.Com mailing list is for the open discussion of any topic related to the art, science, and business of programming games. This list is especially tolerant of beginners. We were all beginners once To SUBSCRIBE or UNSUBSCRIBE please visit: http://gameprogrammer.com/mailinglist.html
|
|