summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/devices.lua
Commit message (Collapse)AuthorAgeFilesLines
* Enable precompiled header usage in the Visual Studio compiler (#5473) S.Z2019-08-131-0/+10
| | | | | | | | | | * Enable precompiled header usage in the Visual Studio compiler But only for libraries emu frontend precompile dasm optional Also add emu.h include to hpcdasm.cpp * Include emu.h in some disassembler sources to use precompiled headers * Remove debug message
* Enable use of system-wide asio, glm and rapidjson (#3172) Julian Sikorski2018-02-081-2/+2
| | | | | | | | | | | | * Fixed building using system utf8proc * Fixed building using system portaudio * Allow using system-wide asio headers (1.11.0 or higher required). * Allow using system-wide glm headers * Allow using system-wide rapidjson headers
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-6/+2
| | | | | | | | Disassemblers are now independant classes. Not only the code is cleaner, but unidasm has access to all the cpu cores again. The interface to the disassembly method has changed from byte buffers to objects that give a result to read methods. This also adds support for lfsr and/or paged PCs.
* Make sure netlist includes are not found directly on include path. couriersud2017-02-101-1/+0
| | | | Instead, they have to be prefixed by "netlist/". Removed unneeded link librariers for nltool and nlwav along the way. (nw)
* Added ability to use ASIO in all core MAME parts (nw) Miodrag Milanovic2016-11-071-0/+2
|
* Compile netlist and lua only if used (nw) Miodrag Milanovic2016-08-121-2/+0
|
* Work around linker issues with Emscripten (nw) Justin Kerk2016-04-291-3/+6
|
* Fix ldplayer issue (nw) Miodrag Milanovic2016-03-291-0/+1
|
* Extend system library support (nw) Jeffrey Clark2016-03-281-20/+4
| | | | | | | Extend USE_SYSTEM_LIB_* to support providing the library name and include directory. To link against system specific lib names and header path: (ref #711) USE_SYSTEM_LIB_LUA=lua5.3:/usr/include/lua5.3
* Fixed arcade build and merged libbus with liboptional due to circular ↵ Miodrag Milanovic2016-03-061-37/+0
| | | | dependencies (nw)
* Added pre-compiled headers support to build system (nw) Miodrag Milanovic2016-01-011-0/+3
|
* Added addprojectflags function and added -Wsuggest-override for all that are ↵ Miodrag Milanovic2015-12-061-0/+4
| | | | | | not 3rdparty projects. It is place where all additional checks we should put
* Added info header at the top of each .lua file (nw) Scott Stone2015-11-141-0/+8
|
* Remove not longer needed ForceCpp flag (nw) Miodrag Milanovic2015-11-081-5/+0
|
* Renamed DRIVERS parameter to SOURCES since you can add any source you wish ↵ Miodrag Milanovic2015-10-091-1/+1
| | | | to include in target (nw)
* Do not create dasm.lib if no disassembler compiled (nw) Miodrag Milanovic2015-10-091-0/+3
|
* move mess into mame (nw) Miodrag Milanovic2015-09-301-2/+1
|
* removed not needed include paths (nw) Miodrag Milanovic2015-09-131-1/+0
|
* Remove direct zlib dependency in code (nw) Miodrag Milanovic2015-09-131-15/+0
|
* reorganized scripts according to new structure (nw) Miodrag Milanovic2015-09-131-0/+148