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-02-08Add initial Dockerfile for creating ephemeral GH runnerssp/docker-runner-1shermp
2022-02-08Use some env variables for child imagesshermp
2022-02-08Switch to debian bookworm for docker buildershermp
2022-02-08Add apt-get updateshermp
2022-02-08Create initial builder Dockerfileshermp
2022-02-08Disable all workflowsshermp
2022-02-07Update latest release infoEonfge
2022-02-03Fix bug in redirectionWengier
2022-02-02Update bit operation in keyboard to new formatkcgen
2022-02-02Add bit-operations helper functionskcgen
2022-02-02Slightly refactor port 62h reads with bit-ops callskcgen
2022-02-02Differentiate time 2 for XT and AT on port 61h readskcgen
2022-02-02Add port 61h keyboard buffer clearing for XTkcgen
2022-02-02Document ports 61h and 62h of the Intel 8255 PPI devicekcgen
2022-02-02Add bit-operations helper functionskcgen
2022-02-02Make the machine-type enum a bitmaskkcgen
2022-02-02Use a 12% expansion envelope for the GUSkcgen
2022-02-02Make the audio enveloper directionalkcgen
2022-02-02Adjust the DMA size to use 16-bit per the count-sizekcgen
2022-02-02Limit the DMA wrap size to 32-bitkcgen
2022-02-02Avoid a potential null-dereference in DMA_Read_Portkcgen
2022-02-02Avoid a potential null-dereference in DMA_Write_Portkcgen
2022-02-02Collapse duplicate DMA::Read and Write calls into onekcgen
2022-02-02Refactor the new DMA block read and write routineskcgen
2022-02-02Make DMA block read and writes behave like emm386.exePeter Ferrie
2022-02-02Hold the GUS playback rate in a normal integerkcgen
2022-02-02Assert the GUS DMA channel's terminal-count on endkcgen
2022-02-02Update GUS DMA address after transferingkcgen
2022-02-02Refactor the GUS's DMA read/write sectionkcgen
2022-02-02Fix GUS handling of the next address when interpolatingkcgen
2022-02-02Fix intermediate names in the GUS Read16BitSample functionkcgen
2022-02-02Keep track of the GUS's remaining DMA nibblekcgen
2022-02-02Refactor GUS GetSample to use a 16-bit check instead of 8-bitkcgen
2022-02-02Allow GUS to use IRQs up to 12kcgen
2022-02-01Fix an array overrun issue in shellkcgen
2022-02-01Address PR feedback in redirectionsWengier
2022-02-01Add/cleanup units tests for redirectionsWengier
2022-02-01Add message for pipingWengier
2022-02-01Rewrite rand() to address Coverity issueWengier
2022-02-01Create helper functions to make the code easier to readWengier
2022-02-01Add unit tests for shell redirectionsWengier
2022-02-01Refactor the GetRedirection codeWengier
2022-02-01Try C: root directory for temporary piping file tooWengier
2022-02-01Support for piping from the command-lineWengier
2022-02-01Fix typo when disabling FluidSynth effectskcgen
2022-02-01Refer to the MSY2 install notes in the sanitizer instructionskcgen
2022-02-01Add toolchain groups to the MSYS2 package listskcgen
2022-02-01Move package lists out of GitHub CI directorykcgen
2022-01-31Fix return code in FileOpenWengier
2022-01-30Document how to make a sanitizer build with Mesonkcgen