mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
22513fb6fe
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). |
||
---|---|---|
.. | ||
device_disasm_interface.rst | ||
device_memory_interface.rst | ||
device_rom_interface.rst | ||
floppy.rst | ||
index.rst | ||
layout_files.rst | ||
luaengine.rst | ||
m6502.rst | ||
nscsi.rst |