summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ioptimer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use the device-provided timer_alloc instead of reaching around to the ↵ Aaron Giles2021-03-251-3/+3
| | | | scheduler. Also change machine().scheduler().time() calls to just machine().time().
* devices/machine, sound and video: removed read and write macros (nw) Ivan Vangelista2020-06-171-2/+2
|
* (nw) fix lots of inadverently mutable static pointers Vas Crabb2018-09-201-1/+1
|
* (nw) srcclean and some cleanup: Vas Crabb2018-07-221-82/+82
| | | | | | * Make more #include guards follow standard format - using MAME_ as the prefix makes it easy to see which ones come from our code in a preprocessor dump, and having both src/devices/machine/foo.h and src/mame/machine/foo.h causes issues anyway * Get #include "emu.h" out of headers - it should only be the first thing in a complilation unit or we get differences in behaviour with PCH on/off * Add out-of-line destructors to some devices - it forces the compiler to instantiate the vtable in a certain location and avoids some non-deterministic compiler behaviours
* ps2sony: Some basic VU1 support, major file reshuffling, nw mooglyguy2018-07-211-0/+263