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
2020-06-17Add ppc64le support to the buildsystemvogons/ppc64le-r4269ClassicHasClass
2019-11-26Fix bug #519Peter Veenstra
2019-11-26Fix bug #520Peter Veenstra
2019-11-22a=a can trigger warnings as well. This should be hopefully do the trick.Peter Veenstra
2019-11-20Remove some old code and do an a=a to trick a compiler in non-debug modePeter Veenstra
2019-11-19Refinements of commit 4291, so that precission can be specified as well and l...Peter Veenstra
2019-11-19Try to solve the Bitu formatting warning on all supported platforms (both 32 ...Peter Veenstra
2019-11-15Typo's.Peter Veenstra
2019-11-15Init some more fields in the constructors, else uninited stuff gets copied in...Peter Veenstra
2019-11-12Fix double to be (or not to be ;)Peter Veenstra
2019-11-12update configure -h output for dynamic x64Peter Veenstra
2019-11-12Update INSTALL file (modified version of patch #283 by dreamer_)Peter Veenstra
2019-11-12Stuff written to the console needs a cariage return since 4114. Thanks for sp...Peter Veenstra
2019-11-12Fix some issues with commit 4282. Thanks dreamer_ and jmarsh.Peter Veenstra
2019-11-11Switch to a different way to calculate the table offsets. Thanks jmarshPeter Veenstra
2019-11-10Make it possible to compile without CoreMIDI and CoreAudio on Mac OS X using ...Peter Veenstra
2019-11-06GenerateDMASound can generate sound even with input size is 0, so lets not do...Peter Veenstra
2019-11-02Some dma changes to make the world a better placeSjoerd van der Berg
2019-10-31Fix sblaster autoinit restart and improve the auto into single cycle transfer...Sjoerd van der Berg
2019-10-29Remove cases not needed after r4276ripsaw8080
2019-10-27Remove defunct code related to the initial display mode of the system BIOS du...ripsaw8080
2019-10-20Make it easier to compile 64 builds with visual studio, (see comment for draw...Peter Veenstra
2019-10-19fix externals.Peter Veenstra
2019-10-19Make frameskip an integer.Peter Veenstra
2019-10-16Fix boundary checks for word/dword memory access. Speeds up dynamic 32 bit co...Peter Veenstra
2019-10-10A little cleanup and small speed up (jmarsh)Peter Veenstra
2019-10-09Change OpenGL drawing routine to draw one big oversized TRIANGLE instead of a...Peter Veenstra
2019-10-09Use fabsf when return value is a float. Small warning fix.Peter Veenstra
2019-10-09Fix several logic errors with regards to deleted directories.Peter Veenstra
2019-10-03- Fix url to forum.Peter Veenstra
2019-10-03Bit 2 of video status register always set. Satisfies a strange test in Blues ...ripsaw8080
2019-10-01Some more cleanups and memleak fixes.Peter Veenstra
2019-10-01Pick some lowhanging fruit. (some memory leaks and unused variables)Peter Veenstra
2019-10-01use delete instead of free, although this code is never really used, as the r...Peter Veenstra
2019-10-01missed onePeter Veenstra
2019-09-30These actually use float as input.Peter Veenstra
2019-09-30Add 64-bit support to dynamic_x86 core from vogons topic 67673. Thanks jmarsh!Peter Veenstra
2019-09-10Rename bios tester to biostest and make it debug only to avoid people trying ...Peter Veenstra
2019-09-08Add simple program that allows you to boot into a bios image for running cpu ...Sjoerd van der Berg
2019-09-08Fix flag behaviour of several shift/rotate instructions, cause exceptions and...Sjoerd van der Berg
2019-09-08Extra DIR sorting options patch by Saga MusixSjoerd van der Berg
2019-09-02Fix bug 512, reported by philipp. (checking wrong variable to see if malloc w...Peter Veenstra
2019-06-30Correct a little bug that caused graphics corruption in win95 with s3 driver....Peter Veenstra
2019-06-27Add wrapping here as well.Peter Veenstra
2019-06-25Changes to allow for mingw i686 to compile a new zmbv.dll Sjoerd van der Berg
2019-06-25Implement simple access control for reading and writing files that are access...Peter Veenstra
2019-06-25drive => i_drivePeter Veenstra
2019-06-25Add some size checks when accessing Drives[], mostly needed when DOS_DRIVES i...Peter Veenstra
2019-06-24Create fopen_wrapper so we can filter out specific directories, which DOS gam...Peter Veenstra
2019-06-20End of environment is a bit shorter. Very old code, lets see what breaks.Peter Veenstra