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
/
diimage.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
emumem: Simplify memory management. [O. Galibert]
Olivier Galibert
2020-11-02
1
-3
/
+3
*
start putting noexcept on things that have no business throwing exceptions, s...
Vas Crabb
2019-11-10
1
-40
/
+40
*
-avivideo.cpp: Added an image device to provide looping uncompressed AVI fram...
mooglyguy
2019-09-23
1
-1
/
+2
*
(nw) misc cleanup:
Vas Crabb
2019-09-20
1
-1
/
+1
*
Add still-frame PNG image device for use by digitizers/cameras/etc. [R. Belmont]
arbee
2019-08-09
1
-1
/
+2
*
Use canonical spelling of "canonical" (nw)
AJR
2019-08-02
1
-1
/
+1
*
diimage.h: Fix typo (nw)
AJR
2019-08-02
1
-1
/
+1
*
srcclean (nw)
Vas Crabb
2019-07-28
1
-4
/
+4
*
-core: Removed almost all MCFG defines, and removed all remaining MACHINE_CON...
MooglyGuy
2019-07-02
1
-3
/
+0
*
-imagedev/harddriv: Removed MCFG macros. [Ryan Holtz]
mooglyguy
2019-06-30
1
-14
/
+7
*
move some not-directly-emulation-related helpers to lib/util, further extrica...
Vas Crabb
2018-04-01
1
-1
/
+1
*
destaticify initializations (nw) (#3289)
wilbertpol
2018-03-04
1
-8
/
+2
*
Fixed issue loading reset_on_load() images (#2414)
Nathan Woods
2017-06-27
1
-0
/
+3
*
Overhaul to how MAME handles options, take two (#2341)
npwoods
2017-06-25
1
-2
/
+4
*
Fixed issue when the hash length is zero (#2314)
npwoods
2017-05-28
1
-7
/
+3
*
general cleanup:
Vas Crabb
2017-05-23
1
-8
/
+0
*
Revert "Overhaul to how MAME handles options (#2260)"
Vas Crabb
2017-05-07
1
-4
/
+2
*
Overhaul to how MAME handles options (#2260)
npwoods
2017-05-05
1
-2
/
+4
*
Fixed an issue that could cause problems when loading reset_on_load devices (...
Nathan Woods
2017-04-30
1
-1
/
+1
*
srcclean (nw)
Vas Crabb
2017-04-23
1
-1
/
+1
*
Made a number of device_image_interface members private (#2227)
npwoods
2017-04-17
1
-1
/
+1
*
More options refactoring
Nathan Woods
2017-04-16
1
-0
/
+1
*
Changes to make get_default_card_software() less stupid
Nathan Woods
2017-04-10
1
-3
/
+3
*
Refactoring in response to MT#6531
Nathan Woods
2017-04-06
1
-5
/
+8
*
Fixed regression when loading multipart softlists
Nathan Woods
2017-03-20
1
-1
/
+1
*
Changed a few more 'const char *' ==> 'const std::string &' (#2111)
npwoods
2017-03-04
1
-2
/
+2
*
Make device_image_interface::update_names a private method called automatical...
AJR
2017-03-03
1
-1
/
+4
*
Image instance name refactoring and bug fixing (nw)
AJR
2017-03-02
1
-1
/
+3
*
Self-registering devices prep:
Vas Crabb
2017-02-27
1
-1
/
+1
*
device_image_interface cleanups (nw)
AJR
2017-02-27
1
-4
/
+3
*
Introduce u8/u16/u32/u64/s8/s16/s32/s64
Vas Crabb
2016-11-19
1
-19
/
+19
*
Do not use FUNC in delegate where applicable (nw)
Miodrag Milanovic
2016-11-06
1
-2
/
+2
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-16
/
+16
*
Merge pull request #1332 from npwoods/option_guide_and_imgtool
Vas Crabb
2016-09-10
1
-2
/
+2
|
\
|
*
option_guide C++-ification, touched up imgtool
Nathan Woods
2016-08-27
1
-2
/
+2
*
|
Merge pull request #1290 from npwoods/set_filetype_for_softlist_images
Vas Crabb
2016-09-09
1
-0
/
+1
|
\
\
|
*
|
Changed the "extension as filetype" behavior for software list images to be o...
Nathan Woods
2016-08-25
1
-0
/
+1
*
|
|
Allows devices to indicate whether image creation should be supported at the ...
Nathan Woods
2016-09-06
1
-0
/
+2
|
|
/
|
/
|
*
|
Merge pull request #1279 from npwoods/yet_more_softlist_cleanups
R. Belmont
2016-08-26
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
Standardized some names for softlist concepts
Nathan Woods
2016-08-20
1
-3
/
+3
*
|
Fixed regression with cassette code that caused hangs to happen when loading ...
Nathan Woods
2016-08-20
1
-0
/
+2
|
/
*
Changing device_image_interface::determine_open_plan() to not support creatin...
Nathan Woods
2016-08-19
1
-1
/
+1
*
device_image_interface::software_name_split() ==> softlist.cpp:software_name_...
Nathan Woods
2016-08-10
1
-1
/
+0
*
Eliminated device_image_interface::make_readonly()
Nathan Woods
2016-08-09
1
-1
/
+0
*
More softlist-related conversions of strings to std::string
Nathan Woods
2016-08-08
1
-3
/
+3
*
Merge pull request #1180 from npwoods/split_softlist_code_redo
Miodrag Milanović
2016-08-08
1
-5
/
+4
|
\
|
*
Redo of split of src/emu/softlist.[cpp|h]
Nathan Woods
2016-08-02
1
-5
/
+4
*
|
More conversion of 'const char *' --> std::string in diimage
Nathan Woods
2016-08-04
1
-4
/
+4
|
/
*
Converted more stuff in diimage to use std::string instead of 'const char *'
Nathan Woods
2016-08-01
1
-3
/
+3
*
Changed device_image_interface::load() to take 'const std::string &'
Nathan Woods
2016-08-01
1
-1
/
+1
[next]