summaryrefslogtreecommitdiffstatshomepage
path: root/docs/man/imgtool.1
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/imgtool.1')
0 files changed, 0 insertions, 0 deletions
class='deletions'>-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)