VOGONS

Common searches


Search results

Display options

Re: windows xp

in Windows
patience is a virtue this isn't a chat channel or some support hotline which you can call.

Re: The Lawnmower Man bug?

well the message you posted has unfortunate nothing to do with your problem. It's indeed a bit odd that it messes up in vdmsound as well. That would indicate either a very obscure feature (not present in current vga cards anymore) or a game that is broken by itself.

Re: TV Sports Boxing

why should it be. Please use a different tone HunterZ. You sound like a spoiled child only wanting more and more. dosbox doesn't use bios functions to read files. (it doesn't need to) the game hooks the bios as it assumes that the builtin dos uses the bios to read the files from the disk (using int …

Re: 40 Column Text Mode Issues

bruce lee: Uhm abandonia has a version which asks which output to use. option A is composite CGA (maybe dosbox machine should be set to cga) The black cauldron or so (sierra game downloadable from creator page allowe..) uses black text on white. (title bar is white, text is black) I will restore the …

Re: Fast DOSbOX?

in DOSBox General
no some code optimalisations Some make sense. but some don't (no offense) The coder changed a lot of multiplies into bitshifts (good thing) but also precalculated certain values. (like 8*1024) That isn't needed. I tested the following: #include int main(int argc,char* arv[]) { std::cout << 144 << …

Re: 40 Column Text Mode Issues

no dosbox internally runs on 8 bit. (explaination) the best way to implement this videomode is to use the vga pallet which is 8 bit. (which refers to 18 bit internal pallette). Harekiet and I had lengthy discussions about it and this is the proper way(as far as we are concerned). (using the internal …

Page 311 of 436