mame/docs
Olivier Galibert 22513fb6fe emumem: A little more speedup. cache and specific change syntax, and are 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).
2020-05-25 16:42:57 +02:00
..
legal Maintenance: 2020-03-04 22:41:15 +11:00
man Fix spelling (#5770) 2019-10-21 12:12:04 +02:00
source emumem: A little more speedup. cache and specific change syntax, and are not pointers anymore [O. Galibert] 2020-05-25 16:42:57 +02:00
swlist
themes/sphinx_rtd_theme
CONTRIBUTING.md
LICENSE
Makefile
README.md
update.sh

MAME Documentation

This contains the source for docs.mamedev.org.