VOGONS

Common searches


Search results

Display options

Re: Math constants patch

Where would that be used? The x86 FPU has built-in commands to load seven constants. They are 0.0, 1.0, pi, ln(2), log2(e), log(2), and log2(10). The last four are used because the FPU can calculate only log2(x) and 2^x directly; multiplying with the right constant before/after the log2/2^x …

Re: Moe's lock-free mouse patch in CVS

How erratic? I tried MS mouse.com version 9.01. The mouse pointer keeps jumping all over the place, and the mouse buttons usually don't respond at all. Does dosbox emulate mouse hardware at all, or only the (int 33 I believe) mouse driver interface? Also try another driver... Will try when I find …

Math constants patch

Another patch, really too anal to put it on the patches pages, thus here. It blows up the math constants in fpu_types.h to 50 significant digits. It's overkill, I know, but these should work even on systems which do FP math in 128 bits accuracy.

Re: Graphics performance boost

Tearex, Qbix said here http://www.vogons.org/viewtopic.php?p=75938 that one of the CVS changes as per jan. 30th, is because of functionality like the one Kronuz has implemented, so Kronuz' patch shouldn't be necessary anymore. Ok, great, I can't view the above posting (for some readon "Topic does …

Re: Graphics performance boost

One more thing, I noticed problems with the 40 character modes (say MODE CO40 or MODE BW40 in DOS) with this patch. The display becomes unresponsive and largely stuck, sometimes it changes a little bit when scrolling. Though I also added the SVGA chipset patch, maybe that one might be the culprit as …

Re: Graphics performance boost

Hello Kronuz, I'd like to notify you that the big changes in CVS as of 2006-01-30 make it very difficult to apply this great (I'd even say vital) patch. 29 Hunks fail. If you, Kronuz, have the time for it, would you consider updating it another time? It's too bad it isn't already in CVS. Thanks a …

Re: Date returned by RTC

See also the "date" thread I have just started. The MAKE_RETURN macro *must* be modified (macro parameter must be put in parantheses in macro body, really always a god idea :-)) for this to work! The weekday function should be corrected too, localtime uses 0-6, but RTC chip uses 1-7. And year should …

Page 20 of 20