summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
Commit message (Expand)AuthorAgeFilesLines
* add lua console support back in Jeffrey Clark2016-01-064-2/+11
* Fix errors from faulty merge (nw) AJR2016-01-022-9/+23
* Allow mame -validate -verbose to capture verbose messages AJR2016-01-024-19/+30
* Added pre-compiled headers support to build system (nw) Miodrag Milanovic2016-01-011-2/+0
* Update debugcon.h Con Huevos Guey2015-12-311-2/+2
* Just name not acronym (nw) Miodrag Milanovic2015-12-314-5/+3
* Revert "removing MESS brand and making MAME a name not acronym (nw)" Miodrag Milanovic2015-12-314-3/+5
* removing MESS brand and making MAME a name not acronym (nw) Miodrag Milanovic2015-12-314-5/+3
* Cleanups and version bumpmame0169 Miodrag Milanovic2015-12-308-13/+7
* Fix UI message for software selection Brandon Munger2015-12-281-2/+2
* Revert "Allow mame -validate -verbose to display more messages (and make erro... Miodrag Milanović2015-12-283-58/+27
* Merge pull request #527 from ajrhacker/master Miodrag Milanović2015-12-283-27/+58
|\
| * Allow mame -validate -verbose to display more messages (and make error/warnin... AJR2015-12-273-27/+58
* | Fix recognition for more platforms, and fixed compile on arm (nw) Miodrag Milanovic2015-12-271-0/+4
* | cleanup (nw) Miodrag Milanovic2015-12-252-6/+0
|/
* Make -verifyroms verify sub-devices like mpu401 and c2040fdc qmc22015-12-231-0/+61
* some handmade changes (nw) Miodrag Milanovic2015-12-212-5/+2
* Added license for Derrick Renaud, extended K.Wilkins and F.Palazzolo to full ... Miodrag Milanovic2015-12-212-2/+2
* Refactoring memory map validity checking AJR2015-12-194-127/+169
* global_alloc for m_gfxdecode->set_gfx changed to work with unique_ptr (nw) Miodrag Milanovic2015-12-191-1/+1
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-192-3/+3
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-175-12/+5
* Make new internal debugger windows appear in a cascade-like position, and giv... mahlemiut2015-12-172-5/+5
* Replaced strlen(device->shortname())!=0 with device->shortname()[0]!='\0' in ... MASH2015-12-151-3/+3
* nw hap2015-12-151-1/+1
* Fixed listxml sample output. MASH2015-12-151-1/+1
* const-qualify source bitmaps in drawgfx Vas Crabb2015-12-142-39/+39
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-1210-43/+43
* tagged_list without tagmap_t (nw) Miodrag Milanovic2015-12-112-41/+0
* tagmap_t to std::unordered_map or std::unordered_set where applicable (nw) Miodrag Milanovic2015-12-0914-86/+83
* had to revert this in order clang to work (nw) Miodrag Milanovic2015-12-091-2/+2
* updated checks since old versions are anyway not supported (nw) Miodrag Milanovic2015-12-091-2/+2
* Fixed uninitialized variables, detected by VS2015 x64 build (nw) Miodrag Milanovic2015-12-071-2/+2
* Show more digits in fp values (issue #476) yz70s2015-12-061-3/+3
* Show 64 and 80 bit floats in windows and qt debugger (issue #476) yz70s2015-12-062-20/+101
* cleanup Miodrag Milanovic2015-12-063-7/+7
* fixing some more override (nw) Miodrag Milanovic2015-12-061-2/+2
* placed cache back in new form, fixes listxml and similar (nw) Miodrag Milanovic2015-12-042-0/+11
* clang-modernize part 6 Miodrag Milanovic2015-12-042-4/+4
* clang-modernize part 5 Miodrag Milanovic2015-12-046-7/+7
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-03178-3546/+3548
* force delete of copy constructor and operator = (nw) Miodrag Milanovic2015-12-031-2/+2
* Initial conversion of core to C++14. Note that compilers are now limited to G... Miodrag Milanovic2015-12-0328-157/+111
* Merge pull request #481 from osresearch/master R. Belmont2015-11-301-1/+1
|\
| * add casts from emu_file to core_file (issue #482) Trammell Hudson2015-11-271-1/+1
* | First commit for issue #476 yz70s2015-11-302-55/+160
|/
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-2524-65/+64
* Merge pull request #470 from ImJezze/master David Haywood2015-11-195-19/+37
|\
| * Cleanup (nw) ImJezze2015-11-182-2/+2
| * Fixed dynamic beam width for invariabel vector intensity ImJezze2015-11-184-27/+29