Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-28Update setup.cppwindows-default-langLowLevelMahn
2022-08-28Fix boolean typo in drive automount parserkcgen
2022-08-28Lower allowed warning limitskcgen
2022-08-28Null-terminate the boot ROM buffer after reading (CWE-170)kcgen
2022-08-28Initialize the impulse PC Speaker PIT times from a constexpr (CWE-457)kcgen
2022-08-28Check if an argument was provided in the serial command (CWE-252)kcgen
2022-08-28Check for an out-of-bounds read condition in SB DMA (CWE-125)kcgen
2022-08-28Check for an out-of-bounds read condition in OPL (CWE-125)kcgen
2022-08-28Use the Mersenne Twister random generator in TalChorus (CWE-676)kcgen
2022-08-28Limit the integer distribution type to no smaller than 16-bitkcgen
2022-08-28Let the random number generator support float valueskcgen
2022-08-28Pass Config object via unique_ptr in shellkcgen
2022-08-28Add scope to case blockJohn Novak
2022-08-28Add reminder to make the ZOH upsampler and filters more robustJohn Novak
2022-08-28Restore move semanticsJohn Novak
2022-08-28Fix custom filter frequency validation for Sound BlasterJohn Novak
2022-08-28Use the zero-order-hold upsample frequency when validating the custom filter ...John Novak
2022-08-28Refine error messageJohn Novak
2022-08-28Refine config descriptionsJohn Novak
2022-08-28Fix PVS-Studio warningsJohn Novak
2022-08-28Use FSYNTH logging prefix for FluidSynthJohn Novak
2022-08-28Add fsynth_filter config param & custom filter support to FluidSynthJohn Novak
2022-08-28Add mt32_filter config param & custom filter support to MT-32John Novak
2022-08-28Add innovation_filter config param & custom filter support to InnovationJohn Novak
2022-08-28Make warning messages less ambiguous & improve consistencyJohn Novak
2022-08-28Add gus_filter config param & custom filter support to GUSJohn Novak
2022-08-28Fix typo in ps1audio_filter config param descriptionJohn Novak
2022-08-28Add custom filters to config param descriptionsJohn Novak
2022-08-28Refactor SoundBlaster filter setting logic & add custom filter supportJohn Novak
2022-08-28Extract find_sbtype & find_oplmodeJohn Novak
2022-08-28Do not extend SBLASTER from Module_baseJohn Novak
2022-08-28Remove unused INNOVA_Init declarationJohn Novak
2022-08-28Clamp custom filter cutoff frequencies below half the sample rateJohn Novak
2022-08-28Prefix log messages with actual channel name instead of 'MIXER'John Novak
2022-08-28Add custom filter support to Game BlasterJohn Novak
2022-08-28Add custom filter support to Tandy soundJohn Novak
2022-08-28Add custom filter support to PS/1 AudioJohn Novak
2022-08-28Add custom filter support to LPT DAC devicesJohn Novak
2022-08-28Add custom filter support to PC-SpeakerJohn Novak
2022-08-28Implement custom filter parsing logicJohn Novak
2022-08-27Only check for 16 and 32bit atomics in Mesonkcgen
2022-08-27Add libatomic to packages and link-check it in Mesonkcgen
2022-08-26Handle multi-monitor setupsGranMinigun
2022-08-26Workaround viewport reset on macOSGranMinigun
2022-08-25Use bit operations in Hercules composite routineskcgen
2022-08-25Use bit operations in PCJr composite routineskcgen
2022-08-25Use bit operations in Tandy composite routineskcgen
2022-08-25Dedupe setup of composite port handlerskcgen
2022-08-25Stabilize the composite palette calculationkcgen
2022-08-25Cleanup a loss-of-precision warning in RealSegkcgen