summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/romload.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Added MDRV_SOFTWARE_LIST_COMPATIBLE_ADD for adding compatible software list... Miodrag Milanovic2010-07-061-1/+2
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-72/+52
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-2/+2
* - Moved softlist implementation from MESS [Miodrag Milanovic] Miodrag Milanovic2010-06-201-2/+0
* Added back software list support in emu core, and update 6510 and SM8500 cpu ... Miodrag Milanovic2010-06-131-0/+82
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-24/+29
* worked around a MESS related issue with software lists calling display_loadin... Fabio Priuli2010-04-281-1/+3
* Disable many unused variables as identifed by cppcheck. [Oliver Stöneberg] Scott Stone2010-04-231-2/+2
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-1/+1
* Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify Aaron Giles2010-01-211-3/+3
* Made direct accessors for device configuration state. Currently they Aaron Giles2010-01-211-3/+3
* Fix bug where memory regions were not properly enumerated for the Aaron Giles2010-01-181-17/+19
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-14/+14
* Created new template class tagged_list which manages a simple list Aaron Giles2010-01-171-17/+15
* Within src/emu, basic conversions: Aaron Giles2010-01-121-2/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+0
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-3/+3
* Extended the astring class wrapper into something useful, and Aaron Giles2010-01-081-65/+50
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-3/+3
* Added some missing header declarations and static qualifiers. Added validity.... Phil Bennett2010-01-061-0/+1
* Exposed an address space for EEPROM devices. This has several Aaron Giles2009-12-281-10/+10
* EEPROM device now looks for a matching memory region to fetch the Aaron Giles2009-12-231-1/+1
* Added new module tagmap which is a simple hashed string map. Aaron Giles2009-11-231-2/+2
* > -----Original Message----- Aaron Giles2009-08-131-50/+51
* Bulk change alert. Aaron Giles2009-04-261-4/+4
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-6/+6
* Redid metadata hashing. A digest of tags and hashes for each Aaron Giles2009-03-101-2/+1
* Allow chds to be directly in the rom directory without a subdirectory Olivier Galibert2009-03-081-0/+14
* Added new #define ENDIANNESS_NATIVE, which maps to either ENDIANNESS_LITTLE Aaron Giles2009-01-171-7/+3
* Cleanups and version bump.mame0129 Aaron Giles2009-01-041-8/+8
* romload cleanups: Aaron Giles2009-01-021-163/+196
* Removed a couple of unnecessary typedefs from mamecore.h. Aaron Giles2009-01-021-22/+49
* Added the ability for a ROMset to specify a default BIOS. Use Aaron Giles2008-12-311-1/+10
* Made CPUs into proper devices. CPUs are now added in the Aaron Giles2008-12-161-3/+2
* Removed mame_find_cpu_index(). Use cputag_get_cpu() instead. Aaron Giles2008-12-061-4/+4
* CPU_IS_LE -> ENDIANNESS_LITTLE Aaron Giles2008-12-041-1/+1
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-2/+2
* Changed requirements for laserdisc CHDs to require a new chunk of Aaron Giles2008-09-181-1/+1
* Cleanups and version bump.mame0127u3 Aaron Giles2008-09-111-8/+8