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
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
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
*
Various cleanups:
Vas Crabb
2024-05-31
1
-13
/
+11
*
-emu/devcb.h: Removed set_log and append_log.
Vas Crabb
2023-08-02
1
-0
/
+9
*
image: Fix initialisation order, fix file menu enable, refine gdrom support
Olivier Galibert
2023-05-08
1
-0
/
+3
*
Restored ability of for image devices to report specific error messages.
Vas Crabb
2023-04-08
1
-13
/
+17
*
API change for device_image_interface
AJR
2023-03-30
1
-8
/
+8
*
Various input and OSD refactoring:
Vas Crabb
2023-01-29
1
-0
/
+2
*
Remove fileio.h from emu.h
AJR
2022-02-11
1
-0
/
+1
*
util: Further API cleanups: (#8661)
Vas Crabb
2021-10-05
1
-1
/
+1
*
formats, osd, util: Started refactoring file I/O stuff. (#8456)
Vas Crabb
2021-08-22
1
-2
/
+2
*
API cleanups and miscellaneous fixes.
Vas Crabb
2021-07-15
1
-5
/
+8
*
-osd/windows: Minimise full-screen windows on losing focus (#2997).
Vas Crabb
2021-01-21
1
-2
/
+2
*
Much more core std::string_view modernization
AJR
2021-01-20
1
-4
/
+91
*
Further additions of std::string_view
AJR
2021-01-01
1
-1
/
+1
*
Fairly significant overhaul of Lua engine and some cleanup.
Vas Crabb
2020-11-25
1
-6
/
+6
*
emu: correct some file headers (nw)
hap
2020-06-19
1
-1
/
+0
*
use C++ library includes (nw)
firewave
2020-01-22
1
-1
/
+1
*
Spring cleaning:
Vas Crabb
2019-11-01
1
-8
/
+8
*
Fix segfault when trying to access some image option that does not exists (#5...
AmatCoder
2019-07-18
1
-2
/
+3
*
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
[next]