summaryrefslogtreecommitdiffstatshomepage
path: root/src/ume (follow)
Commit message (Collapse)AuthorAgeFilesLines
* MAME now represent full build, for building MESS drivers only use [Miodrag ↵ Miodrag Milanovic2015-05-098-120/+0
| | | | | | | Milanovic] make SUBTARGET=mess, for building only Arcades drivers only use: make SUBTARGET=arcade
* removed restriction link for BSD3 licensed files (nw) Miodrag Milanovic2015-05-072-6/+0
|
* Added license headers to the rest of files (nw) Miodrag Milanovic2015-05-074-0/+8
|
* Cleanups and version bumpmame0161 Miodrag Milanovic2015-04-291-1/+1
|
* added ume subtarget dummy so can test compile of all devices (nw) Miodrag Milanovic2015-04-181-0/+10
|
* Moved creation of most non-layout files out of makefile (nw) Miodrag Milanovic2015-04-042-4/+4
|
* Fix UME build, allow custom target to inject stuff in main makefile Vas Crabb2015-03-301-0/+13
|
* Made ume target include mame and mess targets (nw) Miodrag Milanovic2015-03-281-0/+11
|
* Moved build system to GENie [Miodrag Milanovic] Miodrag Milanovic2015-03-262-74/+0
| | | | | | | | | | | | | | 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
* If verinfo.py fails don't touch the output file, so subsequent builds won't ↵ Vas Crabb2015-02-221-1/+1
| | | | think it's up-to-date
* verinfo to python (nw) Miodrag Milanovic2015-02-131-2/+2
|
* (MESS) fixed missing file details [Oliver Stöneberg] Oliver Stöneberg2015-01-301-2/+0
| | | | also aligned all .rc files
* Changing #includes for headers that are part of toolchain and not part of ↵ Scott Stone2014-09-291-2/+2
| | | | any source/external library. Removal of references to messvers.rc as it does not appear to be used anymore. (nw)
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-1/+1
| | | | | | | | Moved delegates into /src/lib/util to enable usage of delegates in other project parts Moved mame_printf_* calls into /src/osd/osdcore.c and renamed them to osd_printf_* Changed mess.mak to display compilation of ymmu100.ppm nicely
* Fixed 'make TARGET=ume depend' include paths. (nw) Curt Coder2014-03-251-2/+2
|
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-35/+2
| | | | to new license tagged form.
* Build dependencies for files in src/emu [smf] smf-2013-06-141-3/+6
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-16/+16
|
* Clean-ups and version bumpmame0147u1 Miodrag Milanovic2012-10-081-1/+1
|
* avoiding confusion with softlists (no whatsnew) Miodrag Milanovic2012-10-011-3/+0
|
* added resources and icon for UME / added UME support to verinfo and updated ↵ Oliver Stöneberg2012-09-205-1/+102
| | | | the usage string (no whatsnew)
* made make depend to be defined per target to support special cases (no whatsnew) Miodrag Milanovic2012-09-071-1/+1
|
* Added proper name of generated mak (no whatsnew) Miodrag Milanovic2012-08-231-1/+1
|
* Made "make depend" to create files per target, also added "make depend_ume" ↵ Miodrag Milanovic2012-08-231-0/+7
| | | | as new target in case ume is used, since then it becomes complicated (no whatsnew)
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-213-0/+85