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-07-14Push registers for most DOS function calls; prevents a bug in UNLZEXE from ca...svn/trunkripsaw8080
2022-06-21Some confirmed DOS behaviors and minor cleanup.ripsaw8080
2022-06-10Correct handling of invalid encodings of the BOUND instruction.ripsaw8080
2022-06-10Minor corrections related to r4477.ripsaw8080
2022-05-28Drive system improvements:ripsaw8080
2022-05-28Fix "Invalid Access Code" error when opening files. Preserve last error code ...ripsaw8080
2022-05-01Specified path can be invalid if filename is a device. Fixes installer for Wo...ripsaw8080
2022-04-14As in r4371 for writing characters, use real pointer with font data for readi...ripsaw8080
2022-02-27Indicate in BIOS memory when keyboard ACK received. Fixes Soko-ban Revenge.ripsaw8080
2022-02-27Fix execution of small COM programs on PCjr machine type.ripsaw8080
2021-12-11Improve BIOS FDD motor timeout counter, most notably for earlier PCs. Fixes a...ripsaw8080
2021-11-17Correct disassembly of some FPU instructions.ripsaw8080
2021-11-15don't do dual writes to opl2Sjoerd van der Berg
2021-11-14Add proper opl3 handling of the waveform select to dboplSjoerd van der Berg
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