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-17Implement 3dfx Voodoo emulationvogons/voodoo-r4353kekko
2020-06-08Change adlib timer maskingSjoerd van der Berg
2020-06-07Make adlib timers synchronize on clock interval and fix maskingSjoerd van der Berg
2020-06-06Add patch 287 from maccaf: improve escape handling in BBS mode.Peter Veenstra
2020-06-06Fix selector check of LAR and LSL and add them to dynamic core and some other...Peter Veenstra
2020-06-06Add 0x52 and 0x59. Thanks SlorPeter Veenstra
2020-05-29Improve register handling when calling external code/fpu so that the stack is...Peter Veenstra
2020-05-27Make addSilence reflect its name more by gradually moving towards 0.Peter Veenstra
2020-05-25fix long standing crash after disconnecting second joystick after mapping a p...Peter Veenstra
2020-05-23Add missing operator to keep it compiling after 4342Peter Veenstra
2020-05-23Add F8 to toggle printable characters on/off.Peter Veenstra
2020-05-23Some refinements to the shader loading and variables. (jmarsh)Peter Veenstra
2020-05-22Reduce repetition a bit.Peter Veenstra
2020-05-22Add SALC and XLAT to the dyn_x86 core. Improve LOCK handling a bit. Thanks jm...Peter Veenstra
2020-05-21change new to new(std::nothrow) (vogons 73603) and some formattingPeter Veenstra
2020-04-28Correct cdrom sector size field length according to docs.ripsaw8080
2020-04-25time keeps tickingPeter Veenstra
2020-04-12Correct an oversight of r4186 when floppy disks are mounted.ripsaw8080
2020-03-110.74-3:mac os x default output change also in trunk nowPeter Veenstra
2020-02-25refine 4315 a bit. At least on windows, an overlay needs to be locked before ...Peter Veenstra
2020-02-24Optimize xchg a bit. (jmarsh)Peter Veenstra
2020-02-24Make value operator== const, add some limit checks in PrintConfigfile and rel...Peter Veenstra
2020-02-24missing line ends and a warning fixPeter Veenstra
2020-02-22some big endian improvents and drive_fat fixes. (jmarsh)Peter Veenstra
2020-02-17Enhance capturing to handle unchanged screens more efficiently(jmarsh)Peter Veenstra
2020-02-15Small cleanup and move to ++i instead of i++ for iterators in this filePeter Veenstra
2020-02-15remove unused variablePeter Veenstra
2020-02-15Add patch 285 from MHM to fix bug 367, mimics the normal event.gain codePeter Veenstra
2020-02-15fix two tiny bugs introduced by 4065.Peter Veenstra
2020-02-14Fix bug 469. Give 640x480 and upwards square pixels and several fixes for hig...Peter Veenstra
2020-02-14Fix compilation for platforms where the include guard is different and the ex...Peter Veenstra
2020-02-13Improve logging and OS X support (jmarsh).Peter Veenstra
2020-02-12Some fixes to 4319 by jmarsh.Peter Veenstra
2020-02-12Report Q-Channel track number in BCD, meaning it is not converted to binary b...ripsaw8080
2020-02-10Add OpenGL shader support. (patch by ny00123 and refined by jmarsh). Add seve...Peter Veenstra
2020-02-09Add LOGC to log cs:ip only. Modified version of patch 282 from Scott Percival. Peter Veenstra
2020-02-07Increase limits a bit more for people who want to use that.Peter Veenstra
2020-02-07Limit max software scaler line limit to a 4k monitor. (relevant for people wh...Peter Veenstra
2020-02-07Some graphics cards return a too small overlay when the size is larger than 1...Peter Veenstra
2020-02-06Rewrite video capturing and fix some endian issues with all captures as well....Peter Veenstra
2020-01-29Quick fix for vgaonly on BIGENDIAN.(jmarsh)Peter Veenstra
2020-01-29Fix unintentional change of union to struct.Peter Veenstra
2020-01-28Make scalerwritecache sizes depend on the maximum scaler size.Peter Veenstra
2020-01-28Improve PMAKE on big endian machines and fix some bugs. Includes fix from #36...Peter Veenstra
2020-01-21Copy working directory when mounting an overlay. Add some more strings to lan...Peter Veenstra
2020-01-12Move already mounted checks upwards. (jmarsh)Peter Veenstra
2020-01-12Refinement of the checks, so no IRQ is raised when not in autodma mode.Peter Veenstra
2020-01-06Add OpenGL error reporting (disabled by default)Peter Veenstra
2020-01-05Log detected extensions and correct spacing.Peter Veenstra
2020-01-05Force a flush, so the last data is there incase of a hard crash.Peter Veenstra