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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
frontend/mame/audit.cpp: Better heuristics for matching shared ROMs.
Vas Crabb
2020-10-04
1
-0
/
+1
*
emu: correct some file headers (nw)
hap
2020-06-19
1
-0
/
+2
*
softlist_dev.cpp: start adding validation for data areas
Vas Crabb
2020-04-16
1
-1
/
+4
*
ROM loading cleanup:
Vas Crabb
2020-04-15
1
-13
/
+14
*
(nw) Cleanup on the way:
Vas Crabb
2020-03-10
1
-7
/
+6
*
-romload: Switched ROM size members from u32 to u64. Fixes incorrect loading ...
MooglyGuy
2020-01-07
1
-2
/
+2
*
romload.cpp: Minor cleanup, getting rid of a few static helpers (nw)
AJR
2019-12-19
1
-10
/
+1
*
Move ROM loading macros to romentry.h and remove romload.h from emu.h (nw)
AJR
2018-06-24
1
-70
/
+0
*
Move the +1 to the proper place in the ROM BIOS macros - that's been
Vas Crabb
2018-05-29
1
-1
/
+1
*
romload.cpp: Eliminate extraneous machine argument (nw)
AJR
2018-05-22
1
-1
/
+1
*
topspeed.cpp : Minor cleanups, Add arrays for reduce duplicates (#3454)
cam900
2018-05-12
1
-0
/
+1
*
Start adding stuff for iterating ROM entries in a more C++ way without needin...
Vas Crabb
2017-09-22
1
-0
/
+289
*
Make ROM BIOS reported in listxml output match what ROM loading does
Vas Crabb
2017-09-18
1
-1
/
+1
*
Turn most of the ROM entry accessor macros into templates, and make them work...
Vas Crabb
2017-09-18
1
-38
/
+43
*
general cleanup:
Vas Crabb
2017-05-23
1
-6
/
+0
*
Introduce u8/u16/u32/u64/s8/s16/s32/s64
Vas Crabb
2016-11-19
1
-37
/
+36
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-8
/
+8
*
Adding parentheses around some (but not all) ROM_* macro parameters
Nathan Woods
2016-08-12
1
-5
/
+5
*
Changed how ROM_COPY and ROM_FILL are represented in tiny_rom_entry to be mor...
Nathan Woods
2016-08-11
1
-3
/
+3
*
Created a tiny_rom_entry structure for the purposes of rom_entry declarations...
Nathan Woods
2016-08-06
1
-1
/
+4
*
Changes rom_entry from a struct to a class, storing its strings as std::strin...
Nathan Woods
2016-08-01
1
-117
/
+14
*
Moved src/emu/hash.[cpp|h] into src/lib/util, and namespaced that code (and h...
Nathan Woods
2016-07-23
1
-2
/
+2
*
romload.cpp: added ROMX_FILL, passing a ROM_SKIP(param_value) will fill and s...
angelosa
2016-06-15
1
-0
/
+1
*
Various cleanups suggested by static analyzer (nw)
Miodrag Milanovic
2016-04-24
1
-8
/
+8
*
Iterate over devices C++11 style
AJR
2016-04-18
1
-1
/
+1
*
Make osd_file a polymorphic class that's held with smart pointers
Vas Crabb
2016-03-14
1
-4
/
+4
*
final touch on romload modernization (nw)
Miodrag Milanovic
2016-01-11
1
-3
/
+2
*
vector instead of simple_list (nw)
Miodrag Milanovic
2016-01-11
1
-7
/
+2
*
modernize rom_load_manager (nw)
Miodrag Milanovic
2016-01-11
1
-26
/
+94
*
New games marked as GAME_NOT_WORKING ------------------------------------ ROL...
Ville Linde
2015-08-18
1
-0
/
+1
*
License self-service.
Aaron Giles
2015-05-25
1
-1
/
+1
*
Added some for Nathan and some more for Nicola (nw)
Miodrag Milanovic
2015-05-11
1
-6
/
+2
*
Added dummy license headers for EMU section (nw)
Miodrag Milanovic
2015-05-07
1
-0
/
+2
*
small cleanup (nw)
Miodrag Milanovic
2015-04-22
1
-2
/
+2
*
moved all to std::string (nw)
Miodrag Milanovic
2015-04-22
1
-1
/
+1
*
some astring to std::string conversion (nw)
Miodrag Milanovic
2015-04-18
1
-3
/
+3
*
core: Add per-game parameters [O. Galibert]
Olivier Galibert
2015-01-25
1
-2
/
+18
*
Moved core template container classes up from emutempl.h to coretmpl.h:
Aaron Giles
2014-03-11
1
-2
/
+2
*
removed DISK_ISOPTIONAL macro in favor of identical ROM_ISOPTIONAL (nw)
Oliver Stöneberg
2013-09-24
1
-1
/
+0
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-144
/
+144
*
Display correct software load messages depending of supported attribute value...
Miodrag Milanovic
2012-08-12
1
-0
/
+1
*
Made UI for BIOS selection where applicable, and moved info about current
Miodrag Milanovic
2012-04-30
1
-6
/
+0
*
Removed rom_source abstraction, which was just mapping to devices
Aaron Giles
2012-02-20
1
-13
/
+2
*
Major CHD/chdman update. The CHD version number has been increased
Aaron Giles
2012-02-16
1
-2
/
+3
*
- Updated romload so devices are loaded from separate files [Miodrag Milanovic]
Miodrag Milanovic
2011-08-02
1
-5
/
+0
*
nvram - in case of multiple bioses, system nvram will be saved in [Miodrag M...
Miodrag Milanovic
2011-07-06
1
-0
/
+5
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-1
/
+1
*
BIG update.
Aaron Giles
2011-03-29
1
-4
/
+4
*
Converted core_options to a class. Removed a bunch of marginal
Aaron Giles
2011-03-03
1
-3
/
+4
*
Hash generation and general cleanup. New class hash_collection holds
Aaron Giles
2011-02-14
1
-9
/
+0
[next]