index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
emu
/
romload.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean-up and consistency fixes after memory system changes.
Vas Crabb
2020-11-03
1
-1
/
+1
*
emumem: Simplify memory management. [O. Galibert]
Olivier Galibert
2020-11-02
1
-2
/
+2
*
frontend/mame/audit.cpp: Better heuristics for matching shared ROMs.
Vas Crabb
2020-10-04
1
-1
/
+5
*
emu/machine.cpp: Get rid of remaining make_unique_clear on 'manager' objects.
Vas Crabb
2020-09-30
1
-0
/
+11
*
emu: correct some file headers (nw)
hap
2020-06-19
1
-1
/
+2
*
softlist_dev.cpp: start adding validation for data areas
Vas Crabb
2020-04-16
1
-89
/
+100
*
ROM loading cleanup:
Vas Crabb
2020-04-15
1
-326
/
+287
*
(nw) romload : Restored lost message about invalid bios.
Robbbert
2020-03-13
1
-0
/
+3
*
(nw) Cleanup on the way:
Vas Crabb
2020-03-10
1
-126
/
+142
*
fixed some clang-tidy warnings (nw) (#6197)
Oliver Stöneberg
2020-01-22
1
-5
/
+5
*
-romload: Switched ROM size members from u32 to u64. Fixes incorrect loading ...
MooglyGuy
2020-01-07
1
-1
/
+1
*
romload.cpp: Minor cleanup, getting rid of a few static helpers (nw)
AJR
2019-12-19
1
-56
/
+12
*
Spring cleaning:
Vas Crabb
2019-11-01
1
-14
/
+14
*
Make osd_printf_* use util/strformat semantics.
Vas Crabb
2019-09-26
1
-2
/
+2
*
(nw) Clean up the mess on master
Vas Crabb
2019-03-26
1
-17
/
+12
*
Revert "conflict resolution (nw)"
andreasnaive
2019-03-25
1
-12
/
+17
*
romload: BIOS flag should apply to fills (and remove zero-value comments)
Vas Crabb
2019-02-28
1
-17
/
+12
*
Apply logical address mask properly in debug disassembly view
AJR
2018-08-24
1
-2
/
+2
*
nscsi_cd: support media changes (nw)
Patrick Mackinlay
2018-07-23
1
-0
/
+4
*
Move ROM loading macros to romentry.h and remove romload.h from emu.h (nw)
AJR
2018-06-24
1
-0
/
+2
*
(nw) allow BIOS declaration before first ROM region
Vas Crabb
2018-06-02
1
-1
/
+1
*
romload.cpp: Eliminate extraneous machine argument (nw)
AJR
2018-05-22
1
-4
/
+4
*
Kludge some absolute tag lookups in the core that can't really be helped (nw)
AJR
2018-05-21
1
-6
/
+4
*
check for error before reporting it (nw)
Vas Crabb
2018-03-26
1
-1
/
+2
*
Allow machine configuration to specify BIOS easily, move default BIOS selecti...
Vas Crabb
2018-03-26
1
-46
/
+27
*
Pet peeving with extreme prejudice (nw)
Olivier Galibert
2017-11-30
1
-1
/
+1
*
Make ROM BIOS reported in listxml output match what ROM loading does
Vas Crabb
2017-09-18
1
-3
/
+1
*
Turn most of the ROM entry accessor macros into templates, and make them work...
Vas Crabb
2017-09-18
1
-10
/
+10
*
Fix -slot card,bios=rev (selected BIOS was being applied to slot itself, not ...
Vas Crabb
2017-08-04
1
-44
/
+58
*
Changed Romload to show all actual hashes on a mismatch
Nathan Woods
2017-07-18
1
-1
/
+4
*
Overhaul to how MAME handles options, take two (#2341)
npwoods
2017-06-25
1
-9
/
+9
*
Revert "Overhaul to how MAME handles options (#2260)"
Vas Crabb
2017-05-07
1
-9
/
+9
*
Overhaul to how MAME handles options (#2260)
npwoods
2017-05-05
1
-9
/
+9
*
srcclean (nw)
Vas Crabb
2017-04-23
1
-9
/
+9
*
Workaround for sibling disk image loading issue (#2246)
npwoods
2017-04-19
1
-9
/
+38
*
Refactoring in response to MT#6531
Nathan Woods
2017-04-06
1
-3
/
+7
*
Introduce u8/u16/u32/u64/s8/s16/s32/s64
Vas Crabb
2016-11-19
1
-30
/
+30
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-30
/
+30
*
dynamic_buffer is just std::vector<UINT8> (nw)
Miodrag Milanovic
2016-10-21
1
-1
/
+1
*
srcclean (nw)
Vas Crabb
2016-09-26
1
-1
/
+0
*
Merge pull request #1180 from npwoods/split_softlist_code_redo
Miodrag Milanović
2016-08-08
1
-2
/
+2
|
\
|
*
Redo of split of src/emu/softlist.[cpp|h]
Nathan Woods
2016-08-02
1
-2
/
+2
*
|
C++-fiied code that iterates over rom_entry arrays (without usage of rom_[fir...
Nathan Woods
2016-08-07
1
-8
/
+7
*
|
Created a tiny_rom_entry structure for the purposes of rom_entry declarations...
Nathan Woods
2016-08-06
1
-0
/
+27
*
|
Fixed ROM_FILL when fill value is hex.
Robbbert
2016-08-05
1
-1
/
+1
|
/
*
Fixed breakage caused by a change in how the byte for ROM_FILL is represented...
Nathan Woods
2016-08-01
1
-5
/
+8
*
Added some default constructors to rom_entry(), and made it so changes to fla...
Nathan Woods
2016-08-01
1
-1
/
+1
*
Changes rom_entry from a struct to a class, storing its strings as std::strin...
Nathan Woods
2016-08-01
1
-7
/
+7
*
for bool type use true and false (nw)
Miodrag Milanovic
2016-07-31
1
-12
/
+12
*
std::min and std:max instead of MIN and MAX, also some more macros converted ...
Miodrag Milanovic
2016-07-31
1
-2
/
+2
[next]