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
/
softlist.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-1260
/
+0
*
removed not needed conversions (nw)
Miodrag Milanovic
2015-10-27
1
-2
/
+2
*
softlist.c: Sync software list rom name validation with regular rom name vali...
Wilbert Pol
2015-07-30
1
-8
/
+0
*
Cleanups and version bump
mame0163
Miodrag Milanovic
2015-06-24
1
-7
/
+7
*
add validation entry for softlist items which might miss the <part> nodes
etabeta78
2015-06-03
1
-0
/
+7
*
Added some for Nathan and some more for Nicola (nw)
Miodrag Milanovic
2015-05-11
1
-2
/
+2
*
Added dummy license headers for EMU section (nw)
Miodrag Milanovic
2015-05-07
1
-0
/
+2
*
moved all to std::string (nw)
Miodrag Milanovic
2015-04-22
1
-30
/
+31
*
Replace dynamic_array with std::vector [O. Galibert]
Olivier Galibert
2015-04-14
1
-3
/
+5
*
updated astring constructors to have just one string param, to be more like s...
Miodrag Milanovic
2015-04-13
1
-5
/
+5
*
There is no implicit conversion to char* in std::string (nw)
Miodrag Milanovic
2015-04-12
1
-9
/
+9
*
cstr() - > c_str() as preparation for move to std::string (nw)
Miodrag Milanovic
2015-04-11
1
-2
/
+2
*
Remove duplicate and unused code (compare src/lib/util/cstrpool.c) (nw)
Justin Kerk
2015-01-31
1
-92
/
+0
*
Move expat.h include to c file (nw)
Miodrag Milanovic
2015-01-11
1
-0
/
+1
*
actually report softwarelist XML parsing errors in -validate (nw)
Oliver Stöneberg
2014-11-26
1
-9
/
+8
*
fixed poteotential -validate crash with invalid softwarelist XML (nw)
Oliver Stöneberg
2014-11-26
1
-1
/
+4
*
(MESS) nes.xml: added a couple of new multigame dumps using
Fabio Priuli
2014-10-13
1
-3
/
+3
*
Cleanups and version bump
Miodrag Milanovic
2014-07-22
1
-1
/
+1
*
Add width and endianness attributes to data areas in software lists (nw)
Alex W. Jackson
2014-07-01
1
-2
/
+32
*
Moved eminline and related files into /src/osd since it's system related (nw)
Miodrag Milanovic
2014-04-16
1
-24
/
+24
*
optimized software_list_device::find() a bit - speeds up -validate for MESS (nw)
Oliver Stöneberg
2014-04-07
1
-1
/
+3
*
Cleanups and version bump
mame0153
Miodrag Milanovic
2014-04-07
1
-87
/
+87
*
removed mame_* aliases and just use core_* functions (nw)
Oliver Stöneberg
2014-03-24
1
-1
/
+1
*
fixed softlist loading (nw)
Miodrag Milanovic
2014-03-12
1
-1
/
+6
*
more clang and Linux compilation fixes (nw)
Oliver Stöneberg
2014-03-11
1
-1
/
+1
*
Fix a couple of compile errors, leftover debugging.
Aaron Giles
2014-03-11
1
-3
/
+4
*
Moved core template container classes up from emutempl.h to coretmpl.h:
Aaron Giles
2014-03-11
1
-1828
/
+970
*
second round of clang 3.4 fixes for MESS (nw)
Oliver Stöneberg
2014-02-20
1
-0
/
+4
*
changed rest of devices (except cpu cores) to have shortname and sourcefile (nw)
Miodrag Milanovic
2013-06-21
1
-1
/
+1
*
let's increase approx matches for gamenames from 10 to 16
Michaël Banaan Ananas
2013-05-21
1
-2
/
+2
*
Added some additional xml validation and fixed the resulting errors. nw.
Fabio Priuli
2013-03-21
1
-4
/
+4
*
fixed name of software_list_device (nw)
Oliver Stöneberg
2013-03-19
1
-1
/
+1
*
Cleanups and version bump
mame0148u1
Miodrag Milanovic
2013-02-11
1
-1
/
+1
*
fixed crash in software_find_romdata() (nw)
Oliver Stöneberg
2013-02-01
1
-3
/
+3
*
softlist.c: Fix handling of software list entries without any datearea defini...
Wilbert Pol
2013-02-01
1
-7
/
+20
*
output of new srcclean changes that are relatively small [smf]
smf-
2013-01-11
1
-1
/
+0
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-16
/
+16
*
floppy: Correctly reach files inside zips or softlists [O. Galibert]
Olivier Galibert
2013-01-02
1
-1
/
+1
*
patch that enables output of <info> elements stored in software lists through...
Miodrag Milanovic
2012-08-22
1
-2
/
+77
*
Sync with MESS. (nw)
Curt Coder
2012-08-16
1
-0
/
+6
*
Fix for required softlist item loading (no whatsnew)
Miodrag Milanovic
2012-03-30
1
-1
/
+1
*
Added support for multiple comma separated interfaces for device (no whatsnew)
Miodrag Milanovic
2012-03-29
1
-5
/
+23
*
Some cleanup of some observed #include redundancy from source files which use...
Scott Stone
2012-02-06
1
-1
/
+0
*
Do the softlist validation only on validate command (no whatsnew)
Miodrag Milanovic
2012-02-05
1
-0
/
+4
*
fixed crash when loading from softlist with -cart/-flop/-cass switch.
Fabio Priuli
2012-01-31
1
-1
/
+1
*
Fix regression on softload item load using menus (no whatsnew)
Miodrag Milanovic
2012-01-30
1
-1
/
+3
*
Move devices into a proper hierarchy and handle naming
Aaron Giles
2012-01-24
1
-231
/
+192
*
Clean-ups and version bump
mame0144u6
Angelo Salese
2012-01-15
1
-2
/
+2
*
softlist: added validation check against multiple parts with the same name. n...
Fabio Priuli
2012-01-09
1
-0
/
+8
*
Revering kludge not needed when proper counting is done (no whatsnew)
Miodrag Milanovic
2012-01-09
1
-1
/
+1
[next]