summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/romload.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-1609/+0
* Relaxed emu.h a bit, should make compile a bit faster (nw) Miodrag Milanovic2015-11-051-0/+1
* removed not needed conversions (nw) Miodrag Milanovic2015-10-271-2/+2
* License self-service. Aaron Giles2015-05-251-1/+1
* Self-service (nw) Paul Priest2015-05-241-1/+1
* Added some for Nathan and some more for Nicola (nw) Miodrag Milanovic2015-05-111-6/+2
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* small cleanup (nw) Miodrag Milanovic2015-04-221-9/+9
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-75/+75
* romload: Replaced include; hfdc: Changed floppy device name Michael Zapf2015-04-201-1/+1
* some astring to std::string conversion (nw) Miodrag Milanovic2015-04-181-6/+6
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-1/+1
* updated astring constructors to have just one string param, to be more like s... Miodrag Milanovic2015-04-131-2/+2
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-18/+18
* cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-111-39/+39
* core: Add per-game parameters [O. Galibert] Olivier Galibert2015-01-251-0/+62
* Cleanups and version bumpmame0156 Miodrag Milanovic2014-11-261-1/+1
* Touching all the candy again: [Alex Jackson] Alex W. Jackson2014-11-171-3/+4
* fixed memory leak when loading CHD from software list (nw) Oliver Stöneberg2014-09-101-1/+1
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-3/+3
* removed mame_* aliases and just use core_* functions (nw) Oliver Stöneberg2014-03-241-2/+2
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-47/+34
* Another round of auto_alloc_array conversions. Aaron Giles2014-02-201-3/+1
* Moved src/emu/ui.? ==> src/emu/ui/ui.?, changed to follow MAME OOP convention... Nathan Woods2014-01-291-2/+3
* "FATALERROR: ERROR: x" Michaël Banaan Ananas2014-01-011-1/+1
* Added a new macro MCFG_DEVICE_CARD_DEFAULT_BIOS, which can be used in the mac... Curt Coder2013-11-131-2/+5
* Invalid BIOS is a fatal error. (nw) Curt Coder2013-11-021-1/+1
* [MT03450] show detailed NOT FOUND messages for missing CHDs [Oliver Stöneberg] Oliver Stöneberg2013-09-241-17/+19
* removed DISK_ISOPTIONAL macro in favor of identical ROM_ISOPTIONAL (nw) Oliver Stöneberg2013-09-241-1/+1
* Cleanups and version bumpmame0148u2 Miodrag Milanovic2013-03-191-4/+4
* lists have no bios flag, so this check is redundant. nw. Fabio Priuli2013-03-151-5/+4
* romload: attempt to improve loaded rom percentage display. nw. Fabio Priuli2013-03-141-12/+12
* romload: reset rom size counter when starting to load software. nw. Fabio Priuli2013-03-141-0/+4
* (MESS) romload: fixed loaded rom percentage going beyond 100% with softlist e... Fabio Priuli2013-03-141-5/+12
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-23/+22
* romload: Tell in which zips a missing rom was searched for [O. Galibert] Olivier Galibert2012-10-271-8/+32
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-2/+2
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-20/+19
* Made core able to use bios selection per slot device [Miodrag Milanovic] Miodrag Milanovic2012-09-051-17/+27
* Clean-ups and version bumpmame0146u5 Miodrag Milanovic2012-08-201-1/+1
* Fix no to display missing roms in case of not supported software (no whatsnew) Miodrag Milanovic2012-08-131-2/+0
* Display correct software load messages depending of supported attribute value... Miodrag Milanovic2012-08-121-0/+14
* Made UI for BIOS selection where applicable, and moved info about current Miodrag Milanovic2012-04-301-29/+8
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-6/+6
* Move driver list/enumerator to new file drivenum.c/.h. Aaron Giles2012-04-061-0/+1
* Be more rigorous about parsing invalid hashes. Report them Aaron Giles2012-02-211-9/+0
* Removed rom_source abstraction, which was just mapping to devices Aaron Giles2012-02-201-94/+53
* Clean-ups and version bumpmame0145u1 Angelo Salese2012-02-191-11/+11
* Remove redundant hashing code, use hashing.h instead. Aaron Giles2012-02-161-2/+3
* Major CHD/chdman update. The CHD version number has been increased Aaron Giles2012-02-161-89/+65