mirror of
https://github.com/holub/mame
synced 2025-04-27 10:43:07 +03:00
![]() Per Vas' request. If the compile fails for you (i'm thinking osx and windows native debuggers here in particular), add '#include "emu.h"' as first include of the cpp files that fail. Due to our use of precompilation and forced inclusion, emu.h must be included as the very first non-comment thing we do if we want to be sure msvc compiles are identical to gcc/clang ones. Doing it directly instead of through an include increases the correctness probability by a magnitude. |
||
---|---|---|
.. | ||
mame | ||
osd | ||
3rdparty.lua | ||
benchmarks.lua | ||
bus.lua | ||
cpu.lua | ||
devices.lua | ||
emu.lua | ||
formats.lua | ||
lib.lua | ||
machine.lua | ||
main.lua | ||
netlist.lua | ||
sound.lua | ||
tests.lua | ||
tools.lua | ||
video.lua |