1.

Solve : does anybody know dos vga programming??

Answer»

i really need 640x480 4 bpp vga programming help (no libarys please)
i tried Google and got nothinwhat kind of help?Is this for homework?no
its for a game i am writing (myself)
but i dont want to use bios or libarys
because 4 fps is not GOOD enougheveything on internet says 320x200 8bpp
just FINE for colors but 320x200
not so good
need atleast 512x300
If I remember correctly 640x480x4bpp that's "SCREEN 12" in QBASIC- but what language are you working with?


C / C++
i know its screen mode 12hex
asm {
mov ax,12h
int 10h
}
but how do i put pixels without bgi, libarys and bios rotines
i should be able to just write to A000:0000
but i think THERES like vga planes or something
http://www.osdever.net/FreeVGA/vga/vga.htmthanks bc_programmer that helps



Discussion

No Comment Found