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
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
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
/
softlist_dev.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disallow zero-length regions in ROM definitions and software lists
AJR
2023-10-22
1
-0
/
+2
*
softlist_dev.cpp: Validate characters in software list names
AJR
2023-04-22
1
-0
/
+3
*
API change for device_image_interface
AJR
2023-03-30
1
-5
/
+5
*
Modernize core_strwildcmp() and core_iswildstr() (#10344)
npwoods
2022-10-16
1
-3
/
+3
*
Use util::streqlower in more places
AJR
2022-08-27
1
-1
/
+1
*
Remove fileio.h from emu.h
AJR
2022-02-11
1
-0
/
+1
*
More user experience improvements:
Vas Crabb
2021-10-14
1
-4
/
+2
*
softlist.cpp: Add support for a 'notes' field to store information ab… (#8482)
wilbertpol
2021-10-05
1
-2
/
+4
*
formats, osd, util: Started refactoring file I/O stuff. (#8456)
Vas Crabb
2021-08-22
1
-3
/
+3
*
softlist_dev.cpp: Fix verbose printf
AJR
2021-07-05
1
-1
/
+1
*
softlist_dev: fixed typo
Robbbert
2021-06-26
1
-1
/
+1
*
-Miscellaneous improvements for software lists:
Vas Crabb
2021-06-23
1
-44
/
+70
*
Eliminate ARRAY_LENGTH template in favor of C++17's std::size
AJR
2021-02-14
1
-1
/
+1
*
Much more core std::string_view modernization
AJR
2021-01-20
1
-7
/
+8
*
hash.cpp, hashing.cpp: Change string processing to use std::string_view param...
AJR
2021-01-01
1
-1
/
+1
*
unicode.h: Updates
AJR
2020-12-15
1
-0
/
+2
*
Fairly significant overhaul of Lua engine and some cleanup.
Vas Crabb
2020-11-25
1
-3
/
+3
*
validity.cpp, devfind.cpp: Catch missing required I/O ports in systems (exclu...
Vas Crabb
2020-08-28
1
-6
/
+3
*
vboy.xml: restore explicit 8-bit width on the SRAM regions - it's to indicate...
Vas Crabb
2020-04-16
1
-2
/
+2
*
(nw) softlist_dev.cpp: validate ROM labels
Vas Crabb
2020-04-16
1
-0
/
+15
*
(nw) fixed the build (variable set but not used)
Robbbert
2020-04-16
1
-2
/
+2
*
softlist_dev.cpp: start adding validation for data areas
Vas Crabb
2020-04-16
1
-54
/
+86
*
ROM loading cleanup:
Vas Crabb
2020-04-15
1
-2
/
+3
*
(nw) Cleanup on the way:
Vas Crabb
2020-03-10
1
-1
/
+1
*
Merge pull request #6195 from firewave/includes
R. Belmont
2020-01-22
1
-1
/
+1
|
\
|
*
use C++ library includes (nw)
firewave
2020-01-22
1
-1
/
+1
*
|
fixed some clang-tidy warnings (nw) (#6197)
Oliver Stöneberg
2020-01-22
1
-2
/
+2
|
/
*
softlist_dev.cpp: get some stuff out of the global namespace (nw)
Vas Crabb
2019-12-08
1
-4
/
+4
*
Spelling (#5796)
Zoë Blade
2019-10-24
1
-1
/
+1
*
Make osd_printf_* use util/strformat semantics.
Vas Crabb
2019-09-26
1
-18
/
+18
*
(nw) Clean up the mess on master
Vas Crabb
2019-03-26
1
-18
/
+17
*
Revert "conflict resolution (nw)"
andreasnaive
2019-03-25
1
-17
/
+18
*
one shouldn't assume page zero looks like a std::string (nw)
Vas Crabb
2019-01-20
1
-3
/
+3
*
restore functionality of the "Add to Favorites" item on the main in-emulation...
Vas Crabb
2019-01-19
1
-12
/
+10
*
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
[next]