Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'refs/remotes/mamedev/master' | 2016-02-21 | 1 | -0/+111 | |
| | | | | Second attempt | ||||
* | Added info header at the top of each .lua file (nw) | 2015-11-14 | 1 | -0/+8 | |
| | |||||
* | added more h files missing in lua scripts (nw) | 2015-11-12 | 1 | -0/+12 | |
| | |||||
* | Remove not longer needed ForceCpp flag (nw) | 2015-11-08 | 1 | -64/+0 | |
| | |||||
* | update build scripts for rename c - > cpp (nw) | 2015-11-08 | 1 | -51/+51 | |
| | |||||
* | fixed linking unidasm in small builds (nw) | 2015-11-02 | 1 | -1/+1 | |
| | |||||
* | Moved tools in proper place, and moved build python scripts together with ↵ | 2015-10-07 | 1 | -39/+39 | |
| | | | | other scripts (nw) | ||||
* | move mess into mame (nw) | 2015-09-30 | 1 | -39/+39 | |
| | |||||
* | Moved netlist from emu to lib (nw) | 2015-09-12 | 1 | -4/+4 | |
| | |||||
* | Moved nltool.c and nlwav.c into src/emu/netlist/prg. | 2015-08-23 | 1 | -2/+2 | |
| | | | | Added src/emu/netlist/build/makefile. This allows netlist to be ripped out of the tree and to compile it standalone. (nw) | ||||
* | Added nlwav to tools. nlwav converts netlist logs into wav files. | 2015-07-26 | 1 | -0/+36 | |
| | | | | | | | | | Example usage: ./nlwav -i netlist.log_RO.1.log -o tt.wav ./nlwav -h [Couriersud] | ||||
* | move some legacy formats over to imgtool since it's now the only user | 2015-06-10 | 1 | -0/+4 | |
| | |||||
* | Added the ability to use system flac, jpeg, lua, sqlite3, portmidi and zlib ↵ | 2015-06-06 | 1 | -24/+240 | |
| | | | | based on wallyweek's work | ||||
* | Converted netlist into a library. Moved most code from nl_convert.h to | 2015-06-01 | 1 | -2/+1 | |
| | | | | | | | nl_convert.c. Targets using netlist must now specify this explicitly with MACHINES["NETLIST"] = true Added subtarget "nl" which only contains games with netlist elements. (nw) | ||||
* | Moved all files in src/emu/netlist starting with p into plib folder. | 2015-05-27 | 1 | -1/+1 | |
| | | | | | This is a first step to ease synchronisation with a stand alone, e.g. outside mame, netlist implementation. More signed/unsigned cleanups and started work on generic truthtable devices. (nw) | ||||
* | Removed comments and added generic license for whole team on top (nw) | 2015-05-09 | 1 | -0/+3 | |
| | |||||
* | MAME now represent full build, for building MESS drivers only use [Miodrag ↵ | 2015-05-09 | 1 | -4/+0 | |
| | | | | | | | Milanovic] make SUBTARGET=mess, for building only Arcades drivers only use: make SUBTARGET=arcade | ||||
* | build mess tools for ume (nw) | 2015-04-29 | 1 | -1/+1 | |
| | |||||
* | Make generated projects behave same as before revert (nw) | 2015-04-16 | 1 | -0/+60 | |
| | |||||
* | added SEPARATE_BIN option to put executable files in bin folder and not in ↵ | 2015-04-08 | 1 | -15/+30 | |
| | | | | main (useful for continuous integration )(nw) | ||||
* | compile mess tools only if target is mess (nw) | 2015-04-07 | 1 | -0/+3 | |
| | |||||
* | removed includeosd (nw) | 2015-04-02 | 1 | -30/+15 | |
| | |||||
* | added back unidasm, and enabled building even in tiny builds (nw) | 2015-03-30 | 1 | -0/+35 | |
| | |||||
* | Explicit file listing in lua scripts making generate much much faster (nw) | 2015-03-28 | 1 | -2/+34 | |
| | |||||
* | made tools to be built with TOOLS=1 param (nw) | 2015-03-26 | 1 | -14/+14 | |
| | |||||
* | Moved build system to GENie [Miodrag Milanovic] | 2015-03-26 | 1 | -0/+484 | |
make TARGET=mess -j19 will generate all needed files and build MESS, while developing you can use make TARGET=mess COMPILE=1 -j19 to prevent rebuilding of make files. Build system have automatic generate of dependencies so will do incremental builds fine. make clean will remove all generated files/projects and obj files |