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
...
*
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
*
Cleanups and version bump
Miodrag Milanovic
2016-07-27
1
-48
/
+48
*
Cleanups for device_image_interface (nw)
AJR
2016-07-23
1
-22
/
+6
*
Moved src/emu/hash.[cpp|h] into src/lib/util, and namespaced that code (and h...
Nathan Woods
2016-07-23
1
-11
/
+11
*
Vas Crabb feedback: Replacing the enum with a class hierarchy, derived from ...
Nathan Woods
2016-07-23
1
-17
/
+2
*
device_image_interface::call_softlist_load() was a virtual function where eve...
Nathan Woods
2016-07-21
1
-0
/
+32
*
Exposed several strings as std::string on softlist objects, and fixed a few bugs
Nathan Woods
2016-07-20
1
-4
/
+3
*
const correctness related changes to softlist
Nathan Woods
2016-07-19
1
-9
/
+9
*
clean up includes (nw)
Vas Crabb
2016-07-08
1
-1
/
+4
*
Merge pull request #1056 from npwoods/opresolv_cplusplusification
Vas Crabb
2016-07-08
1
-2
/
+2
|
\
|
*
C++-ification of src/lib/util/opresolv.[cpp|h] (moved to util:: namespace, ch...
Nathan Woods
2016-07-07
1
-2
/
+2
*
|
Changed image_device_format::extensions() to be a vector
Nathan Woods
2016-07-07
1
-0
/
+29
|
/
*
Changed diimage.cpp to use C++ comments
Nathan Woods
2016-07-05
1
-172
/
+195
*
Converted properties on image_device_format to return 'const std::string &' i...
Nathan Woods
2016-07-05
1
-1
/
+1
*
As per Vas Crabb, readding overloads that take a std::string& parameter for t...
Nathan Woods
2016-07-04
1
-1
/
+1
*
Changed a few zippath related functions to return their strings as a return v...
Nathan Woods
2016-07-03
1
-2
/
+2
*
POSIX implementation for new directory read features, cleanup of Windows impl...
Vas Crabb
2016-06-25
1
-3
/
+3
*
C++-ified osd_directory (now osd::directory), and added last_modified to osd:...
Nathan Woods
2016-06-24
1
-9
/
+8
*
m_formatlist is now vector (nw)
Miodrag Milanovic
2016-06-19
1
-4
/
+13
*
Check software parts for incompatibility as well as compatibility
AJR
2016-05-03
1
-20
/
+20
*
Cleanups and version bump
mame0173
Miodrag Milanovic
2016-04-27
1
-1
/
+1
*
Various cleanups suggested by static analyzer (nw)
Miodrag Milanovic
2016-04-24
1
-4
/
+4
*
Split UI and frontend part from core [Miodrag Milanovic]
Miodrag Milanovic
2016-04-23
1
-14
/
+1
*
Iterate over devices C++11 style
AJR
2016-04-18
1
-17
/
+14
*
diimage.cpp: Allow image devices to be configured with a fixed
etabeta78
2016-04-12
1
-0
/
+1
*
Fixed MT06173: Software loaded outside of software list (e.g. -cart PATH_TO_R...
dankan1890
2016-04-04
1
-5
/
+5
[prev]
[next]