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
/
image.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Include option and file names in fatal error message for failure to load image
AJR
2018-03-22
1
-2
/
+4
*
Revert "(nw) Fixed random crashing when swapping one slot device with another."
Vas Crabb
2017-08-06
1
-1
/
+1
*
(nw) Fixed random crashing when swapping one slot device with another.
Robbbert
2017-08-06
1
-1
/
+1
*
Cleanup/bulletproofing to the issue Wizz just found
Nathan Woods
2017-07-24
1
-8
/
+5
*
(nw) Save partname to inifile, so that the correct part is loaded next time.
Robbbert
2017-07-24
1
-0
/
+5
*
never hurts to srcclean (nw)
Vas Crabb
2017-07-09
1
-2
/
+2
*
Fixed sorcerer unmount issue reported by Robert
Nathan Woods
2017-06-30
1
-2
/
+3
*
Fixed issue loading reset_on_load() images (#2414)
Nathan Woods
2017-06-27
1
-2
/
+5
*
more srcclean (nw)
Vas Crabb
2017-06-25
1
-4
/
+4
*
Overhaul to how MAME handles options, take two (#2341)
npwoods
2017-06-25
1
-32
/
+13
*
Fixed 2 bugs
Robbbert
2017-05-25
1
-3
/
+8
*
Revert "Overhaul to how MAME handles options (#2260)"
Vas Crabb
2017-05-07
1
-3
/
+28
*
Overhaul to how MAME handles options (#2260)
npwoods
2017-05-05
1
-28
/
+3
*
Workaround for issue where the cannonical instance_name for a device was lost...
npwoods
2017-04-21
1
-1
/
+27
*
Fixed an issue where reset_on_load images would not properly persist across e...
npwoods
2017-04-19
1
-10
/
+15
*
More options refactoring
Nathan Woods
2017-04-16
1
-15
/
+15
*
Refactoring in response to MT#6531
Nathan Woods
2017-04-06
1
-12
/
+9
*
Changed a few more 'const char *' ==> 'const std::string &' (#2111)
npwoods
2017-03-04
1
-4
/
+4
*
XML refactoring:
Vas Crabb
2016-12-11
1
-18
/
+12
*
Turn xmlfile API into something that looks like C++
Vas Crabb
2016-11-17
1
-7
/
+7
*
Do not use FUNC in delegate where applicable (nw)
Miodrag Milanovic
2016-11-06
1
-2
/
+2
*
Allows devices to indicate whether image creation should be supported at the ...
Nathan Woods
2016-09-06
1
-0
/
+4
*
device_image_interface::software_name_split() ==> softlist.cpp:software_name_...
Nathan Woods
2016-08-10
1
-8
/
+2
*
UI-related cleanup (nw)
AJR
2016-08-09
1
-17
/
+0
*
More conversion of 'const char *' --> std::string in diimage
Nathan Woods
2016-08-04
1
-1
/
+1
*
Fixed issue that prevented softlist items specified on devices from loading
Nathan Woods
2016-08-01
1
-7
/
+8
*
Changed device_image_interface::load() to take 'const std::string &'
Nathan Woods
2016-08-01
1
-1
/
+1
*
Turn image init/validate into scoped enums to avoid accidental casts to/from ...
Vas Crabb
2016-08-01
1
-4
/
+4
*
Changed device_image_interface::load() so that it is no longer responsible fo...
Nathan Woods
2016-07-30
1
-13
/
+29
*
Split UI and frontend part from core [Miodrag Milanovic]
Miodrag Milanovic
2016-04-23
1
-2
/
+2
*
Iterate over devices C++11 style
AJR
2016-04-18
1
-45
/
+35
*
diimage.cpp: Allow image devices to be configured with a fixed
etabeta78
2016-04-12
1
-0
/
+4
*
Make osd_file a polymorphic class that's held with smart pointers
Vas Crabb
2016-03-14
1
-2
/
+2
*
Cleanups and version bump
mame0170
Miodrag Milanovic
2016-01-27
1
-2
/
+1
*
Revert "rest of device parameters to std::string (nw)"
Miodrag Milanovic
2016-01-20
1
-2
/
+2
*
rest of device parameters to std::string (nw)
Miodrag Milanovic
2016-01-16
1
-2
/
+2
*
Fix image unload (nw)
Miodrag Milanovic
2016-01-14
1
-2
/
+11
*
image_manager modernized and move some things around (nw)
Miodrag Milanovic
2016-01-11
1
-205
/
+70
*
Merge pull request #561 from ajrhacker/strings
Miodrag Milanović
2016-01-11
1
-2
/
+1
|
\
|
*
Return std::string objects by value rather than pass by reference
AJR
2016-01-10
1
-2
/
+1
*
|
modernized configuration_manager (nw)
Miodrag Milanovic
2016-01-10
1
-5
/
+5
|
/
*
clang-modernize part 1 (nw)
Miodrag Milanovic
2015-12-03
1
-19
/
+19
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+373