summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/romload.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* romload.cpp: added ROMX_FILL, passing a ROM_SKIP(param_value) will fill and s... angelosa2016-06-151-0/+1
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-8/+8
* Iterate over devices C++11 style AJR2016-04-181-1/+1
* Make osd_file a polymorphic class that's held with smart pointers Vas Crabb2016-03-141-4/+4
* final touch on romload modernization (nw) Miodrag Milanovic2016-01-111-3/+2
* vector instead of simple_list (nw) Miodrag Milanovic2016-01-111-7/+2
* modernize rom_load_manager (nw) Miodrag Milanovic2016-01-111-26/+94
* New games marked as GAME_NOT_WORKING ------------------------------------ ROL... Ville Linde2015-08-181-0/+1
* License self-service. Aaron Giles2015-05-251-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-2/+2
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-1/+1
* some astring to std::string conversion (nw) Miodrag Milanovic2015-04-181-3/+3
* core: Add per-game parameters [O. Galibert] Olivier Galibert2015-01-251-2/+18
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-2/+2
* removed DISK_ISOPTIONAL macro in favor of identical ROM_ISOPTIONAL (nw) Oliver Stöneberg2013-09-241-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-144/+144
* Display correct software load messages depending of supported attribute value... Miodrag Milanovic2012-08-121-0/+1
* Made UI for BIOS selection where applicable, and moved info about current Miodrag Milanovic2012-04-301-6/+0
* Removed rom_source abstraction, which was just mapping to devices Aaron Giles2012-02-201-13/+2
* Major CHD/chdman update. The CHD version number has been increased Aaron Giles2012-02-161-2/+3
* - Updated romload so devices are loaded from separate files [Miodrag Milanovic] Miodrag Milanovic2011-08-021-5/+0
* nvram - in case of multiple bioses, system nvram will be saved in [Miodrag M... Miodrag Milanovic2011-07-061-0/+5
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-1/+1
* BIG update. Aaron Giles2011-03-291-4/+4
* Converted core_options to a class. Removed a bunch of marginal Aaron Giles2011-03-031-3/+4
* Hash generation and general cleanup. New class hash_collection holds Aaron Giles2011-02-141-9/+0
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-7/+4
* Added information screen output for any game known to have bad or missing dat... Scott Stone2011-02-101-1/+4
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-0/+2
* softlists: added WARNING if loading a software with supported="partial" or "n... Fabio Priuli2011-01-141-1/+1
* romload.c: added support for split set to softlist (for cart, cd and hd) [Fab... Fabio Priuli2011-01-131-0/+5
* Added CHD support in softlists [Miodrag Milanovic] Miodrag Milanovic2011-01-101-2/+2
* 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-4/+4
* - Moved softlist implementation from MESS [Miodrag Milanovic] Miodrag Milanovic2010-06-201-3/+0
* Added back software list support in emu core, and update 6510 and SM8500 cpu ... Miodrag Milanovic2010-06-131-0/+4
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-6/+5
* Extended the astring class wrapper into something useful, and Aaron Giles2010-01-081-1/+1
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* > -----Original Message----- Aaron Giles2009-08-131-2/+2
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-5/+0
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Defined ROM_LOAD64_WORD/ROM_LOAD64_WORD_SWAP in emu/romload.h Phil Bennett2009-01-211-0/+3
* romload cleanups: Aaron Giles2009-01-021-8/+44
* Removed a couple of unnecessary typedefs from mamecore.h. Aaron Giles2009-01-021-19/+0
* Added the ability for a ROMset to specify a default BIOS. Use Aaron Giles2008-12-311-0/+3
* Added macros to access ROM and MACHINE_DRIVER by name. Curt Coder2008-11-261-1/+2