summaryrefslogtreecommitdiffstatshomepage
path: root/docs/source/techspecs/object_finders.rst (follow)
Commit message (Collapse)AuthorAgeFilesLines
* docs: Fixed a number of grammatical errors and editing errors. (#11578) Tom Cariello2023-10-011-1/+1
|
* docs: Fixed a couple errors in the Technical Specifications. (#9340) 0kmg2022-02-261-1/+1
| | | These seemed like copy paste errors in their contexts.
* -emu/devfind: More cleanup/consistency changes. Vas Crabb2020-11-131-9/+366
| | | | | | | | | | | * Removed .mask(), as it’s not reliable in the general case. * Added asserts to things that assume power-of-two sizes. * Got rid of virtual qualifier on pointer-to-member operator. * Made helpers a bit more assertive about logging warnings. -emu/rendlay.cpp: Use delegates to avoid hot conditional branches. -docs: Finished off description of object finders and output finders.
* docs: Wrote another section of object finder documentation. Vas Crabb2020-11-091-13/+236
| | | | Also improved formatting of code snippets in a few pages.
* emu/devfind.h: Added missing memory_share_array_creator. Vas Crabb2020-11-081-0/+22
| | | | Also some miscellaneous tidying up.
* -emu/devfind.h: Made read_safe avaiable for optional I/O ports only. Vas Crabb2020-11-061-3/+236
| | | | -docs: Added the next couple of sections explaining object finders.
* -docs: Started writing page on object finders with worked examples. Vas Crabb2020-11-051-0/+204
-hp3478a.cpp: Removed outdated TODO comment from layout. -Hopefully fixed all remaining MSVC operator resolution failure errors.