VOGONS

Common searches


Search results

Display options

Re: To end the AMD v. Intel debate.

https://www.cpubenchmark.net/high_end_cpus.html Ranked by CPU Mark performance below: CPU Name CPU Mark Single Thread Rating AMD EPYC 7742 47,365 2296 AMD Ryzen Threadripper 3960X 47,050 3019 AMD EPYC 7702P 46,067 2259 AMD EPYC 7452 38,257 2233 AMD Ryzen 9 3950X 35,913 2997 Intel Xeon W-3175X @ 3. …

Re: DOSBox-X branch

Is it possible to attach two soundblaster devices for use by Sequencer Plus Gold? The software supports multiple soundblaster cards by loading its FM synth driver, SAPIFM1, twice. Here is an example: SAPIFM1 /ADDR:230 /PORT:3 SAPIFM1 /PORT:2

Re: DOSBox-X branch

Patch was applied to only one of the two key sets: void KEYBOARD_AddKey2 case KBD_printscreen: extend=true; if (pressed) { ret=0x12; ret2=0x7c; } else { ret=0x7c; ret2=0x12; } void KEYBOARD_AddKey1 case KBD_printscreen: KEYBOARD_AddBuffer(0xe0); KEYBOARD_AddBuffer(42 | (pressed ? 0 : 0x80)); …

Re: 64-bit dynamic_x86 (patch)

Verified that the r4252 commit is present. The 32-bit build works now, but by undefining X86_DYNFPU_DH_ENABLED and using a non-x86 fpu interpreter core instead. It runs significantly slower in this non-standard configuration than the previous dynamic x86 cpu core in 32-bit Windows. It seems that …

Page 3 of 20