summaryrefslogtreecommitdiffstatshomepage
path: root/docs/source/techspecs/device_rom_interface.rst
Commit message (Collapse)AuthorAgeFilesLines
* -emu/dirom.{h,ipp}: Cleaned up and made it stricter. Vas Crabb2020-11-091-44/+68
| | | | | | | | * Made it an error to specify address map and explicit ROM region. * Made it an error if explicitly specified ROM region is not found. * Made the ROM region tag apply relative to the current device. -Cleaned up formatting for a couple more documentation pages.
* emumem: A little more speedup. cache and specific change syntax, and are ↵ Olivier Galibert2020-05-251-12/+9
| | | | | | | | | | | | | | | | 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).
* allow repeating elements and groups - useful if you need e.g. a lot of ↵ Vas Crabb2018-07-221-1/+1
| | | | numbered labels, but it limits complay.py's ability to check for invalid references as it can't evaluate expressions (nw)
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-6/+20
| | | | This reverts commit 54155441e9ba9941e85d80c4834a66376a11e791.
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-20/+6
| | | | | This reverts commit f537428e5a40ba6dde8ca9bf0fe9ae6b1f189ac4, reversing changes made to 0d70d798107d4e4e8fb9f230410aeb1e888d65c5.
* No more UINT (nw) AJR2017-12-101-5/+5
|
* Documentation update (nw) AJR2017-12-101-1/+15
|
* dirom: Document the interface evalution [O. Galibert] Olivier Galibert2016-11-281-3/+9
|
* dimemory, dirom: Add some documentation [O. Galibert] Olivier Galibert2016-09-061-0/+72