summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/romload.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Some cleanup of some observed #include redundancy from source files which use... Scott Stone2012-02-061-1/+0
* Fix regression on softload item load using menus (no whatsnew) Miodrag Milanovic2012-01-301-1/+1
* Clean-ups and version bumpmame0144u7 Angelo Salese2012-01-291-1/+1
* Fixed disk loading so that it handles full region tags. Fixes laserdisc Aaron Giles2012-01-271-64/+46
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-4/+12
* Move per emulator constants info into separate class [Miodrag Milanovic] Miodrag Milanovic2011-11-171-2/+4
* if a romregion was erased specifically, don't fill it with random data if a r... Michaël Banaan Ananas2011-09-171-13/+13
* fixed potential NULL pointer dereferences / also removed unnecessary NULL che... Miodrag Milanovic2011-08-081-1/+1
* - Updated romload so devices are loaded from separate files [Miodrag Milanovic] Miodrag Milanovic2011-08-021-1/+1
* - Removing MD5 support in ROMLOAD_* [Oliver Stoneberg] Miodrag Milanovic2011-07-311-1/+1
* Clean-ups and version bumpmame0143u1 Angelo Salese2011-07-111-1/+1
* nvram - in case of multiple bioses, system nvram will be saved in [Miodrag M... Miodrag Milanovic2011-07-061-1/+21
* Fix for ROMREGION_ISINVERTED (no whatsnew) Miodrag Milanovic2011-06-221-4/+8
* Fixed some potential memory leaks and NULL pointer deferences as well as remo... Scott Stone2011-06-151-1/+0
* Switch to using delegates for some callbacks: Aaron Giles2011-04-271-1/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-6/+6
* (Big tangle of changes that all happened as I was looking into the ROM Aaron Giles2011-04-131-11/+8
* BIG update. Aaron Giles2011-03-291-58/+60
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-7/+7