summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/swp20.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).
* swp20, dspv: Skeletons [O. Galibert] Olivier Galibert2019-04-091-0/+75