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
2021-10-22Implement save-states supportvogons/save-states-r4467kcgen
2021-10-18Register values changed by the EXEC load overlay function; fixes FM music in ...ripsaw8080
2021-09-10Small correction related to r4444.ripsaw8080
2021-08-12Remove inactive code related to debug builds in the dynamic x86 core.ripsaw8080
2021-08-12Correct handling of invalid encodings of the LEA instruction. Thanks cimarronm.ripsaw8080
2021-08-12Add log message for unusual cases where an executable unsafely places its ini...ripsaw8080
2021-08-12Disable resizing of debug window on Windows platform; prevents the debug disp...ripsaw8080
2021-08-06Implement mouse driver function 0x27, fixes Alive - Behind the Moon.ripsaw8080
2021-08-05Correct range of extended CRTC registers to initialize for Tseng ET3K, also r...ripsaw8080
2021-06-10Remove unused class template.ripsaw8080
2021-06-10Fix memory leak that could occur rarely.ripsaw8080
2021-06-06Fix regression in r4444: Hercules machine type cursor translation.ripsaw8080
2021-05-14Additive to r4344, use rawch() variant with pdcurses, but don't try to displa...ripsaw8080
2021-05-13Function for video BIOS Display Combination Code.ripsaw8080
2021-05-09Enable A20 routines in biosSjoerd van der Berg
2021-05-08Improve bittest instructions to wrap more correctly. (jmarsh)Peter Veenstra
2021-05-04win64 changes. (jmarsh)Peter Veenstra
2021-05-04Make compilation easier with certain compilers and file systems.Peter Veenstra
2021-04-25Preserve DOS error code when checking file existence on the FAT drive. Fixes ...ripsaw8080
2021-04-22Function for setting BIOS equipment word. Correct floppy disk density notes.ripsaw8080
2021-04-22Add support for DMF floppy disk images.ripsaw8080
2021-04-19Attribute Controller port alias on EGA machine. Fixes EGA display of older Su...ripsaw8080
2021-04-17Small adjustment of S3 rectangle pattern fill. Fixes display glitch in Creati...ripsaw8080
2021-04-11Fix and improve index and index_add after r4408. (used when reduce and need a...Peter Veenstra
2021-03-28Support detection of non-EGA/VGA machine types with elements of BIOS. Fixes t...ripsaw8080
2021-03-18Move video BIOS signature code to where it should be. Improve detection of Pa...ripsaw8080
2021-03-08Improve DOS Create Temporary File function: don't use same sequence of filena...ripsaw8080
2021-02-11Start moving the running of instructions out of the check keys loop so it can...Peter Veenstra
2021-02-11Convert to sBitfs logging.Peter Veenstra
2021-02-09fix log messates with sbitfs in debug modePeter Veenstra
2021-02-08Add the new folder to automake filesPeter Veenstra
2021-02-07One of my compilers likes this a lot better. Peter Veenstra
2021-02-07Rewrite store integer instructions to check if the result fits.(vogons 78127)Peter Veenstra
2021-02-06Add mac icon to make things a bit more complete (thanks rhoenie and dominus)Peter Veenstra
2021-02-05Slight speed up in heavy debug modePeter Veenstra
2021-02-04a few more sBitfs changesPeter Veenstra
2021-02-03Some reordering to make gcc happyPeter Veenstra
2021-02-02Some changes to fix a warning due to sign mismatchPeter Veenstra
2021-02-01Add Some automake stuff so we can ran custom commands for mac os xPeter Veenstra
2021-01-31Add patch #271 Remove redundant glBindTexture callsPeter Veenstra
2021-01-30A few morePeter Veenstra
2021-01-29Update to new bitfsPeter Veenstra
2021-01-28Emulate debug register 6 during trap flag emulation (and normal int 1). Fixes...Peter Veenstra
2021-01-27style and warningsPeter Veenstra
2021-01-26Make all references to cache const, use cache_adds instead of direct access. ...Peter Veenstra
2021-01-25Slight reordering in GFX_SetupSurfaceScaled, so that the clip.x and y are alw...Peter Veenstra
2021-01-24Some warnings and spaces cleanupPeter Veenstra
2021-01-23Rewrite dynamic core port handling so only one call is made instead of 2. (jm...Peter Veenstra
2021-01-22Update the template for more complicated scalers to potentially support highe...Peter Veenstra
2021-01-22warnings and suchPeter Veenstra