summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/pngcmp.c
Commit message (Collapse)AuthorAgeFilesLines
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-5/+5
|
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-4/+4
|
* Merge https://github.com/ZoeB/mame Vas Crabb2015-04-121-1/+1
|\
| * Fix various typos and spelling mistakes Zoë Blade2015-04-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | I'm purposefully leaving /src/emu/bus/cbmiec/c1541.c's kernal.bin as it is, as this particular spelling mistake was originally made by Robert Russell, therefore is canon. See http://en.wikipedia.org/wiki/KERNAL for details. I'm also leaving /src/emu/machine/nscsi_bus.c's RECIEVE as I don't want to break anything, but it's worth someone looking into. I renamed some variables in /src/mame/drivers/sfbonus.c, /src/mame/video/tia.c and /src/mame/video/tia.h, so if anyone wants to verify I didn't break anything, that would be nice.
* | cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-111-6/+6
|/
* moved assert replacement inside emucore.h so it is actually used / removed ↵ Oliver Stöneberg2015-03-201-0/+1
| | | | assert.h include from some headers and added it to lots of source
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
| | | | to new license tagged form.
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-12/+12
|
* added pngcmp to tools (nw) Oliver Stöneberg2013-06-201-0/+226