mirror of
https://github.com/holub/mame
synced 2025-04-16 21:44:32 +03:00
![]() Driver projects now use globs to search for files. There's less effort editing the Lua files when things are moved around. Remember it won't automatically pick up a change, so if you add/remove/change files, you should touch makefile to get it to find the change. Driver projects no longer get the top-level MAME directory as an include path. This means you need to think about how you structure things and not introduce nasty circular dependencies. Subtarget projects can now be generated entirely from .flt files without the need for separate Lua scripts and .lst files. This has been done for the arcade, mess and virtual targets. It effectively works like a SOURCES= build on a large scale. This means you need to organise things so the dependency genrators can find them. There's an issue with the mess subtarget right now. For some reason, decmate2.cpp isn't picking up the dependency on the PDP8 CPU core for the HD6120 device. I'll debug it later |
||
---|---|---|
.. | ||
complay.py | ||
file2lines.py | ||
file2str.py | ||
makedep.py | ||
msgfmt.py | ||
png2bdc.py | ||
png.py | ||
verinfo.py |