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
/
devfind.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed some Doxy comments, and addressed a few nits
Nathan Woods
2016-10-15
1
-2
/
+5
*
[COCO] Changed to use required_ioport_array and optional_ioport
Nathan Woods
2016-10-15
1
-0
/
+3
*
TEMPORARY PATCH to fix the build.
Robbbert
2016-08-27
1
-2
/
+2
*
* Make object finders behave like pointers for the purposes of implicit casts...
Vas Crabb
2016-08-27
1
-64
/
+177
*
More prep for removing pointer/reference duality (nw)
Vas Crabb
2016-08-27
1
-1
/
+1
*
Make object_array_finder a bit more flexible, centralise instantiation of mor...
Vas Crabb
2016-08-26
1
-25
/
+124
*
hacks for MSVC building until better solutions are found. (nw)
smf-
2016-08-26
1
-1
/
+1
*
* Doxyfy a significant chunk of devfind.h
Vas Crabb
2016-08-25
1
-342
/
+440
*
Devices can be found array-style, too
Vas Crabb
2016-08-25
1
-42
/
+79
*
remove legacy forms of (required|optional)_(shared_ptr|ioport)_array
Vas Crabb
2016-08-25
1
-53
/
+0
*
shared_ptr arrays need love, too
Vas Crabb
2016-08-24
1
-24
/
+30
*
cleanup (nw)
Vas Crabb
2016-08-24
1
-1
/
+1
*
Make (required|optional)_ioport_array perform as well as a real array
Vas Crabb
2016-08-24
1
-39
/
+78
*
make &some_required_shared_ptr[offs] work as expected in const context
Vas Crabb
2016-08-16
1
-5
/
+5
*
Devfind revision phase 2 (nw)
AJR
2016-08-05
1
-9
/
+31
*
Cleanups and version bump
mame0173
Miodrag Milanovic
2016-04-27
1
-2
/
+2
*
Various cleanups suggested by static analyzer (nw)
Miodrag Milanovic
2016-04-24
1
-4
/
+4
*
Devfind revision phase 1, cleaning out some legacy stuff
AJR
2016-04-07
1
-13
/
+24
*
Replace strformat, strprintf and strcatprintf with type-safe steam_format and...
Vas Crabb
2016-02-28
1
-2
/
+2
*
reverting:
Miodrag Milanovic
2016-01-20
1
-39
/
+39
*
Revert "rest of device parameters to std::string (nw)"
Miodrag Milanovic
2016-01-20
1
-1
/
+1
*
Driver configuration fixes
AJR
2016-01-16
1
-1
/
+2
*
rest of device parameters to std::string (nw)
Miodrag Milanovic
2016-01-16
1
-1
/
+1
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
1
-39
/
+39
*
Return std::string objects by value rather than pass by reference
AJR
2016-01-10
1
-2
/
+2
*
cleanup
Miodrag Milanovic
2015-12-06
1
-1
/
+1
*
fixing some more override (nw)
Miodrag Milanovic
2015-12-06
1
-2
/
+2
*
clang-modernize part 5
Miodrag Milanovic
2015-12-04
1
-1
/
+1
*
clang-modernize part 1 (nw)
Miodrag Milanovic
2015-12-03
1
-13
/
+13
*
Initial conversion of core to C++14. Note that compilers are now limited to G...
Miodrag Milanovic
2015-12-03
1
-5
/
+5
*
Some cleanups and init fixes with help of ReSharper C++ (nw)
Miodrag Milanovic
2015-11-11
1
-2
/
+3
*
Fix drivers using ioport_arrays on OSX (nw)
Wilbert Pol
2015-05-19
1
-3
/
+8
*
moved all to std::string (nw)
Miodrag Milanovic
2015-04-22
1
-5
/
+6
*
Replace dynamic_array with std::vector [O. Galibert]
Olivier Galibert
2015-04-14
1
-3
/
+3
*
There is no implicit conversion to char* in std::string (nw)
Miodrag Milanovic
2015-04-12
1
-2
/
+2
*
Cleanups and version bump
mame0158
Miodrag Milanovic
2015-01-28
1
-1
/
+1
*
Avoid inline osd calls in header file.
couriersud
2015-01-14
1
-2
/
+3
*
more devfind: [Alex Jackson]
Alex W. Jackson
2014-10-17
1
-14
/
+15
*
devfind: Add rom_ptr_finder, which works like shared_ptr_finder
Alex W. Jackson
2014-10-17
1
-2
/
+53
*
devfind.h: allow ioport_finder to be dereferenced when NULL so read_safe() ca...
Alex W. Jackson
2014-10-04
1
-0
/
+3
*
Add friendly macros to initialize an ioport_array_finder with an array of por...
Alex W. Jackson
2014-09-24
1
-0
/
+10
*
ioport_array_finder improvement: [Alex Jackson]
Alex W. Jackson
2014-04-22
1
-2
/
+11
*
ioport_array_finder: [Alex Jackson]
Alex W. Jackson
2014-04-22
1
-0
/
+42
*
This patch is not needed anymore (nw)
Miodrag Milanovic
2014-04-22
1
-2
/
+2
*
Moved eminline and related files into /src/osd since it's system related (nw)
Miodrag Milanovic
2014-04-16
1
-2
/
+2
*
Moved core template container classes up from emutempl.h to coretmpl.h:
Aaron Giles
2014-03-11
1
-16
/
+7
*
Added ability to add optional or required device/ioport/memory_region/... [Mi...
Miodrag Milanovic
2014-02-15
1
-12
/
+16
*
diimage: Added load_software_region() function that loads a software list reg...
Curt Coder
2013-12-20
1
-0
/
+1
*
Bulk convert files that already had standard BSD license in my name
Aaron Giles
2013-10-16
1
-31
/
+2
*
Memory system: added endianness to the memory_share class.
Aaron Giles
2013-07-20
1
-0
/
+385