mame/docs/source/techspecs/index.rst
Vas Crabb 3b5f754717 docs: Add naming conventions for certain things.
This isn’t supposed to be too prescriptive.  The C++ stuff just codifies
some things we’ve managed to mostly agree on for public interfaces.  The
stuff for titles/descriptions is also just codifying existing rules so
there’s something to point people towards.  This will need to be refined
as we go forward.
2020-08-24 13:01:37 +10:00

18 lines
424 B
ReStructuredText

Technical Specifications
------------------------
This section covers technical specifications useful to programmers working on MAME's source or working on LUA scripts that run within the MAME framework.
.. toctree::
:titlesonly:
naming
layout_files
device_memory_interface
device_rom_interface
device_disasm_interface
floppy
nscsi
luaengine
m6502