Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable precompiled header usage in the Visual Studio compiler (#5473) | 2019-08-13 | 1 | -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) | 2018-02-08 | 1 | -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] | 2017-11-26 | 1 | -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. | 2017-02-10 | 1 | -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) | 2016-11-07 | 1 | -0/+2 | |
| | |||||
* | Compile netlist and lua only if used (nw) | 2016-08-12 | 1 | -2/+0 | |
| | |||||
* | Work around linker issues with Emscripten (nw) | 2016-04-29 | 1 | -3/+6 | |
| | |||||
* | Fix ldplayer issue (nw) | 2016-03-29 | 1 | -0/+1 | |
| | |||||
* | Extend system library support (nw) | 2016-03-28 | 1 | -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 ↵ | 2016-03-06 | 1 | -37/+0 | |
| | | | | dependencies (nw) | ||||
* | Added pre-compiled headers support to build system (nw) | 2016-01-01 | 1 | -0/+3 | |
| | |||||
* | Added addprojectflags function and added -Wsuggest-override for all that are ↵ | 2015-12-06 | 1 | -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) | 2015-11-14 | 1 | -0/+8 | |
| | |||||
* | Remove not longer needed ForceCpp flag (nw) | 2015-11-08 | 1 | -5/+0 | |
| | |||||
* | Renamed DRIVERS parameter to SOURCES since you can add any source you wish ↵ | 2015-10-09 | 1 | -1/+1 | |
| | | | | to include in target (nw) | ||||
* | Do not create dasm.lib if no disassembler compiled (nw) | 2015-10-09 | 1 | -0/+3 | |
| | |||||
* | move mess into mame (nw) | 2015-09-30 | 1 | -2/+1 | |
| | |||||
* | removed not needed include paths (nw) | 2015-09-13 | 1 | -1/+0 | |
| | |||||
* | Remove direct zlib dependency in code (nw) | 2015-09-13 | 1 | -15/+0 | |
| | |||||
* | reorganized scripts according to new structure (nw) | 2015-09-13 | 1 | -0/+148 | |