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-06-12Re-enable DC offset removaljnovak/adlib-gold-surround-fixed-1John Novak
2022-06-12Use AudioFrame extensively to simplify code & clarify intentJohn Novak
2022-06-12Use the medium-strong pseudo stereo presetJohn Novak
2022-06-12Disable DC filter and T-filter in the AdLib Gold stereo processorJohn Novak
2022-06-12Fix B2 selector caseJohn Novak
2022-06-12Fix PVS-Studio warningsJohn Novak
2022-06-12Do no expose implementation details in the AdlibGold interfaceJohn Novak
2022-06-12Fix warningsJohn Novak
2022-06-12Use bit_viewJohn Novak
2022-06-12Move AdLib Gold postprocessing into its own fileJohn Novak
2022-06-12CleanupJohn Novak
2022-06-12Use render_frames constant instead of duplicated hardcoded sizesJohn Novak
2022-06-12Remove unused StereoFrameJohn Novak
2022-06-12Don't add samples in AdlibGold.ProcessJohn Novak
2022-06-12Cleanup & better variable namesJohn Novak
2022-06-12Wrap AdLib Gold stereo & surround processors in a classJohn Novak
2022-06-12Default stereo processor to stereo input when sent wrong selector valueJohn Novak
2022-06-12Add float samples to the mixer for AdLib GoldJohn Novak
2022-06-12Add float support to AddSamplesJohn Novak
2022-06-12Refactor ConvertNextFrame out of ConvertSamples for clarityJohn Novak
2022-06-12Use floats for next_sample & prev_sampleJohn Novak
2022-06-12AdLib Gold emulation tweaksJohn Novak
2022-06-12Implement surround module support for the AdLib GoldJohn Novak
2022-06-12Add TDA8425_emu to the build systemJohn Novak
2022-06-12Add YM7128B_emu to the build systemJohn Novak
2022-06-12Add TDA8425_emu libraryAndrea Zoppi
2022-06-12Add YM7128B_emu libraryAndrea Zoppi
2022-06-11Retain exit criteria in DOS_OpenFilekcgen
2022-06-11Add image disk mount log from r4477 mergekcgen
2022-06-11Fix image disk mount portion from r4477 mergekcgen
2022-06-11Fix FAT image mount portion from r4477 mergekcgen
2022-06-10Use consistent comments in bit_viewkcgen
2022-06-10Avoid shadowing a type inside the bit_view testskcgen
2022-06-10Add explicit handling for bools in bit_viewkcgen
2022-06-10Add checks for potential narrowing in ZMBVkcgen
2022-06-10Merge 'svn/trunk' r4478-4479kc/merge-r4479ripsaw8080
2022-06-10Correct handling of invalid encodings of the BOUND instruction.ripsaw8080
2022-06-10Minor corrections related to r4477.ripsaw8080
2022-06-09Make memory arrays static (#1714)Kirk Klobe
2022-06-08Add per-file code checks using helper macroskcgen
2022-06-08Cleanup whitespace formatting in ZMBVkcgen
2022-06-08Remove unused zlib constants from ZMBVkcgen
2022-06-08Only define WIN32 on Windows if it's not already definedkcgen
2022-06-08Include ZMBV as a library instead of via source includekcgen
2022-06-08Include GHC using relative pathskcgen
2022-06-08Include loguru using relative pathskcgen
2022-06-08Make all bit_view functions constexprkcgen
2022-06-08Add an explicit copy constructor to bit_view and a couple more testskcgen
2022-06-08Make bit_view's post-increment operators consistentkcgen
2022-06-07Add Meson developer options for narrowing and vectorizationkcgen