summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Changed screen adjustment for HLSL ImJezze2015-11-172-1/+17
* | Revert "No need for simple_list_wrapper (nw)" Miodrag Milanovic2015-11-182-5/+5
* | No need for simple_list_wrapper (nw) Miodrag Milanovic2015-11-182-5/+5
* | removed old code part (nw) Miodrag Milanovic2015-11-182-21/+0
|/
* Fixed some suggestions by ReSharper C++ (nw) Miodrag Milanovic2015-11-1416-64/+64
* More cleanups (nw) Miodrag Milanovic2015-11-1111-21/+21
* this is obvious error (nw) Miodrag Milanovic2015-11-111-1/+1
* more cleanups and fix (nw) Miodrag Milanovic2015-11-111-0/+1
* Some cleanups and init fixes with help of ReSharper C++ (nw) Miodrag Milanovic2015-11-1182-190/+164
* removed unused code (nw) Miodrag Milanovic2015-11-111-45/+0
* These are not needed with official tools (nw) Miodrag Milanovic2015-11-102-24/+0
* nw, more PVS-Studio fixes therealmogminer@gmail.com2015-11-092-3/+1
* Fix more PVS-Studio warnings, nw therealmogminer@gmail.com2015-11-091-1/+1
* fix breakage while logerror (nw) Miodrag Milanovic2015-11-081-2/+2