I just want if this *mode* is new or already done.
Don't tell me to enter 320x240 and then just use 80x50 of it. I need to know if there is anyone that knows how to enter 80x50 mode?
I already got it, but I want to see how many people think like me
80x50 video mode
Re:80x50 video mode
http://www.osdever.net/forums/viewtopic.php?t=182 is the source to the mode hack. I would like opinions on it. It is very useful in that it is fast and easy to setup. I use it for my GUI engine testing.
Re:80x50 video mode
i like 80x28 and 80x43, tho i like 80x28 more than 80x43 and i dont much like 80x50.
-- Stu --
Re:80x50 video mode
Mode 80x50 (hack) is made by taking 80x25, and using ? (0xDC) which is a small box. The box represents the bottom pixel, and the background color represents the top pixel. Thus, making the illusion that there are 50 pixels top to bottom. (Actually there are 50 pixels, but it's gained by a trick)
Re:80x50 video mode
i fail to see the point of a '80x50 graphic' mode where you use text blocks to simulate an 80x50 pixel display??
-- Stu --
Re:80x50 video mode
Yeah, but on Boch's it goes faster when using text instead of actual VGA. No idea why :/
Re:80x50 video mode
Must be something like this? http://my.execpc.com/~geezer/temp/chunky.gifTux wrote: Mode 80x50 (hack) is made by taking 80x25, and using ? (0xDC) which is a small box. The box represents the bottom pixel, and the background color represents the top pixel. Thus, making the illusion that there are 50 pixels top to bottom. (Actually there are 50 pixels, but it's gained by a trick)
source code: http://my.execpc.com/~geezer/temp/chunky.c
- Pype.Clicker
- Member
- Posts: 5964
- Joined: Wed Oct 18, 2006 2:31 am
- Location: In a galaxy, far, far away
- Contact:
Re:80x50 video mode
try to guess ! to fill the same region, you need more emulated instructions in 320x200 than with 80x25 text mode. The job of filling the characters is done by native code rather than by emulating your GUI code ...Tux wrote: Yeah, but on Boch's it goes faster when using text instead of actual VGA. No idea why :/