summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/romload.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move ROM loading macros to romentry.h and remove romload.h from emu.h (nw) AJR2018-06-241-0/+2
* (nw) allow BIOS declaration before first ROM region Vas Crabb2018-06-021-1/+1
* romload.cpp: Eliminate extraneous machine argument (nw) AJR2018-05-221-4/+4
* Kludge some absolute tag lookups in the core that can't really be helped (nw) AJR2018-05-211-6/+4
* check for error before reporting it (nw) Vas Crabb2018-03-261-1/+2
* Allow machine configuration to specify BIOS easily, move default BIOS selecti... Vas Crabb2018-03-261-46/+27
* Pet peeving with extreme prejudice (nw) Olivier Galibert2017-11-301-1/+1
* Make ROM BIOS reported in listxml output match what ROM loading does Vas Crabb2017-09-181-3/+1
* Turn most of the ROM entry accessor macros into templates, and make them work... Vas Crabb2017-09-181-10/+10
* Fix -slot card,bios=rev (selected BIOS was being applied to slot itself, not ... Vas Crabb2017-08-041-44/+58
* Changed Romload to show all actual hashes on a mismatch Nathan Woods2017-07-181-1/+4
* Overhaul to how MAME handles options, take two (#2341) npwoods2017-06-251-9/+9
* Revert "Overhaul to how MAME handles options (#2260)" Vas Crabb2017-05-071-9/+9
* Overhaul to how MAME handles options (#2260) npwoods2017-05-051-9/+9
* srcclean (nw) Vas Crabb2017-04-231-9/+9
* Workaround for sibling disk image loading issue (#2246) npwoods2017-04-191-9/+38
* Refactoring in response to MT#6531 Nathan Woods2017-04-061-3/+7
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-30/+30
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-30/+30
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-1/+1
* srcclean (nw) Vas Crabb2016-09-261-1/+0
* Merge pull request #1180 from npwoods/split_softlist_code_redo Miodrag Milanović2016-08-081-2/+2
|\
| * Redo of split of src/emu/softlist.[cpp|h] Nathan Woods2016-08-021-2/+2
* | C++-fiied code that iterates over rom_entry arrays (without usage of rom_[fir... Nathan Woods2016-08-071-8/+7
* | Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-061-0/+27
* | Fixed ROM_FILL when fill value is hex. Robbbert2016-08-051-1/+1
|/
* Fixed breakage caused by a change in how the byte for ROM_FILL is represented... Nathan Woods2016-08-011-5/+8
* Added some default constructors to rom_entry(), and made it so changes to fla... Nathan Woods2016-08-011-1/+1
* Changes rom_entry from a struct to a class, storing its strings as std::strin... Nathan Woods2016-08-011-7/+7
* for bool type use true and false (nw) Miodrag Milanovic2016-07-311-12/+12
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-2/+2
* Changed various string arguments for emu_file::open() from 'const char *' to ... Nathan Woods2016-07-291-2/+2
* Moved src/emu/hash.[cpp|h] into src/lib/util, and namespaced that code (and h... Nathan Woods2016-07-231-13/+13
* Exposed several strings as std::string on softlist objects, and fixed a few bugs Nathan Woods2016-07-201-2/+1
* const correctness related changes to softlist Nathan Woods2016-07-191-1/+1
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-1/+1
* Added command strobe callback interface for LDV1000, and hooked it up to esh.... angelosa2016-06-151-2/+0
* romload.cpp: added ROMX_FILL, passing a ROM_SKIP(param_value) will fill and s... angelosa2016-06-151-1/+10
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-1/+1
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-1/+1
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-2/+2
* Iterate over devices C++11 style AJR2016-04-181-35/+35
* Make osd_file a polymorphic class that's held with smart pointers Vas Crabb2016-03-141-24/+24
* Fix rom load warning messages (nw) Robbbert2016-02-291-4/+4
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-18/+18
* Remove redundant defines, in order to make translation easier (nw) Miodrag Milanovic2016-02-201-5/+3
* Initial import of MEWUI to MAME [Dankan1890] Dankan18902016-02-041-2/+2
* reverting: Miodrag Milanovic2016-01-201-2/+2
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* Revert "Fix for hang, emu_options::add_slot_options was changed, other thing... Miodrag Milanovic2016-01-201-1/+1