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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Changed device->subregion to device->memregion. Moved
Aaron Giles
2012-04-20
1
-2
/
+2
*
Move driver list/enumerator to new file drivenum.c/.h.
Aaron Giles
2012-04-06
1
-0
/
+1
*
Display softlist in menu only for devices having interface set (no whatsnew)
Miodrag Milanovic
2012-03-30
1
-1
/
+1
*
Sync with MESS (no whatsnew)
Miodrag Milanovic
2012-03-06
1
-6
/
+8
*
Clean-ups and version bump
mame0145u2
Angelo Salese
2012-02-26
1
-1
/
+1
*
Give more proper name and disabled loading of soflist items in open_image_fil...
Miodrag Milanovic
2012-02-21
1
-3
/
+3
*
Added helpers for loading file for slot determination (no whatsnew)
Miodrag Milanovic
2012-02-21
1
-3
/
+25
*
Remove redundant hashing code, use hashing.h instead.
Aaron Giles
2012-02-16
1
-1
/
+2
*
Some cleanup of some observed #include redundancy from source files which use...
Scott Stone
2012-02-06
1
-1
/
+0
*
Clean-ups and version bump
Angelo Salese
2012-02-05
1
-1
/
+1
*
workaround for softlist images ending up with the wrong basename. this fixes ...
Fabio Priuli
2012-02-05
1
-1
/
+9
*
Fix regression on softload item load using menus (no whatsnew)
Miodrag Milanovic
2012-01-30
1
-5
/
+17
*
Sync with MESS (no whatsnew)
Miodrag Milanovic
2012-01-25
1
-3
/
+11
*
Move devices into a proper hierarchy and handle naming
Aaron Giles
2012-01-24
1
-17
/
+9
*
floppy: Do specific UI handling [O. Galibert]
Olivier Galibert
2012-01-23
1
-41
/
+64
*
Cleanups and version bump
mame0144u5
Angelo Salese
2012-01-08
1
-5
/
+5
*
uiimage/diimage: Dumbify the menus and add a control layer [O. Galibert]
Olivier Galibert
2012-01-07
1
-2
/
+302
*
Removed old C-based interface to astrings. astring exists only as
Aaron Giles
2012-01-03
1
-9
/
+7
*
Clean-ups and version bump
mame0144
Angelo Salese
2011-11-13
1
-1
/
+1
*
Call unload image for cart softlist items too (no whatsnew)
Miodrag Milanovic
2011-11-10
1
-1
/
+2
*
- Removing MD5 support in ROMLOAD_* [Oliver Stoneberg]
Miodrag Milanovic
2011-07-31
1
-1
/
+1
*
Update support for slot devices based softlists (no whatsnew)
Miodrag Milanovic
2011-07-17
1
-1
/
+1
*
Cleanups and version bump
mame0142u6
Angelo Salese
2011-06-19
1
-1
/
+1
*
Converted printer image device to modern (no whatsnew)
Miodrag Milanovic
2011-06-14
1
-1
/
+29
*
Cleanup of image device base classes and prepare for rewrite (no whatsnew)
Miodrag Milanovic
2011-06-10
1
-1
/
+465
*
Removed memory allocation calls from image device (no whatsnew)
Miodrag Milanovic
2011-05-25
1
-42
/
+0
*
Fixed problem with image devices due to same name in interface and device cla...
Miodrag Milanovic
2011-05-04
1
-2
/
+2
*
diimage.c: fix uninitialized variables found by Valgrind [R. Belmont]
R. Belmont
2011-05-01
1
-1
/
+3
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-61
/
+41
*
(Big tangle of changes that all happened as I was looking into the ROM
Aaron Giles
2011-04-13
1
-4
/
+3
*
cartslot.c/chd_cd.c: added support for a callback function to test softlist s...
Fabio Priuli
2011-04-07
1
-1
/
+1
[next]