summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/uml.c
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-1029/+0
* Removed all uses of setjmp.h in MAME. The only place where couriersud2015-05-171-1/+0
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-33/+33
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-1/+1
* cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-111-1/+1
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-081-1/+1
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-1/+1
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-95/+95
* added missing \n to some fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-071-1/+1
* Cleanups and version bump.mame0141u1 Aaron Giles2011-01-241-34/+34
* Redo most of the DRC/backend support as C++ Aaron Giles2011-01-171-0/+1059