summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/romload.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* romload.c: only giving a warning when loading a rom whose size is not multipl... Fabio Priuli2011-03-271-1/+1
* Decouple memory_region parameters from the ROMREGION flags. Aaron Giles2011-03-141-20/+19
* Attached emu_options to the machine_config, and the running_machine Aaron Giles2011-03-101-1/+1
* Converted core_options to a class. Removed a bunch of marginal Aaron Giles2011-03-031-8/+8
* Cleanups and version bump.mame0141u3 Aaron Giles2011-02-281-1/+1
* Hash generation and general cleanup. New class hash_collection holds Aaron Giles2011-02-141-68/+32
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-76/+71
* Added information screen output for any game known to have bad or missing dat... Scott Stone2011-02-101-6/+20
* Cleanups and version bump.mame0141u1 Aaron Giles2011-01-241-8/+8
* romload.c: made -bios option case insensitive [Fabio Priuli] Fabio Priuli2011-01-171-2/+2
* romload.c: implemented handling of parent-clone CHDs in software lists [Fabio... Fabio Priuli2011-01-161-6/+81
* softlists: added WARNING if loading a software with supported="partial" or "n... Fabio Priuli2011-01-141-18/+11
* allow software lists to look for files in the rompath too [Fabio Priuli] Fabio Priuli2011-01-131-18/+57
* romload.c: added support for split set to softlist (for cart, cd and hd) [Fab... Fabio Priuli2011-01-131-38/+109
* Added CHD support in softlists [Miodrag Milanovic] Miodrag Milanovic2011-01-101-7/+13
* Ok, last major rename for this round: Aaron Giles2011-01-011-4/+4
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-1/+1
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* Changed driver_device to expose the game_driver's ROMs through the Aaron Giles2010-09-031-95/+57