summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/3dom2.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-181-1/+1
* drivers starting with letters: removed read* and write* macros (nw) Ivan Vangelista2020-06-091-23/+23
* removed last remaining use of driver_data() (nw) smf-2020-04-011-1/+1
* Fix some deprecations (nw) Olivier Galibert2020-03-311-15/+3
* (nw) whole lot less of { *this } Vas Crabb2020-02-051-7/+4
* fixed some clang-tidy warnings (nw) (#6229) Oliver Stöneberg2020-01-291-2/+2
* (nw) be strictly POSIX compliant, reduce fragmentation, get rid of an unused ... Vas Crabb2019-11-051-2/+1
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-10/+10
* (nw) get rid of the rest of assert_always - it's better to be explicit about ... Vas Crabb2019-09-201-3/+6
* (nw) misc cleanup: Vas Crabb2019-09-201-3/+3
* Split m2_te_device declaration into its own header file, and cleaned up some ... mooglyguy2018-12-231-4/+4
* srcclean (nw) Vas Crabb2018-12-231-122/+122
* Last round of macro removals before the freeze. (nw) mooglyguy2018-12-221-0/+2091