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-22Add host_pagesize and dos_pagesize constexprskk/add-sys_pagesize-1Kirk
2022-06-21Clean up setting the OPL modeJohn Novak
2022-06-21Turn OPL_Mode into OplMode enum classJohn 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-21Make args constJohn Novak
2022-06-21Add initialisersJohn Novak
2022-06-21Do not log filter settings when filter is disabledJohn Novak
2022-06-21General reformat & cleanup of opl.cpp & opl.hJohn Novak
2022-06-21Rename adlib.cpp & adlib.h to opl.cpp & opl.hJohn Novak
2022-06-21Get rid of Adlib namespaceJohn Novak
2022-06-21Get rid of Handler interface in adlib.cppJohn Novak
2022-06-21Remove vague and outdated description from 'rate' config paramJohn Novak
2022-06-21Remove OPL sample rate from supported mixer sample ratesJohn Novak
2022-06-21Use warning level for deprecated config param log messagesJohn Novak
2022-06-21Deprecate 'oplemu' config paramJohn Novak
2022-06-21Remove sources of all OPL implementations other than NukedJohn Novak
2022-06-21Remove AdLib handlers other than NukedJohn Novak
2022-06-21Retry macOS CI jobs that involve remote fetcheskcgen
2022-06-21Handled review remarks and static analysis issues, post-rebase fixesFeralChild64
2022-06-21Compilation fixesFeralChild64
2022-06-21Mouse code minor cleanup before the pull requestFeralChild64
2022-06-21Safer CuteMouse extensions implementationFeralChild64
2022-06-21Wheel support for virtual DOS mouse driverFeralChild64
2022-06-21Added VMware mouse checks to SDL video codeFeralChild64
2022-06-21Narrowing fixes for VMware mouse codeFeralChild64
2022-06-21VMware mouse protocol support for unofficial Windows 3.x driverFeralChild64
2022-06-21Added mouse support to SERIAL.COMFeralChild64
2022-06-21Narrowing fixes for serial mouse codeFeralChild64
2022-06-21Added serial mouse supportFeralChild64
2022-06-21Initial mouse rework - preparationsFeralChild64
2022-06-21Reduce increaseticks sleep timeKirk
2022-06-21Catch IIR's potential exception during setupkcgen
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