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-21Turn OPL_Mode into OplMode enum classjnovak/only-keep-nuked-opl-fixJohn Novak
2022-06-21Make adlib_gold unique_ptr and name AdLib Gold functions betterJohn Novak
2022-06-21Further cleanupJohn Novak
2022-06-21Do not subclass Module_baseJohn Novak
2022-06-21Rename mixerChanJohn Novak
2022-06-21Move Timer implementation into opl.cppJohn Novak
2022-06-21Further opl.h cleanupsJohn Novak
2022-06-21Cleanup SaveRadJohn Novak
2022-06-21Use "public, private" order in CaptureJohn Novak
2022-06-21Further opl.h cleanupsJohn Novak
2022-06-21Convert Mode to enum classJohn Novak
2022-06-21Normalise names, add const, cleanupJohn Novak
2022-06-20Make args constJohn Novak
2022-06-20Add initialisersJohn Novak
2022-06-20Do not log filter settings when filter is disabledJohn Novak
2022-06-20General reformat & cleanup of opl.cpp & opl.hJohn Novak
2022-06-20Rename adlib.cpp & adlib.h to opl.cpp & opl.hJohn Novak
2022-06-20Get rid of Adlib namespaceJohn Novak
2022-06-20Get rid of Handler interface in adlib.cppJohn Novak
2022-06-20Remove vague and outdated description from 'rate' config paramJohn Novak
2022-06-20Remove OPL sample rate from supported mixer sample ratesJohn Novak
2022-06-20Use warning level for deprecated config param log messagesJohn Novak
2022-06-20Deprecate 'oplemu' config paramJohn Novak
2022-06-20Remove sources of all OPL implementations other than NukedJohn Novak
2022-06-20Remove AdLib handlers other than NukedJohn Novak
2022-06-20Cleanup & assert range of sample frameJohn Novak
2022-06-20Configure Disney output filter at startupJohn Novak
2022-06-20Disable lowpass filter for the AdLib GoldJohn Novak
2022-06-20Log channel filter settingsJohn Novak
2022-06-20Name sample frame related variables betterJohn Novak
2022-06-20IIR: Initialise state in RBJbaseJohn Novak
2022-06-20Fix warningJohn Novak
2022-06-20Reset the YM7128B_ChipFloat struct members in CtorJohn Novak
2022-06-20Add AdLib Gold processing to adlib.cppJohn Novak
2022-06-20Add adlib_gold.cpp to the buildJohn Novak
2022-06-20Implement AdLib Gold stereo processorJohn Novak
2022-06-20Configure YM7128B_emu to use floatsJohn Novak
2022-06-20Add master high-pass filter to the mixerJohn Novak
2022-06-20Use decibel<->gain conversion helpers in the mixerJohn Novak
2022-06-20Use AudioFrame extensively to simplify code & clarify intentJohn Novak
2022-06-20Add decibel<->gain conversion helper functionsJohn Novak
2022-06-20Add const support to the AudioFrame subscript operatorJohn Novak
2022-06-20Reduce the length of the Adlib render buffersJohn Novak
2022-06-20Use render_frames constant instead of duplicated hardcoded sizesJohn Novak
2022-06-20Cleanup & better variable namesJohn Novak
2022-06-20Add float support to AddSamplesJohn Novak
2022-06-20Refactor ConvertNextFrame out of ConvertSamples for clarityJohn Novak
2022-06-20Use floats for next_sample & prev_sampleJohn Novak
2022-06-20Add YM7128B_emu to the build systemJohn Novak
2022-06-20Add YM7128B_emu libraryAndrea Zoppi