mame/docs/source/techspecs
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
..
device_disasm_interface.rst
device_memory_interface.rst
device_rom_interface.rst 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
floppy.rst
index.rst
layout_files.rst
luaengine.rst Happy New Year 2020 (nw) (#6128) 2020-01-04 01:13:50 -05:00
m6502.rst
nscsi.rst