summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/romload.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* emu/romload.cpp: Removed apparently obsolete FIXME comment. Vas Crabb2023-10-211-20/+16
* emu/romload.cpp: Tidy up some of the code a little. Vas Crabb2023-10-211-105/+120
* emu/romload.cpp: Don't search parent device search path for software media. Vas Crabb2023-10-201-28/+9
* Allow clone CHDs to use parent CHDs as parents. Vas Crabb2023-10-201-58/+192
* romload.cpp: Use std::string_view in determine_bios_rom AJR2023-09-211-6/+5
* turbo,zaxxon: set 8255 tristate to 0, hap2023-06-161-1/+1
* Various input and OSD refactoring: Vas Crabb2023-01-291-0/+2
* Revert "romload.cpp: Fix build after e178fbd28127c526b212e5a4998058cebf530567" AJR2022-10-251-26/+25
* romload.cpp: Fix build after e178fbd28127c526b212e5a4998058cebf530567 AJR2022-10-251-25/+27
* docs: Added page describing how MAME searches for media. Vas Crabb2022-03-101-2/+8
* Remove fileio.h from emu.h AJR2022-02-111-2/+4
* Remove a few outdated references to MESS Dirk Best2021-12-021-1/+1
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-35/+35
* -Miscellaneous improvements for software lists: Vas Crabb2021-06-231-3/+2
* Much more core std::string_view modernization AJR2021-01-201-46/+43
* Fairly significant overhaul of Lua engine and some cleanup. Vas Crabb2020-11-251-3/+3
* Clean-up and consistency fixes after memory system changes. Vas Crabb2020-11-031-1/+1
* emumem: Simplify memory management. [O. Galibert] Olivier Galibert2020-11-021-2/+2
* frontend/mame/audit.cpp: Better heuristics for matching shared ROMs. Vas Crabb2020-10-041-1/+5
* emu/machine.cpp: Get rid of remaining make_unique_clear on 'manager' objects. Vas Crabb2020-09-301-0/+11
* emu: correct some file headers (nw) hap2020-06-191-1/+2
* softlist_dev.cpp: start adding validation for data areas Vas Crabb2020-04-161-89/+100
* ROM loading cleanup: Vas Crabb2020-04-151-326/+287
* (nw) romload : Restored lost message about invalid bios. Robbbert2020-03-131-0/+3
* (nw) Cleanup on the way: Vas Crabb2020-03-101-126/+142
* fixed some clang-tidy warnings (nw) (#6197) Oliver Stöneberg2020-01-221-5/+5
* -romload: Switched ROM size members from u32 to u64. Fixes incorrect loading ... MooglyGuy2020-01-071-1/+1
* romload.cpp: Minor cleanup, getting rid of a few static helpers (nw) AJR2019-12-191-56/+12
* Spring cleaning: Vas Crabb2019-11-011-14/+14
* Make osd_printf_* use util/strformat semantics. Vas Crabb2019-09-261-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-17/+12
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-12/+17
* romload: BIOS flag should apply to fills (and remove zero-value comments) Vas Crabb2019-02-281-17/+12
* Apply logical address mask properly in debug disassembly view AJR2018-08-241-2/+2
* nscsi_cd: support media changes (nw) Patrick Mackinlay2018-07-231-0/+4
* 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