summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/tmap038.cpp
Commit message (Collapse)AuthorAgeFilesLines
* emu/devdelegate.h: Added resolve_safe and resolve_all_safe helpers. Vas Crabb2023-06-131-5/+3
| | | | | | | | | Uses decay rules, so if a delegate returns a reference and you want to supply a referene to an object you don't want copied as the default result, remember to use std::ref. Updated a few devices to use resolve_safe on device delegates to streamline code.
* Start moving devices out of src/mame/shared to more appropriate places AJR2022-06-281-0/+263