LowLevelMahn
LowLevelMahn
``` unlzexe.cpp:324:20: warning: result of comparison of constant 65536 with expression of type 'WORD' (aka 'unsigned short') is always true [-Wtautological-constant-out-of-range-compare] } while(rel_seg!=(0xf000+0x1000)); ~~~~~~~^ ~~~~~~~~~~~~~~~ ``` and the version print...
its still a huge difference if there is a attribute with valid or invalid content or complete absent of the attribute itself ``` xml_value try_int() usage xml_value value = attribute("xyz").try_int();...
Feature Request: Keep your emulator simple - who on earth needs 386+ features and protected mode :)
Stunts driving replays did not work with latest fake86 code - but always with dosbox - could be an opcode-implementation or timeing problem maybe its already fixed with your new...
see Milo Yips / C++ double-to-string conversion benchmark https://github.com/miloyip/dtoa-benchmark
gcc 11.x fails on compiling and linking 1. linking problem: the stpk_b16 array is defined in stunpack.h but only used in the stunpack.c 2. compile poblem: can't build under linux...
i've wrote an unpacker for the CC1 file format (as part of my Alpha Waves reversing) and found that AITD also got files of this format: https://moddingwiki.shikadi.net/w/index.php?title=CC1_Format there are two...
Add the BPMR (Memory Read Breakpoint) to the output of BPLIST # Checklist I have: - [x] followed the project's [contributing guidelines](https://github.com/dosbox-staging/dosbox-staging/blob/master/CONTRIBUTING.md) and [code of conduct](https://github.com/dosbox-staging/dosbox-staging/blob/master/CODE_OF_CONDUCT.md). - [x] performed a...
https://www.dosbox.com/wiki/Special_Keys dosbox\docs\dosbox.1 ... .IP CTRL\-ALT\-F8 Start/Stop the recording of raw MIDI commands. ... dosbox-staging\docs\dosbox.1 missing that line and it also does not seem to work in staging
Are there really no native Windows executables of Memgraph available? (maybe i can't find it) is a GB size docker image + docker the only way to run Memgraph "nativly"...