summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ripple_counter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* emumem: A little more speedup. cache and specific change syntax, and are ↵ Olivier Galibert2020-05-251-1/+1
| | | | | | | | | | | | | | | | not pointers anymore [O. Galibert] The last(?) two changes are: - Add a template parameter to everything (theoretically the address space width, in practice a level derived from it to keep as much compatibility between widths as possible) so that the shift size becomes a constant. - Change the syntax of declaring and initializing the caches and specifics so that they're embedded in the owner device. Solves lifetime issues and also removes one indirection (looking up the base dispatch pointer through the cache/specific pointer).
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-13/+0
| | | | | | * destaticify initializations (nw) * fix this->set_screen (nw)
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-0/+202
| | | | This reverts commit 54155441e9ba9941e85d80c4834a66376a11e791.
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-202/+0
| | | | | This reverts commit f537428e5a40ba6dde8ca9bf0fe9ae6b1f189ac4, reversing changes made to 0d70d798107d4e4e8fb9f230410aeb1e888d65c5.
* New generic ripple counter device AJR2017-12-101-0/+202