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-22Use bit_views to get the timer's read back statuskc/pcspeaker-refactor-1kcgen
2022-06-22Remove extraneous bracing in timerkcgen
2022-06-22Add a value-accessor to bit_viewkcgen
2022-06-22Reuse maximum BCD and DEC count constants in timerkcgen
2022-06-22Eliminate redundant true-state comparisons in timerkcgen
2022-06-22Name PIT enum-to-string function per coding stylekcgen
2022-06-22Prefix sinc-related constants in impulse PC Speakerkcgen
2022-06-22Drop an unused constant from impulse PC Speakerkcgen
2022-06-22Move the sleep duration to a constant in impulse PC Speakerkcgen
2022-06-22Explain 8 KHz sample rate multiples in impulse PC Speakerkcgen
2022-06-22Name the amplitude fade as such in impulse PC Speakerkcgen
2022-06-22Use float samples without soft-limiting in impulse PC Speakerkcgen
2022-06-22Better differentiate the reference vs LUT in impulse PC Speakerkcgen
2022-06-22Apply more const in impulse PC Speakerkcgen
2022-06-22Use snake_case for constants in impulse PC Speakerkcgen
2022-06-22Describe the minimum tick rate as such in discrete PC Speakerkcgen
2022-06-22Eliminate temporaries and a branch in discrete PC Speakerkcgen
2022-06-22Name the period per sample as such in discrete PC Speakerkcgen
2022-06-22Move the discrete PC Speaker to full floatskcgen
2022-06-22Drop the DC Silencerkcgen
2022-06-22Move period of 1K PIT ticks to lower-casekcgen
2022-06-22Extract constants in discrete PC Speakerkcgen
2022-06-22Switch to CPP-style comments in PC Speakerkcgen
2022-06-22Clarify enum member using full wordskcgen
2022-06-22Mark discrete PC Speaker arguments read-onlykcgen
2022-06-22Use consisent filter-conf handling in PC Speakerkcgen
2022-06-22Mark PC Speaker API arguments constantkcgen
2022-06-22Rename PPI Port B and memberskcgen
2022-06-22Fix a memory alignment and loop-bound issues in discrete PC Speakerkcgen
2022-06-22Allow use of both PC Speaker modelskcgen
2022-06-22Add the existing (discrete) PC Speaker modelkcgen
2022-06-22Prepare support for two PC Speaker modelskcgen
2022-06-22Deprecate the SPKR channel namekcgen
2022-06-22Refactor PC Speaker into a classkcgen
2022-06-22Add pcspeaker_filter as a conf settingkcgen
2022-06-21Manage port B state data using bit_viewskcgen
2022-06-21Format initialization of the timer's channelskcgen
2022-06-21Move maximum PIT count into a functionkcgen
2022-06-21Use an enum to manage the PIT access modeskcgen
2022-06-21Simplify the channel count and frequency divider handlingkcgen
2022-06-21Move timer's decimal coding routines to constexprkcgen
2022-06-21Use PIT channel references throughout the timer codekcgen
2022-06-21Initialize PIT_Block member variableskcgen
2022-06-21Store the PIT channel count in a 16-bit valuekcgen
2022-06-21Represent the PIT operating mode using an enumkcgen
2022-06-21Add is-active check to the PC Speakerkcgen
2022-06-21Use at operators to check bounds in PC Speaker impulse generatorkcgen
2022-06-21Add a copyright entry for ripa in the PC Speaker sourcekcgen
2022-06-21Always assert the time index range in PC Speakerkcgen
2022-06-21Drop unused code from PC Speakerkcgen