mirror of https://github.com/nmlgc/ReC98.git
c96952f47b
In most cases, this discovery will mean that we have to bite the bullet and remove `const` from pointer parameters if the generated ASM wouldn't match otherwise. That by itself doesn't really simplify the code, but at least we get to remove a single bloated `reinterpret_cast` from one function call already. Part of P0278, funded by Yanga. |
||
---|---|---|
.. | ||
BLITPERF.CPP | ||
Borland C++ decompilation.md | ||
HOLDKEY.C | ||
Makefile.mak | ||
README.md | ||
blitperf.bmp |
README.md
This directory collects various pieces of research into PC-98 hardware details that were made during the reverse-engineering phase, in order for us to better understand certain details and name functions/data more adequately.
Run maker
to build the examples. The executables will be directly placed
into this directory.