VOGONS

Common searches


Search results

Display options

Why VGA_StartResize() has 50 ms delay?

Hi, Why does VGA_StartResize(Bitu delay) in SVN have 50 ms delay by default? Apparently, when an application sets a mode such as 13h ("mov ax,13h", "int 10h") and int 10h returns the mode has actually not been setup yet even though an application will think it is. This delay seems to be why the demo …

OpenGL output for 32-bit modes

Is there a reason why 15,16 and 32-bit color modes are disabled for output=opengl? If I remove the disabling code, at least 320x200 32-bit color mode seems to work fine. --- dosbox-0.74.orig//src/gui/sdlmain.cpp 2010-05-10 20:43:54.000000000 +0300 +++ dosbox-0.74//src/gui/sdlmain.cpp 2011-06-05 22: …

VESA 32-bit 320x200 mode bug

Using Dosbox 0.74 and machine=svga_s3, the mode 0x10F (320x200, 32-bit color) outputs with bad aspect ratio. Looks like the window is twice as wide as it should be. The following patch fixes it: --- dosbox-0.74.orig//src/ints/int10_modes.cpp 2010-05-10 20:43:54.000000000 +0300 +++ dosbox-0.74//src/ …

Debugger terminal window is messy and unreadable

I'm trying to use dosbox debugger, but it's unusable because the terminal window is messed up. I compiled dosbox with --enable-debug=heavy on Linux (Debian Etch) and the terminal looks something like this after I press alt-pause: 150000: VGA:h total 100 end0128blank 012898) retrace (85/97) 0596 …

Re: Help to change UYVY overlay to YUY2

Here's the patch for YUY2 output: --- dosbox-0.72/src/gui/sdlmain.cpp.orig 2007-08-26 21:03:25.000000000 +0300 +++ dosbox-0.72/src/gui/sdlmain.cpp 2008-12-17 06:30:59.000000000 +0200 @@ -528,7 +528,7 @@ dosurface: } if (!(flags&GFX_CAN_32) || (flags & GFX_RGBONLY)) goto dosurface; if (!GFX_ …

Page 1 of 1