summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/device.ipp
Commit message (Expand)AuthorAgeFilesLines
* -Lua engine: run everything in coroutines. (#11019) Vas Crabb2023-03-251-3/+1
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-0/+5
* -Switch to building MAME as C++17. Vas Crabb2020-11-151-11/+7
* emu: correct some file headers (nw) hap2020-06-191-1/+1
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-0/+13
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-2/+2
* Next-gen config: make address map config not look like arse Vas Crabb2018-06-061-0/+14
* Add support for custom device constructors when replacing devices. Vas Crabb2018-05-081-0/+15
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-5/+5
* Allow devcb to be bound to a device/mixin or the target of a device Vas Crabb2018-05-021-3/+24
* Mechanism for devices to generate clocks for other devices AJR2017-04-211-0/+6
* More efficient device error logging AJR2016-06-201-5/+16
* Fix stupid error Vas Crabb2016-03-011-2/+2
* * Support *n conversion in stream_format/string_format Vas Crabb2016-03-011-0/+40