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
path: root/src/cpu
AgeCommit message (Expand)Author
2022-11-12Update Tracy to v0.9Kirk Klobe
2022-08-29Avoid archiving single objectskcgen
2022-08-09Drop speed_mod conf setting in favour of constantkcgen
2022-08-06Standardize Meson formatting with muon fmtkcgen
2022-08-06Only use Tracy when requestedkcgen
2022-08-06Avoid an unecessary assignment in CPU prefetchkcgen
2022-08-06Zero-init a couple CPU instruction temporarieskcgen
2022-07-30Use CamelCase for multi-value class and member nameskcgen
2022-07-14Merge branch 'svn/trunk' into kc/merge-r4481kc/merge-r4481ripsaw8080
2022-07-14Push registers for most DOS function calls; prevents a bug in UNLZEXE from ca...svn/trunkripsaw8080
2022-06-30Instrument some core subsystems with TracyKirk
2022-06-22Add host_pagesize and dos_pagesize constexprsKirk
2022-06-21Handled review remarks and static analysis issues, post-rebase fixesFeralChild64
2022-06-21VMware mouse protocol support for unofficial Windows 3.x driverFeralChild64
2022-06-19Comment out unused logging of illegal opcodes in debuggerkcgen
2022-06-14De-Bitu LazyFlags and PageHandler (#1721)Kirk Klobe
2022-06-14Cleanup minor dyn_cache.h itemsKirk
2022-06-10Merge 'svn/trunk' r4478-4479kc/merge-r4479ripsaw8080
2022-06-10Correct handling of invalid encodings of the BOUND instruction.ripsaw8080
2022-05-16Adjust copyright dates for 2022Patryk Obara
2022-04-14Mass replace int types with cstdint typesWengier
2022-04-03Add std::filesystem permission support functionskcgen
2022-04-03Collapse duplicate CPU cycle parsing with lambdakcgen
2022-04-03Only process the fixed cycles string if present (CWE-252)kcgen
2022-04-03Remove an unused function to eliminate an unchecked rcode warning (CWE-252)kcgen
2022-01-04Initialize state_info memberskcgen
2022-01-04Use nullptr to reset the register pointerskcgen
2022-01-04Halt compilation for hosts lacking page-protectionkcgen
2022-01-04Avoid per-page VirtualProtect as a speed-mods on Windowskcgen
2022-01-04Use RWX VirtualAlloc permissions as a speed-mod on Windowskcgen
2022-01-04Avoid FlushInstructionCache as a speed-mod on Windowskcgen
2022-01-04Short-circuit the dynamic core's code-page reset routineKirk
2021-12-30Add the ghc::filesystem to the build systemkcgen
2021-12-12Fix msys2 compiler warnings in risc_x86.hshermp
2021-11-13Fix sign-extension in the normal core's IMULWkcgen
2021-11-13Fix sign-extension in the normal core's MULDkcgen
2021-11-13Fix sign-extension in the normal core's MULWkcgen
2021-11-05Make CPU printf formatter match typekcgen
2021-11-05Check and cast lin_addr in MakeCodePagekcgen
2021-11-05Check and cast phys_page in InvalidateRangekcgen
2021-11-05DeBitu PageHandler's memory read and write opskcgen
2021-11-05Use io_port_t types in decoder callskcgen
2021-11-05Drop useless casts in CPUkcgen
2021-11-05Use a 32-bit type for readdatakcgen
2021-11-05Collapse redundant cases in prefix 0fkcgen
2021-11-05Collapse duplicate cases in flagskcgen
2021-11-05Turn always-true CPU condition into assertkcgen
2021-11-05Allow selection of CPU_ARCHTYPE_486OLDSLOWkcgen
2021-11-05Drop unreachable code in CPUkcgen
2021-11-05Add detection of potential negative shift scenarioskcgen