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-12[POC] Manage OPL-specific sample writes with a std::functionkc/jnovak/adlib-gold-surround-fixed-1kcgen
2022-06-11Use the medium-strong pseudo stereo presetJohn Novak
2022-06-11Disable DC filter and T-filter in the AdLib Gold stereo processorJohn Novak
2022-06-11Fix B2 selector caseJohn Novak
2022-06-11Fix PVS-Studio warningsJohn Novak
2022-06-11Do no expose implementation details in the AdlibGold interfaceJohn Novak
2022-06-11Fix warningsJohn Novak
2022-06-11Use bit_viewJohn Novak
2022-06-11Move AdLib Gold postprocessing into its own fileJohn Novak
2022-06-11CleanupJohn Novak
2022-06-11Use render_frames constant instead of duplicated hardcoded sizesJohn Novak
2022-06-11Remove unused StereoFrameJohn Novak
2022-06-11Don't add samples in AdlibGold.ProcessJohn Novak
2022-06-11Cleanup & better variable namesJohn Novak
2022-06-11Wrap AdLib Gold stereo & surround processors in a classJohn Novak
2022-06-11Default stereo processor to stereo input when sent wrong selector valueJohn Novak
2022-06-11Add float samples to the mixer for AdLib GoldJohn Novak
2022-06-11Add float support to AddSamplesJohn Novak
2022-06-11Refactor ConvertNextFrame out of ConvertSamples for clarityJohn Novak
2022-06-11Use floats for next_sample & prev_sampleJohn Novak
2022-06-11AdLib Gold emulation tweaksJohn Novak
2022-06-11Implement surround module support for the AdLib GoldJohn Novak
2022-06-10Add TDA8425_emu to the build systemJohn Novak
2022-06-10Add YM7128B_emu to the build systemJohn Novak
2022-06-10Add TDA8425_emu libraryAndrea Zoppi
2022-06-10Add YM7128B_emu libraryAndrea Zoppi
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
2022-06-07Add flags used for releases prior to Mesonkcgen
2022-06-07Fix mixer race conditionKirk Klobe
2022-06-07Refactor BitField into "bit_view" and add unit-testskcgen
2022-06-07Add a helper to pick the nearest uint_t to hold n-bitskcgen
2022-06-07Add BitField helper classEvan Teran
2022-06-07Refine clang-format's per-line and alignment behaviorkcgen
2022-06-07Update Italian (it) translations with color tagsKappa971
2022-06-06Disengage frame render during output transitionskcgen
2022-06-04Make help category headings translatableshermp