summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/coreutil.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-124/+0
|
* Cleanups and version bumpmame0166 Miodrag Milanovic2015-09-301-2/+2
|
* slap self hap2015-09-201-1/+2
|
* Simplified coreutil.c gregorian_days_in_month. [William Krick] hap2015-09-201-7/+6
|
* Remove direct zlib dependency in code (nw) Miodrag Milanovic2015-09-131-0/+7
|
* Cleanups and version bumpmame0163 Miodrag Milanovic2015-06-241-9/+9
|
* Licenses for Raphael Nabet (nw) Miodrag Milanovic2015-06-071-0/+21
|
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
| | | | to new license tagged form.
* firewave's patch fixes more !-operator warnings Michaƫl Banaan Ananas2012-07-281-1/+1
|
* Cleanups and version bump.mame0134u3 Aaron Giles2009-10-121-13/+13
|
* Moved all files in src/lib/util over to straight BSD and common Aaron Giles2009-10-101-3/+31
| | | | copyright, with permission of all significant contributors.
* romload cleanups: Aaron Giles2009-01-021-8/+3
| | | | | | | | | | | - added running_machine to internal structure, removed as explicit parameter - added new function rom_file_size() to compute the size of a ROM - removed rom_first_chunk() and rom_next_chunk() which are no longer needed - changed progress display to be based on size of ROMs loaded, not number - changed temporary load buffer to be dynamically allocated - fixed reload logic to handle skipped BIOSes Also changed rand_memory() to use a fixed seed for consistent behavior.
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
| | | | | | - removed years from copyright notices - removed redundant (c) from copyright notices - updated "the MAME Team" to be "Nicola Salmoria and the MAME Team"
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+102