ReC98/th01/core
nmlgc 1c5ed4b06e [Maintenance] Copy <dos.h>'s 16-bit x86 Real Mode declarations to a new file
DOS is not the same thing as the underlying CPU, after all. A separate
file not only indicates to future port authors which parts of the code
are x86-specific, but it also speeds up build times…

… in theory, because removing 677 lines from 49 files each doesn't seem
to speed up the build as much as I had hoped? But apparently my whole
system mysteriously got faster in the meantime, and I was getting 22-23
seconds for the entire repo even before this commit. Good enough.

Part of P0134, funded by [Anonymous].
2021-02-20 23:49:45 +01:00
..
initexit.c [Maintenance] Copy <dos.h>'s 16-bit x86 Real Mode declarations to a new file 2021-02-20 23:49:45 +01:00
initexit.h [Decompilation] [th01] Game init and exit functions 2020-03-03 13:12:00 +01:00
initexit[bss].asm [Decompilation] [th01] Game init and exit functions 2020-03-03 13:12:00 +01:00
initexit[data].asm [Decompilation] [th01] Game init and exit functions 2020-03-03 13:12:00 +01:00
resstuff.cpp [Maintenance] master.hpp transition: Resident data 2020-11-15 21:28:55 +01:00
str_val.cpp [Decompilation] [th01] 16-bit integer to string conversion 2020-07-27 17:22:16 +02:00
str_val.hpp [Decompilation] [th01] 16-bit integer to string conversion 2020-07-27 17:22:16 +02:00