VOGONS

Common searches


Search results

Display options

Re: CGA Composite Mode under DOSBOX?

in DOSBox Patches
you can use 128 entries if you want. Only the first bit is in the current method required to be set to 1. (so you have 7 bits available) the draw routine probably can be made a bit more efficient, but please start from the SVN source as that has some bank fixes.

Re: Spam, spam, spam

in Milliways
Thanks for the reports. kelly456 and DrLogan are "older" bots. They registered at 5 march. So there might be some more of those becoming active in the future

Re: CGA Composite Mode under DOSBOX?

in DOSBox Patches
dosbox its algorithm, while called a palette implementation is not that different from you would expect though; it (pre)calculates 80 colours and stores them in the upper bits of the current vga palete. you can find the 2 pieces in src/hardware/vga_other.cpp: update_cga16_color and src/hardware/vga_ …

Re: CGA Composite Mode under DOSBOX?

in DOSBox Patches
To clarify, I am more leaning towards a keycombination to toggle composite/rgb rendering. This combo should work for both modes (4 and 6), but I don't want to drop the current autodetection in mode 6. A specific monitor type is something that is being considered, but not anytime soon.

Re: CGA Composite Mode under DOSBOX?

in DOSBox Patches
It are more than 16 colours of course. If were exactly 16 colours then the red bleeding and thing like that didn't exist. (that are precalculated) The mode 4 is indeed a thing to consider, but at the moment I am not really willing to add another machine type.

Re: Settlers II Gold mouse problem

Interesting patch. I think that in a real mouse driver, there are no floats used for the mickeys/position, but there are fractional movement counters, so it boils down the same thing. The game is happy with a flipping mickey counter ? (when it becomes to large it will now flip). The patch changes …

Re: Why I can't record video with the DOSBox?

in DOSBox General
Which Operating system do you use ? You don't need any codecs to record video, only to display them. Check the status screen (the other window) for more information if you press the key combo. If nothing is reported and you are using Linux/Mac OS X, be sure that this key combination is send to …

Page 81 of 436