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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-1349
/
+0
*
Relaxed emu.h a bit, should make compile a bit faster (nw)
Miodrag Milanovic
2015-11-05
1
-0
/
+3
*
making logerror part of machine and device classes [Miodrag Milanovic]
Miodrag Milanovic
2015-11-01
1
-2
/
+2
*
Removed some unused variables (nw)
Miodrag Milanovic
2015-10-27
1
-1
/
+0
*
Cleanups and version bump
mame0161
Miodrag Milanovic
2015-04-29
1
-1
/
+1
*
moved all to std::string (nw)
Miodrag Milanovic
2015-04-22
1
-53
/
+54
*
more astring -> std::string (nw)
Miodrag Milanovic
2015-04-19
1
-2
/
+2
*
removed bool conversion and implicit empty check (nw)
Miodrag Milanovic
2015-04-19
1
-4
/
+4
*
more conversions to std::string (nw)
Miodrag Milanovic
2015-04-19
1
-12
/
+12
*
some astring to std::string conversion (nw)
Miodrag Milanovic
2015-04-18
1
-4
/
+4
*
Replace dynamic_array with std::vector [O. Galibert]
Olivier Galibert
2015-04-14
1
-4
/
+5
*
updated astring constructors to have just one string param, to be more like s...
Miodrag Milanovic
2015-04-13
1
-3
/
+3
*
There is no implicit conversion to char* in std::string (nw)
Miodrag Milanovic
2015-04-12
1
-14
/
+14
*
cstr() - > c_str() as preparation for move to std::string (nw)
Miodrag Milanovic
2015-04-11
1
-11
/
+11
*
debug/qt: Add a per-device window [O. Galibert]
Olivier Galibert
2014-12-22
1
-1
/
+1
*
Cleanups and version bump
mame0155
Miodrag Milanovic
2014-10-15
1
-3
/
+3
*
better fix. nw.
Fabio Priuli
2014-09-17
1
-2
/
+3
*
softlist: restored the support for loading games from compatible
Fabio Priuli
2014-09-17
1
-10
/
+22
*
Cleanup of image device interfaces (nw)
Miodrag Milanovic
2014-05-02
1
-3
/
+0
*
image.c: Added support for loading a default battery, instead of a fixed fill...
Fabio Priuli
2014-05-02
1
-1
/
+6
*
Moved eminline and related files into /src/osd since it's system related (nw)
Miodrag Milanovic
2014-04-16
1
-12
/
+12
*
Cleanups and version bump
mame0153
Miodrag Milanovic
2014-04-07
1
-10
/
+10
*
Factored ui_menu_control_device_image into ui/imgcntrl.c
Nathan Woods
2014-04-05
1
-262
/
+1
*
some dynamic_buffer/dynamic_array usage cleanups (nw)
Oliver Stöneberg
2014-03-29
1
-2
/
+1
*
converted some global_alloc_array() usage to dynamic_array/dynamic_buffer (nw)
Oliver Stöneberg
2014-03-28
1
-3
/
+2
*
replaced some malloc/free usage with global_alloc_array/global_free_array (nw)
Oliver Stöneberg
2014-03-28
1
-2
/
+2
*
fixed memory leaks in diimage.c (nw)
Oliver Stöneberg
2014-03-27
1
-8
/
+8
*
removed mame_* aliases and just use core_* functions (nw)
Oliver Stöneberg
2014-03-24
1
-3
/
+3
*
some mismatched malloc/free usage with osd_* functions (nw)
Oliver Stöneberg
2014-03-24
1
-0
/
+3
*
fixed nvram save location by setting proper name (nw)
Miodrag Milanovic
2014-03-13
1
-1
/
+1
*
Moved core template container classes up from emutempl.h to coretmpl.h:
Aaron Giles
2014-03-11
1
-113
/
+232
*
added a few more missing \n in logging / cleanups (nw)
Oliver Stöneberg
2014-03-10
1
-2
/
+2
*
Fixed software list regression. (nw)
Curt Coder
2014-02-14
1
-1
/
+1
*
diimage: Added "read_only" feature to the software list to denote write prote...
Curt Coder
2014-02-13
1
-0
/
+6
*
Moved src/emu/ui.? ==> src/emu/ui/ui.?, changed to follow MAME OOP convention...
Nathan Woods
2014-01-29
1
-3
/
+3
*
Broke apart src/emu/ui/filemngr.?, moved src/emu/uiswlist.? ==>
Nathan Woods
2014-01-20
1
-2
/
+2
*
Split uiimage.? ==> ui/filemngr.? and ui/tapectrl.?
Nathan Woods
2014-01-19
1
-1
/
+1
*
Cleanups and version bump
mame0152
Miodrag Milanovic
2013-12-24
1
-1
/
+1
*
diimage: Added load_software_region() function that loads a software list reg...
Curt Coder
2013-12-20
1
-0
/
+19
*
Added license tags to a few more files. Also converted many of OG's
Aaron Giles
2013-10-16
1
-31
/
+2
*
Cleanups and version bump
mame0148u1
Miodrag Milanovic
2013-02-11
1
-2
/
+2
*
diimage.c: error out if xml is incomplete instead of crashing. no whatsnew.
Fabio Priuli
2013-01-24
1
-0
/
+5
*
MIDI core updates: [R. Belmont]
R. Belmont
2013-01-13
1
-0
/
+2
*
diimage: allow image devices to skip core fopen() of the image's filename and...
R. Belmont
2013-01-12
1
-34
/
+37
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-311
/
+311
*
verify softlist items that are not CHDs or roms and display warnings/errors (...
Miodrag Milanovic
2012-10-11
1
-0
/
+61
*
added missing \n to some more fatalerror() calls (no whatsnew)
Oliver Stöneberg
2012-09-08
1
-1
/
+1
*
DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew)
Miodrag Milanovic
2012-09-03
1
-1
/
+1
*
removed unnecessary strlen() usage (no whatsnew)
Oliver Stöneberg
2012-07-27
1
-1
/
+1
*
Added device image type for individual ROM images (as used in some Amstrad CP...
mahlemiut
2012-05-07
1
-0
/
+2
[next]