summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/romload.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* (nw) Cleanup on the way: Vas Crabb2020-03-101-7/+6
* -romload: Switched ROM size members from u32 to u64. Fixes incorrect loading ... MooglyGuy2020-01-071-2/+2
* romload.cpp: Minor cleanup, getting rid of a few static helpers (nw) AJR2019-12-191-10/+1
* Move ROM loading macros to romentry.h and remove romload.h from emu.h (nw) AJR2018-06-241-70/+0
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-1/+1
* romload.cpp: Eliminate extraneous machine argument (nw) AJR2018-05-221-1/+1
* topspeed.cpp : Minor cleanups, Add arrays for reduce duplicates (#3454) cam9002018-05-121-0/+1
* Start adding stuff for iterating ROM entries in a more C++ way without needin... Vas Crabb2017-09-221-0/+289
* Make ROM BIOS reported in listxml output match what ROM loading does Vas Crabb2017-09-181-1/+1
* Turn most of the ROM entry accessor macros into templates, and make them work... Vas Crabb2017-09-181-38/+43
* general cleanup: Vas Crabb2017-05-231-6/+0
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-37/+36
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-8/+8
* Adding parentheses around some (but not all) ROM_* macro parameters Nathan Woods2016-08-121-5/+5
* Changed how ROM_COPY and ROM_FILL are represented in tiny_rom_entry to be mor... Nathan Woods2016-08-111-3/+3
* Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-061-1/+4
* Changes rom_entry from a struct to a class, storing its strings as std::strin... Nathan Woods2016-08-011-117/+14
* Moved src/emu/hash.[cpp|h] into src/lib/util, and namespaced that code (and h... Nathan Woods2016-07-231-2/+2
* 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