mame/scripts
Vas Crabb 6c23897483 Self-registering devices prep:
* Make device_creator a variable template and get rid of the ampersands
* Remove screen.h and speaker.h from emu.h and add where necessary
* Centralise instantiations of screen and speaker finder templates
* Add/standardise #include guards in many hearers
* Remove many redundant #includes
* Order #includesr to help catch headers that can't be #included alone

(nw) This changes #include order to be prefix, unit header if applicable
then other stuff roughly in order from most dependent to least dependent
library.  This helps catch headers that don't #include things that they
use.
2017-02-27 22:57:14 +11:00
..
build Cherry-pick some features from self-registering drivers PoC: 2017-02-16 12:20:35 +11:00
font coretmpl: add an associative LRU cache with map-like behaviour 2016-12-15 17:00:34 +11:00
resources UWP: Add temporary signing key for MSBUILD support (nw) 2016-12-13 13:47:19 -05:00
src Self-registering devices prep: 2017-02-27 22:57:14 +11:00
target back this out, too (nw) 2017-02-27 19:35:36 +11:00
extlib.lua Fixed building using system utf8proc 2017-01-26 09:28:21 +11:00
genie.lua detect if SOURCES file do not exist (nw) 2016-12-09 13:00:51 +01:00
toolchain.lua Added VS2017 support into project files (nw) 2016-11-16 21:00:29 +01:00