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-05Add shortcuts and registry keyssp/win-installer-1shermp
2022-02-05Add back VS project, for easier developmentshermp
2022-02-02Make installer arch configurable via env variableshermp
2022-02-02Check and hide license checkboxshermp
2022-02-02Add customizable license dialogshermp
2022-02-02Prepare a .gitignore for customizable installer dialogsshermp
2022-02-02Improve workflow for installer and CS-Scriptshermp
2022-02-02Remove install type & featurs dialogs, add InstallScopeshermp
2022-02-02Fix 7zip "-o" switchshermp
2022-02-02Fix space in 7z commandshermp
2022-02-02Switch to simple "cs-script" based wixsharp projectshermp
2022-02-02Remove Custom UI based wixsharp installershermp
2022-02-02Twark installer dev version numbershermp
2022-02-02Allow downgradesshermp
2022-02-02Upload installer artifactshermp
2022-02-02Run AV scan on installershermp
2022-02-02Make DOSBOX_PKG_PATH absoluteshermp
2022-02-02Update "DOSBOX_VERSION" to hopefully work with installershermp
2022-02-02Add full x64 platform support to installer projectshermp
2022-02-02Set platform for MSBuild, set "DOSBOX_INSTALL_OUTFILE"shermp
2022-02-02Add DOSBOX_PKG_PATH env variableshermp
2022-02-02Rename VERSION env variable for release buildsshermp
2022-02-02Initial attempt at building installer in CIshermp
2022-02-02Allow setting installer output directory and filenameshermp
2022-02-02Add lightly modified wixsharp "Custom UI" projectshermp
2022-02-02Move non windows workflows to dormantshermp
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