index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
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
/
diimage.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Make "requirement" field in softlists actually work (MT 6464)"
Vas Crabb
2017-02-19
1
-32
/
+15
*
Make "requirement" field in softlists actually work (MT 6464)
AJR
2017-01-11
1
-15
/
+32
*
Introduce u8/u16/u32/u64/s8/s16/s32/s64
Vas Crabb
2016-11-19
1
-20
/
+20
*
Revert "Added IS_ENABLED, so we have compiler check for non used part, it is ...
Miodrag Milanovic
2016-11-12
1
-2
/
+2
*
Added IS_ENABLED, so we have compiler check for non used part, it is checked ...
Miodrag Milanovic
2016-11-11
1
-2
/
+2
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-20
/
+20
*
dynamic_buffer is just std::vector<UINT8> (nw)
Miodrag Milanovic
2016-10-21
1
-1
/
+1
*
Added swpath. Allows users to specify location of loose software.
Robbbert
2016-10-12
1
-4
/
+22
*
srcclean (nw)
Vas Crabb
2016-09-26
1
-2
/
+2
*
Merge pull request #1332 from npwoods/option_guide_and_imgtool
Vas Crabb
2016-09-10
1
-0
/
+12
|
\
|
*
Worked around the OPTION_GUIDE_EXTERN issue by using a crazy trick involving ...
Nathan Woods
2016-09-03
1
-1
/
+1
|
*
Attempting to make option_guide and option_guide::entry POD types; need to fi...
Nathan Woods
2016-09-02
1
-1
/
+2
|
*
Moving null_option_guide to global scope to avoid thread safety issues
Nathan Woods
2016-09-01
1
-1
/
+2
|
*
option_guide C++-ification, touched up imgtool
Nathan Woods
2016-08-27
1
-0
/
+10
*
|
Merge pull request #1290 from npwoods/set_filetype_for_softlist_images
Vas Crabb
2016-09-09
1
-1
/
+3
|
\
\
|
*
|
Changed the "extension as filetype" behavior for software list images to be o...
Nathan Woods
2016-08-25
1
-1
/
+1
|
*
|
Now setting m_filetype for images loaded from softlists
Nathan Woods
2016-08-22
1
-1
/
+3
*
|
|
Allows devices to indicate whether image creation should be supported at the ...
Nathan Woods
2016-09-06
1
-0
/
+38
*
|
|
srcclean and translation regeneration
Vas Crabb
2016-08-29
1
-1
/
+1
|
|
/
|
/
|
*
|
Minor cleanups to device_image_interface::find_software_item()
Nathan Woods
2016-08-20
1
-4
/
+4
*
|
Standardized some names for softlist concepts
Nathan Woods
2016-08-20
1
-15
/
+15
|
/
*
Changing device_image_interface::determine_open_plan() to not support creatin...
Nathan Woods
2016-08-19
1
-15
/
+13
*
Merge pull request #1222 from npwoods/move_software_name_parsing
Vas Crabb
2016-08-13
1
-48
/
+2
|
\
|
*
device_image_interface::software_name_split() ==> softlist.cpp:software_name_...
Nathan Woods
2016-08-10
1
-49
/
+3
*
|
Converted more softlist code to use std::string
Nathan Woods
2016-08-10
1
-4
/
+4
|
/
*
Eliminated device_image_interface::make_readonly()
Nathan Woods
2016-08-09
1
-3
/
+1
*
More softlist-related conversions of strings to std::string
Nathan Woods
2016-08-08
1
-14
/
+14
*
Merge pull request #1180 from npwoods/split_softlist_code_redo
Miodrag Milanović
2016-08-08
1
-15
/
+43
|
\
|
*
Redo of split of src/emu/softlist.[cpp|h]
Nathan Woods
2016-08-02
1
-15
/
+43
*
|
More conversion of 'const char *' --> std::string in diimage
Nathan Woods
2016-08-04
1
-2
/
+2
*
|
This fixes issues where softlist items (that were not for floppies) were load...
Nathan Woods
2016-08-02
1
-0
/
+4
|
/
*
Let's give the new srcclean a spin...
Vas Crabb
2016-08-02
1
-1
/
+1
*
Converted more stuff in diimage to use std::string instead of 'const char *'
Nathan Woods
2016-08-01
1
-5
/
+5
*
Changed device_image_interface::load() to take 'const std::string &'
Nathan Woods
2016-08-01
1
-1
/
+1
*
Fixing a stupid merge error that broke image loading
Nathan Woods
2016-08-01
1
-12
/
+9
*
Turn image init/validate into scoped enums to avoid accidental casts to/from ...
Vas Crabb
2016-08-01
1
-17
/
+17
*
1. Merge branch 'master' into diimage_filetype_as_stdstring
Nathan Woods
2016-07-31
1
-68
/
+100
|
\
|
*
Merge branch 'master' into separate_softlist_image_load
Nathan Woods
2016-07-31
1
-4
/
+25
|
|
\
|
|
*
cleanup (nw)
Miodrag Milanovic
2016-07-31
1
-3
/
+3
|
*
|
Changed device_image_interface::load() so that it is no longer responsible fo...
Nathan Woods
2016-07-30
1
-58
/
+90
*
|
|
This changes device_image_interface::filetype() to return 'const std::string ...
Nathan Woods
2016-07-31
1
-4
/
+9
|
|
/
|
/
|
*
|
Created device_image_interface::add_format() protected member and made device...
Nathan Woods
2016-07-31
1
-0
/
+21
*
|
Removed device_image_interface::has_been_created()
Nathan Woods
2016-07-30
1
-1
/
+1
|
/
*
Three times is a charm
Nathan Woods
2016-07-30
1
-10
/
+5
*
<+cuavas> you've changed the function, you get to change it properly!
Nathan Woods
2016-07-30
1
-19
/
+19
*
Miscellaneous cleanups:
Nathan Woods
2016-07-30
1
-91
/
+67
*
Merge pull request #1156 from npwoods/zippath_strstring
Vas Crabb
2016-07-30
1
-2
/
+2
|
\
|
*
Converted a number of zippath calls that took 'const char *' to std::string
Nathan Woods
2016-07-29
1
-2
/
+2
*
|
Changed various string arguments for emu_file::open() from 'const char *' to ...
Nathan Woods
2016-07-29
1
-3
/
+3
|
/
*
Miscellaneous cleanups to diimage.[cpp|h]; mostly std::string stuff
Nathan Woods
2016-07-29
1
-28
/
+27
[next]