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
*
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