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_dev.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make search not suck as badly (use algorithm derived from Jaro-Winkler simila...
Vas Crabb
2019-01-14
1
-5
/
+6
*
Move ROM loading macros to romentry.h and remove romload.h from emu.h (nw)
AJR
2018-06-24
1
-0
/
+1
*
destaticify initializations (nw) (#3289)
wilbertpol
2018-03-04
1
-24
/
+0
*
Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame""
Firehawke
2017-12-13
1
-5
/
+5
*
Revert "Merge branch 'master' of https://github.com/mamedev/mame"
Firehawke
2017-12-13
1
-5
/
+5
*
softlist_dev: Change misleading parameter name (nw)
AJR
2017-12-13
1
-5
/
+5
*
(nw) Removed duplicates from list of approximate software matches.
Robbbert
2017-05-21
1
-11
/
+22
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-2
/
+3
*
Fixed regression when loading multipart softlists
Nathan Woods
2017-03-20
1
-6
/
+25
*
Self-registering devices prep:
Vas Crabb
2017-02-27
1
-1
/
+1
*
(nw)This should fix MT 06107 but there's plenty of time for testing.
Robbbert
2017-02-27
1
-3
/
+1
*
Revert "Make "requirement" field in softlists actually work (MT 6464)"
Vas Crabb
2017-02-19
1
-1
/
+1
*
allow softlist software parts to use different interfaces:
Nigel Barnes
2017-02-15
1
-18
/
+20
*
Make "requirement" field in softlists actually work (MT 6464)
AJR
2017-01-11
1
-1
/
+1
*
Introduce u8/u16/u32/u64/s8/s16/s32/s64
Vas Crabb
2016-11-19
1
-2
/
+2
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-2
/
+2
*
check characters in softlist setnames, fix errors (nw)
Vas Crabb
2016-09-12
1
-28
/
+35
*
Increased max length of parent name to 16, for evaluation purposes. (nw)
Robbbert
2016-09-09
1
-1
/
+1
*
srcclean and translation regeneration
Vas Crabb
2016-08-29
1
-2
/
+2
*
Fixed an issue that caused softlist device descriptions to be blank
Nathan Woods
2016-08-11
1
-3
/
+3
*
Changing 'bool iswild' to 'const bool iswild'
Nathan Woods
2016-08-10
1
-1
/
+1
*
Converted more softlist code to use std::string
Nathan Woods
2016-08-10
1
-6
/
+6
*
More softlist-related conversions of strings to std::string
Nathan Woods
2016-08-08
1
-6
/
+6
*
Redo of split of src/emu/softlist.[cpp|h]
Nathan Woods
2016-08-02
1
-0
/
+523