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 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
*
BIG update.
Aaron Giles
2011-03-29
1
-7
/
+7
*
Cleanup of machine.h. Shuffled some fields around, and moved several
Aaron Giles
2011-03-28
1
-3
/
+3
*
Removed hashfile and dependencies (no whatsnew)
Miodrag Milanovic
2011-02-14
1
-44
/
+0
*
Hash generation and general cleanup. New class hash_collection holds
Aaron Giles
2011-02-14
1
-36
/
+12
*
mame_file is now emu_file and is a class. It is required
Aaron Giles
2011-02-12
1
-3
/
+3
*
Ok, last major rename for this round:
Aaron Giles
2011-01-01
1
-2
/
+2
*
Swap: (astring.len() != 0) -> astring
Aaron Giles
2010-08-21
1
-5
/
+5
*
Fixed image device error handling [ShimaPong, Miodrag Milanovic]
Miodrag Milanovic
2010-08-04
1
-15
/
+13
*
Fixed image based cheat file loading (no whatsnew)
Miodrag Milanovic
2010-07-28
1
-6
/
+5
*
Cleanups and version bump.
mame0138u4
Aaron Giles
2010-07-22
1
-1
/
+1
*
Adding ability to support other types of software lists, so floppies, cassett...
Miodrag Milanovic
2010-07-08
1
-0
/
+1
*
Cleanups and version bump.
mame0138u3
Aaron Giles
2010-07-06
1
-10
/
+10
*
Added new static call in diimage and added call to initialize subdevices for ...
Miodrag Milanovic
2010-06-29
1
-0
/
+15
*
Implemented hash file and battery support and did some cleanup (no whatsnew)
Miodrag Milanovic
2010-06-24
1
-1
/
+195
*
- Moved ioproc implementation from MESS [Miodrag Milanovic]
Miodrag Milanovic
2010-06-23
1
-9
/
+40
[next]