ReC98/th03/snd
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
..
delaymea.asm [Reverse-engineering] [th03/th04/th05] snd_delay_until_measure 2019-12-17 22:44:27 +01:00
delaymea.cpp [Maintenance] Copy <dos.h>'s 16-bit x86 Real Mode declarations to a new file 2021-02-20 23:49:45 +01:00
se_priority[data].asm [Maintenance] Move the sound driver function slices from hardware/ to snd/ 2015-03-15 23:01:31 +01:00
se_state[data].asm [Maintenance] Move the sound driver function slices from hardware/ to snd/ 2015-03-15 23:01:31 +01:00
snd.h [Decompilation] [th05] snd_bgm_measure(), snd_delay_until_measure() 2021-01-30 18:23:03 +01:00